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
+8
View File
@@ -24,6 +24,14 @@ const AUDIT_METHODS = new Set([
'recreateContainer',
'upsertSchedule',
'deleteSchedule',
'updateAlertsConfig',
'exportAlertsConfig',
'upsertAlertChannel',
'deleteAlertChannel',
'upsertAlertRule',
'deleteAlertRule',
'testAlertChannel',
'fireManualAlert',
'removeImage',
'removeStack',
'deployStack',