mirror of
https://github.com/skoelle/dyndns-updater.git
synced 2026-09-17 16:10:25 +00:00
notify feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user