mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-21 07:41:09 +02:00
Implemented allowed_groups
This commit is contained in:
parent
98cc3d5070
commit
bf16a44e87
@ -3,6 +3,8 @@ images:
|
||||
oauth2_proxy:
|
||||
application: application
|
||||
port: 80
|
||||
allowed_groups:
|
||||
- "web-app-lam-administrator"
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user