Refactored OAuth2 Proxy and PhpLDAPAdmin

This commit is contained in:
2025-11-27 00:21:22 +01:00
parent 4b2c7eef88
commit d97d34a822
15 changed files with 103 additions and 87 deletions

View File

@@ -1,11 +1,11 @@
features:
matomo: true
css: false
desktop: true
central_database: true
ldap: true
oauth2: true
logout: true
matomo: true
css: false
desktop: true
central_database: true
ldap: true
oauth2: true
logout: true
server:
domains:
canonical:
@@ -23,12 +23,6 @@ server:
whitelist:
font-src:
- "data:"
oauth2_proxy:
application: "application"
port: "80"
acl:
blacklist:
- "/login"
docker:
services:
redis:
@@ -39,6 +33,12 @@ docker:
version: "latest"
name: "snipe-it"
image: "grokability/snipe-it"
oauth2_proxy:
application: "application"
port: "80"
acl:
blacklist:
- "/login"
volumes:
data: "snipe-it_data"