From 8d0ecf0adf9996595d72a98e9166c5dbd1c00988 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 7 Apr 2026 15:34:41 +1000 Subject: [PATCH] modified: default-environment.env modified: monitoring/gotify/docker-health-to-gotify.sh --- default-environment.env | 4 ++-- monitoring/gotify/docker-health-to-gotify.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/default-environment.env b/default-environment.env index f1510cc..e4f10ca 100644 --- a/default-environment.env +++ b/default-environment.env @@ -78,8 +78,8 @@ PIHOLE_EXPORTER_PORT=9617 GOTIFY_DEFAULTUSER_NAME=admin GOTIFY_DEFAULTUSER_PASS=R1m@dmin GOTIFY_REGISTRATION=false -GOTIFY_URL=https://gotify.lan.ddnsgeek.com -GOTIFY_TOKEN=ADuOnDBG7C27hcf +#GOTIFY_URL=https://gotify.lan.ddnsgeek.com +#GOTIFY_TOKEN=ADuOnDBG7C27hcf # Portainer PORTAINER_GODEBUG=netdns=cgo diff --git a/monitoring/gotify/docker-health-to-gotify.sh b/monitoring/gotify/docker-health-to-gotify.sh index ec8bfdd..fa52b9d 100755 --- a/monitoring/gotify/docker-health-to-gotify.sh +++ b/monitoring/gotify/docker-health-to-gotify.sh @@ -4,8 +4,8 @@ set -euo pipefail #: "${GOTIFY_URL:?Set GOTIFY_URL (e.g. https://gotify.lan.ddnsgeek.com)}" #: "${GOTIFY_TOKEN:?Set GOTIFY_TOKEN (AAM..CtNmUGoNIV)}" -GOTIFY_URL="${GOTIFY_URL}" -GOTIFY_TOKEN="${GOTIFY_TOKEN}" +GOTIFY_URL="https://gotify.lan.ddnsgeek.com" +GOTIFY_TOKEN="ADuOnDBG7C27hcf" STATE_DIR="./docker-health-alert" STATE_FILE="${STATE_DIR}/last_unhealthy.txt"