system-config/playbooks/roles/jitsi-meet
Clark Boylan 801d8c2843 Fix jitsi meet jvb connection info and cert CN
This fixes the JVB connection info to use IP addrs instead of names
since nginx can't seem to do name lookups. Additionally, we modify the
cert CN to match the IP address used.

Change-Id: I6bbca44b60559d9586741c6540cb390371e3c120
2022-09-16 15:43:48 -07:00
..
defaults Add support for multiple jvbs behind meetpad 2020-05-20 13:41:30 -07:00
files Update colibri for all the JVBs 2022-09-16 12:10:00 -07:00
tasks Fix jitsi meet jvb connection info and cert CN 2022-09-16 15:43:48 -07:00
templates Fix jitsi meet jvb connection info and cert CN 2022-09-16 15:43:48 -07:00
README.rst More jitsi meet config cleanups 2021-03-18 11:55:02 -07:00

README.rst

Install, configure, and run jitsi-meet.

Note that the Jitsi Meet docker images supply template files in /defaults on the image. These template files are used to generate configs in /config on the image (/var/jitsi-meet on the host) using the docker-compose .env file and its vars.

If we need to make changes to the configs we need to bind mount in a modified template file so that the config file generation produces what we expect. If we try to write the configs files ourselves then when jitsi meet restarts we will lose those configs until the next ansible run.