|
|
|
@@ -12,6 +12,9 @@ matrix_jitsi_enable_av_moderation: true |
|
|
|
# Authentication type, must be one of internal, jwt or ldap. Currently only |
|
|
|
# internal and ldap are supported by this playbook. |
|
|
|
matrix_jitsi_auth_type: internal |
|
|
|
matrix_jitsi_prosody_auth_internal_accounts: |
|
|
|
- username: "jitsti-moderator" |
|
|
|
password: "" |
|
|
|
|
|
|
|
# Configuration options for LDAP authentication. For details see upstream: |
|
|
|
# https://github.com/jitsi/docker-jitsi-meet#authentication-using-ldap. |
|
|
|
@@ -41,16 +44,17 @@ matrix_jitsi_xmpp_guest_domain: guest.meet.jitsi |
|
|
|
matrix_jitsi_xmpp_muc_domain: muc.meet.jitsi |
|
|
|
matrix_jitsi_xmpp_internal_muc_domain: internal-muc.meet.jitsi |
|
|
|
matrix_jitsi_xmpp_modules: '' |
|
|
|
matrix_jitsi_xmpp_muc_modules: '' |
|
|
|
matrix_jitsi_xmpp_muc_modules_internal: '' |
|
|
|
|
|
|
|
matrix_jitsi_recorder_domain: recorder.meet.jitsi |
|
|
|
|
|
|
|
matrix_jitsi_jibri_recorder_user: recorder |
|
|
|
matrix_jitsi_jibri_recorder_password: '' |
|
|
|
|
|
|
|
matrix_jitsi_jibri_brewery_muc: jibribrewery |
|
|
|
matrix_jitsi_jibri_pending_timeout: 90 |
|
|
|
matrix_jitsi_jibri_xmpp_user: jibri |
|
|
|
matrix_jitsi_jibri_xmpp_password: '' |
|
|
|
matrix_jitsi_jibri_recorder_user: recorder |
|
|
|
matrix_jitsi_jibri_recorder_password: '' |
|
|
|
|
|
|
|
matrix_jitsi_enable_lobby: false |
|
|
|
|
|
|
|
@@ -205,7 +209,6 @@ matrix_jitsi_jicofo_component_secret: '' |
|
|
|
matrix_jitsi_jicofo_auth_user: focus |
|
|
|
matrix_jitsi_jicofo_auth_password: '' |
|
|
|
|
|
|
|
|
|
|
|
matrix_jitsi_jvb_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jvb:{{ matrix_jitsi_container_image_tag }}" |
|
|
|
matrix_jitsi_jvb_docker_image_force_pull: "{{ matrix_jitsi_jvb_docker_image.endswith(':latest') }}" |
|
|
|
|
|
|
|
@@ -229,6 +232,30 @@ matrix_jitsi_jvb_brewery_muc: jvbbrewery |
|
|
|
matrix_jitsi_jvb_rtp_udp_port: 10000 |
|
|
|
matrix_jitsi_jvb_rtp_tcp_port: 4443 |
|
|
|
|
|
|
|
# JWT Auth |
|
|
|
matrix_jitsi_auth_jwt_id: jitsi |
|
|
|
matrix_jitsi_auth_jwt_secret: '' |
|
|
|
matrix_jitsi_auth_jwt_accepted_issuers: '' |
|
|
|
matrix_jitsi_authjwt_allow_empty: false |
|
|
|
|
|
|
|
# Jigasi SIP Gateway Configuration - Not Fully Implemented |
|
|
|
matrix_jitsi_jigasi_auth_user: '' |
|
|
|
matrix_jitsi_jigasi_auth_password: '' |
|
|
|
#JIGASI_SIP_URI: '' # SIP URI for incoming / outgoing calls test@sip2sip.info |
|
|
|
#JIGASI_SIP_PASSWORD: '' # Password for the specified SIP account passw0rd |
|
|
|
#JIGASI_SIP_SERVER SIP: '' # server (use the SIP account domain if in doubt) sip2sip.info |
|
|
|
#JIGASI_SIP_PORT SIP: '5060' # server port 5060 |
|
|
|
#JIGASI_SIP_TRANSPORT: 'UDP' # SIP transport UDP |
|
|
|
#DIALIN_NUMBERS_URL: 'https://jitsi.chs.chat/dial-in.json' # URL to the JSON with all Dial-In numbers. Example: https://meet.example.com/dialin.json |
|
|
|
#CONFCODE_URL: '' # URL to the API for checking/generating Dial-In codes. Example: https://jitsi-api.jitsi.net/conferenceMapper |
|
|
|
#GC_PROJECT_ID: # project_id from Google Cloud Credentials |
|
|
|
#GC_PRIVATE_KEY_ID: # private_key_id from Google Cloud Credentials |
|
|
|
#GC_PRIVATE_KEY: # private_key from Google Cloud Credentials |
|
|
|
#GC_CLIENT_EMAIL: # client_email from Google Cloud Credentials |
|
|
|
#GC_CLIENT_ID: # client_id from Google Cloud Credentials |
|
|
|
#GC_CLIENT_CERT_URL: # client_x509_cert_url from Google Cloud Credentials |
|
|
|
|
|
|
|
|
|
|
|
# Custom configuration to be injected into `custom-sip-communicator.properties`, passed to Jitsi JVB. |
|
|
|
# This configuration gets appended to the final configuration that Jitsi JVB uses. |
|
|
|
# |
|
|
|
|