Skip to content

Commit 99fd25c

Browse files
committed
Add new notification channel (Gotify)
1 parent 4cb9933 commit 99fd25c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
79.8 KB
Loading

src/components/NotificationSystem.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ const NotificationSystem = () => {
4848
logo: "/uploads/notification/notifiarr.png",
4949
alt: "Notifiarr notifications"
5050
},
51+
{
52+
name: "Gotify",
53+
logo: "/uploads/notification/gotify.png",
54+
alt: "Gotify notifications"
55+
},
5156
{
5257
name: "Webhook",
5358
logo: "/uploads/notification/webhook.png",

0 commit comments

Comments
 (0)