Self-Hosting Jitsi

Revision as of 05:34, 7 September 2024 by Maintenance script (talk | contribs) (Initial)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>