浏览代码

fix jitsi auth (w/ auth; w/o auth), closes #2589

pull/2969/head
Aine 2 年前
父节点
当前提交
ffc2aef0b2
找不到此签名对应的密钥 GPG 密钥 ID: 34969C908CCA2804
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -0
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 0
group_vars/matrix_servers 查看文件

@@ -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 }}"



+ 1
- 1
requirements.yml 查看文件

@@ -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


正在加载...
取消
保存