system-config/playbooks/roles/jitsi-meet
Clark Boylan 6ebbe44528 Fix meetpad audio mute setting
We set the START_AUDIO_MUTE value in our docker compose .env file, but
we didn't pass that value through to the container via the environment
setting in docker-compose.yaml. Fix this so that the jitsi meet config
templating can write out the expected config with the new value.

Change-Id: I3dbebad3ce67a8787ffd31c0db8d9583fe988e50
2022-01-19 11:00:12 -08:00
..
defaults Add support for multiple jvbs behind meetpad 2020-05-20 13:41:30 -07:00
files Fix meetpad audio mute setting 2022-01-19 11:00:12 -08:00
tasks More jitsi meet config cleanups 2021-03-18 11:55:02 -07:00
templates Start meetpad meetings with muted audio 2022-01-18 13:54:40 -08: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.