From 216e20b3880619d9b1818686202120aae224e614 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Sat, 13 May 2023 01:29:58 +0200 Subject: [PATCH] replaced Gotify with ntfy --- src/_data/services.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/_data/services.json b/src/_data/services.json index bc1f0f2..6d7cbed 100644 --- a/src/_data/services.json +++ b/src/_data/services.json @@ -77,15 +77,15 @@ } }, { - "id": "gotify", - "name": "Gotify", + "id": "ntfy", + "name": "ntfy", "icon": "i-server", - "url": "https://push.sp-codes.de", - "status": "https://push.sp-codes.de", + "url": "https://ntfy.sp-codes.de", + "status": "https://ntfy.sp-codes.de", "beta": true, "summary": { - "de": "Ein einfacher Dienst zum Senden und Empfangen von Nachrichten in Echtzeit.", - "en": "A simple service for sending and receiving messages in real-time." + "de": "A simple real-time notification service, e.g. as a provider for UnifiedPush.", + "en": "A simple real-time notification service, e.g. as a provider for UnifiedPush." } }, {