diff --git a/.env b/.env index a33c6b1..7a098d4 100644 --- a/.env +++ b/.env @@ -8,11 +8,6 @@ CF_TTL=120 # Frequenza controllo IP CF_CRON=*/5 * * * * -# Gotify -GOTIFY_URL=https://alert.qwince.com -GOTIFY_TOKEN=AYqMv_9E4td4I6s -GOTIFY_PRIORITY=5 - # Configurazione Container DATA_VOLUME=./data RESTART_POLICY=unless-stopped diff --git a/docker-compose.yml b/docker-compose.yml index a416301..ab206df 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,13 +12,6 @@ services: - PROXIED=${CF_PROXIED} - TTL=${CF_TTL} - CRON=${CF_CRON} - - # Gotify (notifica SOLO se IP cambia) - - GOTIFY_URL=${GOTIFY_URL} - - GOTIFY_TOKEN=${GOTIFY_TOKEN} - - GOTIFY_PRIORITY=${GOTIFY_PRIORITY} - - GOTIFY_ONLY_ON_CHANGE=true - volumes: - ${DATA_VOLUME}:/config diff --git a/ui/templates/index.html b/ui/templates/index.html index 43b173a..a25dfa7 100644 --- a/ui/templates/index.html +++ b/ui/templates/index.html @@ -27,10 +27,10 @@ {% for r in records %}