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
@@ -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
+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"