modified: default-environment.env

modified:   monitoring/gotify/docker-health-to-gotify.sh
This commit is contained in:
git
2026-04-07 15:34:41 +10:00
parent f7b4cc22b9
commit 8d0ecf0adf
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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"