mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 04:49:40 +01:00
14 lines
745 B
YAML
14 lines
745 B
YAML
application_id: "mailu"
|
|
database_password: "{{applications.mailu.database_password}}"
|
|
database_type: "mariadb"
|
|
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
|
|
enable_central_database: "{{applications.mailu.enable_central_database}}"
|
|
|
|
# Use dedicated source for oidc if activated
|
|
# @see https://github.com/heviat/Mailu-OIDC/tree/2024.06
|
|
docker_source: "{{ 'ghcr.io/heviat' if applications[application_id].oidc.enabled | bool else 'ghcr.io/mailu' }}" |