Add experimental server alerts and webhook notifications
Release rolling / release (push) Successful in 7m30s

Server-side alerting for Docker/container/stack health with Discord,
Slack, Teams, ntfy, Gotify, Telegram, and generic webhooks. Settings
tab, client cache, and backup/restore coverage; marked experimental.
This commit is contained in:
Raven Scott
2026-07-17 18:10:43 -04:00
parent 366333e6bd
commit 5b8fb142bb
18 changed files with 2886 additions and 19 deletions
+2
View File
@@ -66,6 +66,8 @@ export const CONFIG = {
NOTIFICATIONS_CACHE_REL: '.config/peardock/cache/notifications.json',
/** Local backup history: ~/.config/peardock/cache/backups.json */
BACKUPS_CACHE_REL: '.config/peardock/cache/backups.json',
/** Server alerts snapshot (synced from admin export): ~/.config/peardock/cache/alerts.json */
ALERTS_CACHE_REL: '.config/peardock/cache/alerts.json',
/** localStorage key mirrored from settings cache */
SETTINGS_KEY: 'peardock.settings.v1',
},