Added support for pushover notifications

This commit is contained in:
Peter Crosthwaite
2026-06-19 15:37:05 +10:00
parent 7b65d5648f
commit 6075872881
10 changed files with 203 additions and 2 deletions
@@ -1,4 +1,4 @@
export type ProviderKind = 'slack' | 'smtp' | 'discord' | 'telegram' | 'gotify' | 'ntfy' | 'webhook' | 'nextcloud';
export type ProviderKind = 'slack' | 'smtp' | 'discord' | 'telegram' | 'gotify' | 'ntfy' | 'webhook' | 'nextcloud' | 'pushover';
export interface DispatchResult {
success: boolean;