mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 07:15:43 +02:00
10 lines
321 B
YAML
10 lines
321 B
YAML
version: "2.0.0-dev"
|
|
oauth2_proxy:
|
|
application: application # Needs to be the same as webinterface
|
|
port: 8080 # application port
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: false
|
|
ldap: true
|
|
oauth2: true |