Prosody module development workflow

This commit is contained in:
qvalentin 2023-01-22 12:33:13 +01:00
parent dcd9b489ef
commit 3a7eb88bc0
12 changed files with 820 additions and 20 deletions

9
prodsody/run_dev.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
docker-compose up -d
open https://localhost:8443/test
ls *.lua | entr sh -c 'cp mod_jitsi_rooms.lua jitsi-meet-cfg/prosody/prosody-plugins-custom && docker-compose restart prosody'