mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 00:01:09 +02:00
12 lines
380 B
YAML
12 lines
380 B
YAML
version: "2.0.0-dev"
|
|
oauth2_proxy:
|
|
application: application # Needs to be the same as webinterface
|
|
port: 8080 # application port
|
|
allowed_groups:
|
|
- "web-app-phpldapadmin-administrator"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
ldap: true
|
|
oauth2: true |