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:
@@ -3,11 +3,12 @@ images:
|
||||
features:
|
||||
matomo: true
|
||||
css: false # Temporary deactivated
|
||||
port-ui-desktop: true
|
||||
port-ui-desktop: true
|
||||
oidc: false # Implementation doesn't work yet
|
||||
central_database: true
|
||||
ldap: true
|
||||
oauth2: false # No special login side which could be protected, use 2FA of Friendica instead
|
||||
universal_logout: true
|
||||
domains:
|
||||
canonical:
|
||||
- "social.{{ primary_domain }}"
|
||||
@@ -29,4 +30,4 @@ addons:
|
||||
docker:
|
||||
services:
|
||||
database:
|
||||
enabled: true
|
||||
enabled: true
|
||||
|
Reference in New Issue
Block a user