mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 16:51:09 +02:00
13 lines
470 B
YAML
13 lines
470 B
YAML
configuration_file: "oauth2-proxy-keycloak.cfg" # Needs to be set true in the roles which use it
|
|
version: "latest" # Docker Image version
|
|
allowed_roles: "admin" # Restrict it default to admin role. Use the vars/main.yml to open the specific role for other groups
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
port-ui-desktop: false
|
|
universal_logout: true
|
|
|
|
domains:
|
|
canonical:
|
|
- oauth2-proxy.{{ primary_domain }}
|