feat(notifications): add Shoutrrr support (#1326)

This commit is contained in:
ze0s 2023-12-30 16:34:25 +01:00 committed by GitHub
parent 3dd1629a3f
commit 57a91bb99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 149 additions and 31 deletions

View file

@ -3,7 +3,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
type NotificationType = "DISCORD" | "NOTIFIARR" | "TELEGRAM" | "PUSHOVER" | "GOTIFY" | "NTFY" | "LUNASEA";
type NotificationType = "DISCORD" | "NOTIFIARR" | "TELEGRAM" | "PUSHOVER" | "GOTIFY" | "NTFY" | "LUNASEA" | "SHOUTRRR";
type NotificationEvent =
"PUSH_APPROVED"
| "PUSH_REJECTED"