2025-02-03 18:10:07 +01:00
|
|
|
application_id: "mailu"
|
|
|
|
database_password: "{{mailu_database_password}}"
|
|
|
|
database_type: "mariadb"
|
2025-02-04 22:37:07 +01:00
|
|
|
cert_mount_directory: "{{docker_compose.directories.volumes}}certs/"
|
|
|
|
enable_wildcard_certificate: false
|
|
|
|
|
|
|
|
# I don't know why this configuration is necessary.
|
|
|
|
# Propabldy due to a database migration problem, or dificulties to configure an external db in mailu
|
|
|
|
# @todo research
|
2025-02-06 15:02:18 +01:00
|
|
|
enable_central_database: "{{enable_central_database_mailu}}"
|
|
|
|
|
|
|
|
# Use dedicated source for oidc if activated
|
|
|
|
# @see https://github.com/heviat/Mailu-OIDC/tree/2024.06
|
|
|
|
docker_source: "{{ 'ghcr.io/heviat' if oidc.enabled | bool else 'ghcr.io/mailu' }}"
|