matrix-docker-ansible-deploy/roles/matrix-jitsi/tasks
Chris van Dijk bc5efa0dbc Remove Jitsi web interface_config.js in favour of custom-interface_config.js
As of docker-jitsi-meet stable-6433 [1], `/config/interface_config.js`
is regenerated on every boot. The correct way to modify the interface
config is now via `/config/custom-interface_config.js`, which is
appended to a default copy of `interface_config.js` by
`/etc/cont-init.d/10-config` on every boot of the docker image.

Given that `interface_config.js` is considered deprecated by upstream
(all options will eventually be moved to `config.js`), we also deprecate
the `matrix_jitsi_web_interface_config_*` variables in favour of
`matrix_jitsi_web_custom_interface_config_extension`.

[1] https://github.com/jitsi/docker-jitsi-meet/blob/stable-6433/CHANGELOG.md#stable-6433
2022-01-02 10:54:51 +01:00
..
util Added check before stopping service, fixed unnecessary checking of user attributes, and created sections to clarify the file's purpose 2021-12-09 07:40:25 -03:00
init.yml remove jibri 2021-07-01 15:37:20 +05:30
main.yml remove jibri 2021-07-01 15:37:20 +05:30
setup_jitsi_base.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_jitsi_jicofo.yml Disable systemd services when stopping to uninstall them 2021-11-10 17:39:21 +02:00
setup_jitsi_jvb.yml Disable systemd services when stopping to uninstall them 2021-11-10 17:39:21 +02:00
setup_jitsi_prosody.yml Removed an empty line (formatting) 2021-12-09 07:44:50 -03:00
setup_jitsi_web.yml Remove Jitsi web interface_config.js in favour of custom-interface_config.js 2022-01-02 10:54:51 +01:00
validate_config.yml Remove Jitsi web interface_config.js in favour of custom-interface_config.js 2022-01-02 10:54:51 +01:00