mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
Implemented allowed_groups
This commit is contained in:
parent
98cc3d5070
commit
bf16a44e87
@ -3,6 +3,8 @@ images:
|
|||||||
oauth2_proxy:
|
oauth2_proxy:
|
||||||
application: application
|
application: application
|
||||||
port: 80
|
port: 80
|
||||||
|
allowed_groups:
|
||||||
|
- "web-app-lam-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -4,6 +4,8 @@ master_password_required: True # Master password is
|
|||||||
oauth2_proxy:
|
oauth2_proxy:
|
||||||
application: "application"
|
application: "application"
|
||||||
port: "80"
|
port: "80"
|
||||||
|
allowed_groups:
|
||||||
|
- "web-app-pgadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -2,6 +2,8 @@ version: "2.0.0-dev"
|
|||||||
oauth2_proxy:
|
oauth2_proxy:
|
||||||
application: application # Needs to be the same as webinterface
|
application: application # Needs to be the same as webinterface
|
||||||
port: 8080 # application port
|
port: 8080 # application port
|
||||||
|
allowed_groups:
|
||||||
|
- "web-app-phpldapadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
|
@ -2,6 +2,8 @@ autologin: false # This is a high security risk. Just activat
|
|||||||
oauth2_proxy:
|
oauth2_proxy:
|
||||||
port: "80"
|
port: "80"
|
||||||
application: "application"
|
application: "application"
|
||||||
|
allowed_groups:
|
||||||
|
- "web-app-phpmyadmin-administrator"
|
||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: false
|
css: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user