system-config/playbooks/roles/jitsi-meet
Tony Breeds ba511c4d1c Allow overriding of meetpad PUBLIC_URL
In testing jammy updates we discovered that this value need to match
so that websockets are directed to the correct host.

Change-Id: Id44bf92edff411389f05a652dad2ae78607e4d55
2024-05-02 13:41:47 -05:00
..
defaults Allow overriding of meetpad PUBLIC_URL 2024-05-02 13:41:47 -05: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 Allow overriding of meetpad PUBLIC_URL 2024-05-02 13:41:47 -05:00
README.rst More jitsi meet config cleanups 2021-03-18 11:55:02 -07:00

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.