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

@@ -8,6 +8,7 @@
"z /private/wafrn 0700 root root -"
"z /private/tangled.env 0600 root root -"
"z /private/vaultwarden 0700 root root -"
"d /private/zipline 0700 root root -"
"z /protected 0700 root root -"
];
}

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() {