Files
Mailu/core/admin
Till Skrodzki a068a65818 Add DB_APPENDIX to support additional parameters
With https://github.com/Mailu/Mailu/pull/3701 the remark was left to set the DB collation for MariaDB setups. However, the Helm chart has no option to overwrite the SQLAlchemy URI really. It selfs DB_USER, DB_PW, DB_NAME and DB_HOST and thus triggers the Alchemy URI to be overwritten (and it overwrites it statically as well...).
This commit adds the parameter / environment variable DB_APPENDIX allowing for, e.g., '?collation=utf8mb4_unicode_ci' to be set using an environment variable which the Helm chart can then set.
2025-01-18 19:02:29 +01:00
..
2023-08-11 09:12:36 +02:00
2024-10-05 18:59:29 +02:00
2024-06-20 12:34:55 +00:00
2017-11-01 12:11:04 +01:00
2024-01-21 18:38:33 +01:00
2024-09-12 12:30:04 +02:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources