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

21
prodsody/Readme.md Normal file
View file

@ -0,0 +1,21 @@
# Jitsi rooms prosody plugin
## Development
### Requirements
- Docker & docker-compose
- entr for dev mode
### Get started
- run `./run_dev.sh`
- open [https://localhost:8443/](https://localhost:8443/)
- 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](https://github.com/jitsi/docker-jitsi-meet) are marked with a "custom" comment