mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-16 01:37:19 +02:00
21 lines
710 B
YAML
21 lines
710 B
YAML
version: "latest"
|
|
oauth2_proxy:
|
|
application: application # Needs to be the same as webinterface
|
|
port: 80 # application port
|
|
credentials:
|
|
# oauth2_proxy_cookie_secret: None # Set via openssl rand -hex 16
|
|
# administrator_password: "None" # CHANGE for security reasons
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: true
|
|
ldap: true
|
|
central_database: false
|
|
oauth2: false
|
|
csp:
|
|
flags:
|
|
style-src:
|
|
unsafe-inline: true
|
|
script-src:
|
|
unsafe-inline: true
|
|
unsafe-eval: true |