diff --git a/server/notification-providers/ntfy.js b/server/notification-providers/ntfy.js index 21f358f64..3d0095086 100644 --- a/server/notification-providers/ntfy.js +++ b/server/notification-providers/ntfy.js @@ -13,6 +13,7 @@ class Ntfy extends NotificationProvider { "message": msg, "priority": notification.ntfyPriority || 4, "title": "Uptime-Kuma", + "icon": notification.ntfyIcon || '', }); return okMsg; diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index d9a83b499..4728f8911 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -16,6 +16,11 @@ + +
+ + +