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:
@@ -24,6 +24,14 @@ const AUDIT_METHODS = new Set([
|
||||
'recreateContainer',
|
||||
'upsertSchedule',
|
||||
'deleteSchedule',
|
||||
'updateAlertsConfig',
|
||||
'exportAlertsConfig',
|
||||
'upsertAlertChannel',
|
||||
'deleteAlertChannel',
|
||||
'upsertAlertRule',
|
||||
'deleteAlertRule',
|
||||
'testAlertChannel',
|
||||
'fireManualAlert',
|
||||
'removeImage',
|
||||
'removeStack',
|
||||
'deployStack',
|
||||
|
||||
Reference in New Issue
Block a user