new optional notify feature

This commit is contained in:
2026-08-04 13:48:07 +02:00
parent 1b5e09a342
commit 2fbfe31ffb
5 changed files with 238 additions and 1 deletions
+11
View File
@@ -27,3 +27,14 @@ API_PORT=8000
# Zeitzone für die API/Web-UI (Default: UTC)
# TIMEZONE=Europe/Berlin
# Optional: Tägliche E-Mail Benachrichtigung um 6 Uhr
# SMTP_HOST=smtp.example.com
# SMTP_PORT=587
# SMTP_USER=user@example.com
# SMTP_PASSWORD=dein_passwort
# SMTP_FROM=user@example.com
# SMTP_USE_TLS=true
# NOTIFY_EMAIL=empfaenger@example.com
# NOTIFY_TIME=6
# NOTIFY_TIMEZONE=Europe/Berlin