mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
@@ -37,7 +37,7 @@ FSESL_PASSWORD={{applications | get_app_conf(application_id, 'credentials.fsesl_
|
||||
# CONNECTION
|
||||
# ====================================
|
||||
|
||||
DOMAIN={{domains | get_domain(application_id)}}
|
||||
DOMAIN={{ domains | get_domain(application_id) }}
|
||||
|
||||
EXTERNAL_IPv4={{ networks.internet.ip4 }}
|
||||
# The following line is not tested and could lead to bugs:
|
||||
@@ -50,7 +50,7 @@ STUN_PORT={{ ports.public.stun[application_id] }}
|
||||
|
||||
# TURN SERVER
|
||||
# uncomment and adjust following two lines to add an external TURN server
|
||||
TURN_SERVER=turns:{{domains | get_domain(application_id)}}:{{ ports.public.turn[application_id] }}?transport=tcp
|
||||
TURN_SERVER=turns:{{ domains | get_domain(application_id) }}:{{ ports.public.turn[application_id] }}?transport=tcp
|
||||
TURN_SECRET={{applications | get_app_conf(application_id, 'credentials.turn_secret', True)}}
|
||||
|
||||
# Allowed SIP IPs
|
||||
@@ -287,9 +287,9 @@ DEFAULT_REGISTRATION=invite
|
||||
### EXTERNAL AUTHENTICATION METHODS
|
||||
# @See https://docs.bigbluebutton.org/greenlight/v3/external-authentication/
|
||||
#
|
||||
OPENID_CONNECT_CLIENT_ID={{oidc.client.id}}
|
||||
OPENID_CONNECT_CLIENT_SECRET={{oidc.client.secret}}
|
||||
OPENID_CONNECT_ISSUER={{oidc.client.issuer_url}}
|
||||
OPENID_CONNECT_CLIENT_ID={{ oidc.client.id }}
|
||||
OPENID_CONNECT_CLIENT_SECRET={{ oidc.client.secret }}
|
||||
OPENID_CONNECT_ISSUER={{ oidc.client.issuer_url }}
|
||||
OPENID_CONNECT_REDIRECT={{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
||||
# OPENID_CONNECT_UID_FIELD=sub default
|
||||
{% endif %}
|
Reference in New Issue
Block a user