jitsi-roomsv2/prodsody
qvalentin 247b99d571 Add Backend to compose 2023-04-07 16:20:48 +02:00
..
jitsi-meet-cfg Use set in lua 2023-02-05 17:10:16 +01:00
.env Add Backend to compose 2023-04-07 16:20:48 +02:00
.gitignore Main Readme 2023-01-22 12:57:57 +01:00
Readme.md Prosody module development workflow 2023-01-22 12:39:55 +01:00
docker-compose.yml Add Backend to compose 2023-04-07 16:20:48 +02:00
fix-permissions.sh Use set in lua 2023-02-05 17:10:16 +01:00
mod_jitsi_rooms.lua Use set in lua 2023-02-05 17:10:16 +01:00
run_dev.sh Prosody module development workflow 2023-01-22 12:39:55 +01:00

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/
  • 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