Files
mailcow-birthday-daemon/.env.example
Patrick Asmus (scriptos) e4e2f83d0a
All checks were successful
Build Test Docker Image / docker-test (pull_request) Successful in 1m35s
Run Tests / test (pull_request) Successful in 4m47s
docs: Neue Umgebungsvariablen in .env.example ergänzen
2026-03-28 15:05:31 +01:00

17 lines
694 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Basis-URL der Mailcow-Instanz
MAILCOW_BASE=https://mailcow.host
# API-Key mit Lese-/Schreibzugriff (Admin-Panel > Konfiguration > Zugang > API)
MAILCOW_APIKEY=DEIN-APIKEY-HIER
# (Optional) Interner Hostname für TCP-Verbindungen (z. B. nginx-mailcow).
# Löst Hairpin-NAT-Probleme in Docker-Netzen. TLS nutzt weiterhin den Hostnamen aus MAILCOW_BASE.
# MAILCOW_RESOLVE_HOST=nginx-mailcow
# (Optional) Name des Geburtstagskalenders Standard: Birthdays
# Bei Änderung wird der alte Kalender automatisch entfernt und ein neuer erstellt.
# CALENDAR_NAME=Birthdays
# (Optional) Pfad zur Zustandsdatei Standard: state.json / im Container: /data/state.json
# STATEFILE=/data/state.json