mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 23:49:14 +00:00
Refactored OAuth2 Proxy and PhpLDAPAdmin
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
oauth2_proxy:
|
||||
application: "application"
|
||||
port: "80"
|
||||
allowed_groups:
|
||||
- "{{ [RBAC.GROUP.NAME, 'web-app-yourls-administrator'] | path_join }}"
|
||||
acl:
|
||||
blacklist:
|
||||
- "<< defaults_applications[web-app-yourls].server.locations.admin >>" # Protects the admin area
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
@@ -38,3 +30,11 @@ docker:
|
||||
version: "latest"
|
||||
name: "yourls"
|
||||
image: "yourls"
|
||||
oauth2_proxy:
|
||||
application: "application"
|
||||
port: "80"
|
||||
allowed_groups:
|
||||
- "{{ [RBAC.GROUP.NAME, 'web-app-yourls-administrator'] | path_join }}"
|
||||
acl:
|
||||
blacklist:
|
||||
- "<< defaults_applications[web-app-yourls].server.locations.admin >>" # Protects the admin area
|
||||
|
||||
Reference in New Issue
Block a user