Self-Hosting Jitsi: Difference between revisions
Initial |
m Sac moved page Jitsi to Self-Hosting Jitsi |
(No difference)
|
Revision as of 06:24, 23 September 2024
VARS
matrix_jitsi_enabled: true matrix_jitsi_enable_guests: true matrix_jitsi_enable_lobby: false jitsi_prosody_auth_matrix_uvs_sync_power_levels: false
Trouble Shooting
Known Issues: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2589 No moderator assigned to calls
<syntaxhighlight lang="shell">rm -rf /matrix/jitsi</syntaxhighlight>
jitsi_prosody_auth_matrix_uvs_sync_power_levels: false
Restarting
Stop just jitsi
<syntaxhighlight lang="shell">ansible-playbook -i inventory/hosts setup.yml --tags=stop-group --extra-vars=group=jitsi</syntaxhighlight> Or to stop then to start
<syntaxhighlight lang="shell">ansible-playbook -i inventory/hosts setup.yml --tags=stop-group --extra-vars=group=jitsi; ansible-playbook -i inventory/hosts setup.yml --tags=install-service jitsi</syntaxhighlight>