Add experimental server alerts and webhook notifications
Release rolling / release (push) Successful in 7m30s
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:
@@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user