qvalentin
e21ca799d6
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
.. | ||
jitsi-meet-cfg | ||
.env | ||
.gitignore | ||
Readme.md | ||
docker-compose.yml | ||
fix-permissions.sh | ||
mod_jitsi_rooms.lua | ||
run_dev.sh |
Readme.md
Jitsi rooms prosody plugin
Development
Requirements
- Docker & docker-compose
- entr for dev mode
Get started
- run
./run_dev.sh
- open https://localhost:8443/ (accept the risk about self-signed certs)
- make changes to mod_jitsi_rooms.lua and save the file
- prosody will be restarted
- join a room in jitsi
- run
curl localhost:5280/jitsi_rooms
to test the rest endpoint
Deploying
- all required changes to the jitsi meet docker setup are marked with a "custom" comment