We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d16f3 commit 1a351d1Copy full SHA for 1a351d1
1 file changed
web/src/api/notifications.ts
@@ -198,6 +198,7 @@ export const notificationsApi = {
198
// Helper functions
199
export const SHOUTRRR_SERVICES = [
200
{ value: "discord", label: "Discord", example: "discord://TOKEN@ID" },
201
+ { value: "generic", label: "Generic Webhook", example: "generic://HOSTNAME/PATH?template=json" },
202
{ value: "gotify", label: "Gotify", example: "gotify://HOSTNAME/TOKEN" },
203
{ value: "email", label: "Email", example: "smtp://USERNAME:PASSWORD@HOST:PORT/?from=FROM&to=TO" },
204
{ value: "googlechat", label: "Google Chat", example: "googlechat://SPACE/KEY/TOKEN" },
0 commit comments