Open skepticalwaves opened 3 years ago
Following up on #1114 there's a few other mostly undocumented ways to adjust configuration
The if [[ -f lines in the docker init: https://github.com/jitsi/docker-jitsi-meet/blob/d6fac8e0c38294463a535442bba3dd27327b966c/web/rootfs/etc/cont-init.d/10-config#L54-L88
if [[ -f
Will allow injection of configuration into the docker image.
I'm not sure how to exactly the ansible may want to interact with this.
And another note, it appears with the newer jitsi docker images that configurations are built every time, such that this documentation is no longer needed,
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-jitsi.md#rebuilding-your-jitsi-installation
Following up on #1114 there's a few other mostly undocumented ways to adjust configuration
The
if [[ -f
lines in the docker init: https://github.com/jitsi/docker-jitsi-meet/blob/d6fac8e0c38294463a535442bba3dd27327b966c/web/rootfs/etc/cont-init.d/10-config#L54-L88Will allow injection of configuration into the docker image.
I'm not sure how to exactly the ansible may want to interact with this.