forked from Deuxfleurs/infrastructure
.. | ||
jitsi-certs | ||
01_gen_certs.yml | ||
02_run.yml | ||
dev.env | ||
jicofo.conf | ||
README.md | ||
videobridge.conf |
Extract conf templates:
sudo docker-compose run jitsi-conference-focus bash -c \
'apt-get update && apt-get install -y unzip && unzip /srv/jicofo/jicofo.jar && cat reference.conf'
sudo docker-compose run jitsi-videobridge bash -c \
'apt-get update && apt-get install -y unzip && unzip /srv/jvb/jitsi-videobridge.jar && cat reference.conf'