Skip to content

Commit

Permalink
fix jitsi auth (w/ auth; w/o auth), closes spantaleev#2589
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Oct 26, 2023
1 parent 1cd91c4 commit ffc2aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -2551,6 +2551,7 @@ jitsi_etherpad_enabled: "{{ etherpad_enabled }}"
jitsi_etherpad_base: "{{ etherpad_base_url if etherpad_enabled else 'https://scalar.vector.im/etherpad' }}"

# Allow verification using JWT and matrix-UVS
jitsi_prosody_auth_matrix_uvs_sync_power_levels: "{{ matrix_user_verification_service_enabled }}"
jitsi_prosody_auth_matrix_uvs_auth_token: "{{ matrix_user_verification_service_uvs_auth_token }}"
jitsi_prosody_auth_matrix_uvs_location: "{{ matrix_user_verification_service_container_url }}"

Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- src: git+https://gitlab.com/etke.cc/roles/grafana.git
version: v10.2.0-0
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-jitsi.git
version: v8960-1
version: v8960-2
name: jitsi
- src: git+https://gitlab.com/etke.cc/roles/ntfy.git
version: v2.7.0-2
Expand Down

0 comments on commit ffc2aef

Please sign in to comment.