mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented universal logout
This commit is contained in:
@@ -12,6 +12,7 @@ features:
|
||||
ldap: true
|
||||
oauth2: true
|
||||
oidc: false # Deactivated because users aren't auto-created.
|
||||
universal_logout: true
|
||||
oauth2_proxy:
|
||||
application: "application"
|
||||
port: "<< defaults_applications[web-app-gitea].docker.services.gitea.port >>"
|
||||
@@ -47,4 +48,4 @@ docker:
|
||||
port: 3000
|
||||
name: "gitea"
|
||||
volumes:
|
||||
data: "gitea_data"
|
||||
data: "gitea_data"
|
||||
|
Reference in New Issue
Block a user