Implemented allowed_groups

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-20 10:46:35 +02:00
parent 98cc3d5070
commit bf16a44e87
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,8 @@ images:
oauth2_proxy:
application: application
port: 80
allowed_groups:
- "web-app-lam-administrator"
features:
matomo: true
css: true

View File

@ -4,6 +4,8 @@ master_password_required: True # Master password is
oauth2_proxy:
application: "application"
port: "80"
allowed_groups:
- "web-app-pgadmin-administrator"
features:
matomo: true
css: true

View File

@ -2,6 +2,8 @@ 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

View File

@ -2,6 +2,8 @@ autologin: false # This is a high security risk. Just activat
oauth2_proxy:
port: "80"
application: "application"
allowed_groups:
- "web-app-phpmyadmin-administrator"
features:
matomo: true
css: false