From adc29506716854d32b559747392f22e688d03394 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Thu, 28 Sep 2023 19:24:17 +0200 Subject: [PATCH] update ntfy --- content/services/ntfy.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/content/services/ntfy.md b/content/services/ntfy.md index c9fe9ce..b210236 100644 --- a/content/services/ntfy.md +++ b/content/services/ntfy.md @@ -7,13 +7,26 @@ serviceurl: "https://ntfy.keks.cloud" #badge: 8 startpage: false --- - -## Login -If you have an Account you can Login at [ntfy.keks.cloud/login](https://ntfy.keks.cloud/login) +[ntfy](https://ntfy.sh/) is an open source push notification service for android, ios and your laptop. You can send notification from any service via http or mail and recive it on your phone, computer, via mail or as phone call. + + +## Features +This instance of ntfy support the following features + +### Send Notifcations via Mail +You can send notifications via mail if you just use the E-Mail address $topic@ntfy.keks.cloud. If you send to a private topic you need to provide a token send the mail to $topic+$token@ntfy.keks.cloud for that. +For more information take a look at the [offical documentation](https://docs.ntfy.sh/publish/#e-mail-publishing) for mor information. + +### Get Notification via Mail +Pass an `X-Email` in the API-Call to create the notification. There are limits to how much E-Mais you can send, you need to have an accoutn and contact the administrator for a bigger limit. + + +### Phone Calls +Phone Calls costi money so the default limit is 0. If you want to use this feature you need an account and contact the administrator. + +If you have an active account you can validate phone numbers in the web-app. After this you can add a `X-Call` header to the notification you send and provide a number which should be called. -## Send Notifcations via Mail -You can send notifications via mail if you just use the E-Mail address @ntfy.keks.cloud. If you send to a private topic you need to provide a token, look at the [offical documentation](https://docs.ntfy.sh/publish/#e-mail-publishing) for mor information. ## Current Status