mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
14 lines
587 B
YAML
14 lines
587 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 |