This commit is contained in:
2026-03-28 00:02:32 +02:00
parent fc729c8aae
commit 099ef7b987
4 changed files with 20 additions and 1 deletions

View File

@@ -25,7 +25,7 @@
set -euo pipefail
WEBHOOK="$(cat /run/secrets/discord-webhook 2>/dev/null || echo "")"
UNITS=("sshd" "docker" "bluesky-pds" "cloudflared")
UNITS=("sshd" "docker" "bluesky-pds" "cloudflared" "zipline")
HOSTNAME="$(hostname)"
notify() {