mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 00:01:09 +02:00
24 lines
636 B
YAML
24 lines
636 B
YAML
enable_greenlight: "true"
|
|
setup: false
|
|
database:
|
|
name: "multiple_databases"
|
|
username: "postgres2"
|
|
api_suffix: "/bigbluebutton/"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: false # Videos can't open in frame due to iframe restrictions
|
|
# @todo fix this
|
|
ldap: false
|
|
oidc: true
|
|
central_database: false
|
|
domains:
|
|
canonical:
|
|
- "meet.{{ primary_domain }}"
|
|
csp:
|
|
flags:
|
|
script-src-elem:
|
|
unsafe-inline: true
|
|
style-src:
|
|
unsafe-inline: true
|
|
credentials: {} |