notify feature

This commit is contained in:
2026-08-10 22:43:06 +02:00
parent 43f2e96720
commit 70efc66696
7 changed files with 123 additions and 3 deletions
+8
View File
@@ -21,6 +21,14 @@ POLL_INTERVAL_MINUTES=15
# Healthchecks (self-hosted)
HEALTHCHECK_PING_URL=https://healthchecks.example.org/ping/change-me
# E-Mail-Notification bei IP-Änderung (optional)
SMTP_HOST=smtp.example.org
SMTP_PORT=587
SMTP_USER=change-me
SMTP_PASSWORD=change-me
NOTIFY_EMAIL_TO=you@example.org
NOTIFY_EMAIL_FROM=dyndns@example.org
# Sonstiges
TZ=Europe/Berlin
LOG_LEVEL=INFO