Ver código fonte

Merge pull request #2419 from RhysRdm/jitsi-jigasi-user-population

Added option to allow user to set jigasi user and password for AUTH
pull/2420/head
Slavi Pantaleev 3 anos atrás
committed by GitHub
pai
commit
803d5c129e
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
2 arquivos alterados com 7 adições e 2 exclusões
  1. +5
    -0
      roles/custom/matrix-jitsi/defaults/main.yml
  2. +2
    -2
      roles/custom/matrix-jitsi/templates/prosody/env.j2

+ 5
- 0
roles/custom/matrix-jitsi/defaults/main.yml Ver arquivo

@@ -283,3 +283,8 @@ matrix_jitsi_jvb_container_colibri_ws_host_bind_port: ''
# #
# The setting requires an integer to be set for usage and allows a user to specify the max number of particpants on a conference. # The setting requires an integer to be set for usage and allows a user to specify the max number of particpants on a conference.
matrix_prosody_jitsi_max_participants: '' matrix_prosody_jitsi_max_participants: ''

# Allows abailty to set XMPP AUTH user if using JIGASI
matrix_jitsi_jigasi_xmpp_user: ''
# Allows abailty to set XMPP AUTH pasword if using JIGASI
matrix_jitsi_jigasi_xmpp_password: ''

+ 2
- 2
roles/custom/matrix-jitsi/templates/prosody/env.j2 Ver arquivo

@@ -15,8 +15,8 @@ JIBRI_XMPP_PASSWORD={{ matrix_jitsi_jibri_xmpp_password }}
JICOFO_AUTH_USER={{ matrix_jitsi_jicofo_auth_user }} JICOFO_AUTH_USER={{ matrix_jitsi_jicofo_auth_user }}
JICOFO_AUTH_PASSWORD={{ matrix_jitsi_jicofo_auth_password }} JICOFO_AUTH_PASSWORD={{ matrix_jitsi_jicofo_auth_password }}
JICOFO_COMPONENT_SECRET JICOFO_COMPONENT_SECRET
JIGASI_XMPP_USER=
JIGASI_XMPP_PASSWORD=
JIGASI_XMPP_USER={{ matrix_jitsi_jigasi_xmpp_user }}
JIGASI_XMPP_PASSWORD={{ matrix_jitsi_jigasi_xmpp_password }}
JVB_AUTH_USER={{ matrix_jitsi_jvb_auth_user }} JVB_AUTH_USER={{ matrix_jitsi_jvb_auth_user }}
JVB_AUTH_PASSWORD={{ matrix_jitsi_jvb_auth_password }} JVB_AUTH_PASSWORD={{ matrix_jitsi_jvb_auth_password }}
JWT_APP_ID JWT_APP_ID


Carregando…
Cancelar
Salvar