mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 01:01:10 +02:00
18 lines
479 B
YAML
18 lines
479 B
YAML
version: "2.0.0-dev"
|
|
oauth2_proxy:
|
|
application: application # Needs to be the same as webinterface
|
|
port: 8080 # application port
|
|
allowed_groups:
|
|
- "/roles/web-app-phpldapadmin-administrator"
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: true
|
|
ldap: true
|
|
oauth2: true
|
|
universal_logout: true
|
|
|
|
domains:
|
|
canonical:
|
|
- phpldapadmin.{{ primary_domain }}
|