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

@ -390,30 +390,34 @@ export const NotificationTypeOptions: OptionBasicTyped<NotificationType>[] = [
label: "Discord",
value: "DISCORD"
},
{
label: "Notifiarr",
value: "NOTIFIARR"
},
{
label: "Telegram",
value: "TELEGRAM"
},
{
label: "Pushover",
value: "PUSHOVER"
},
{
label: "Gotify",
value: "GOTIFY"
},
{
label: "LunaSea",
value: "LUNASEA"
},
{
label: "Notifiarr",
value: "NOTIFIARR"
},
{
label: "Ntfy",
value: "NTFY"
},
{
label: "LunaSea",
value: "LUNASEA"
}
label: "Pushover",
value: "PUSHOVER"
},
{
label: "Shoutrrr",
value: "SHOUTRRR"
},
{
label: "Telegram",
value: "TELEGRAM"
},
];
export const IrcAuthMechanismTypeOptions: OptionBasicTyped<IrcAuthMechanism>[] = [