mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Implemented universal logout
This commit is contained in:
@@ -5,9 +5,10 @@ domain: "{{primary_domain}}" # The main domain fr
|
||||
features:
|
||||
matomo: true
|
||||
css: false
|
||||
port-ui-desktop: true # Deactivated mailu iframe loading until keycloak supports it
|
||||
port-ui-desktop: true # Deactivated mailu iframe loading until keycloak supports it
|
||||
oidc: true
|
||||
central_database: false # Deactivate central database for mailu, I don't know why the database deactivation is necessary
|
||||
universal_logout: true
|
||||
domains:
|
||||
canonical:
|
||||
- "mail.{{ primary_domain }}"
|
||||
@@ -32,4 +33,4 @@ docker:
|
||||
enabled: true
|
||||
mailu:
|
||||
version: "2024.06" # Docker Image Version
|
||||
name: mailu
|
||||
name: mailu
|
||||
|
Reference in New Issue
Block a user