From 2af94818377740dad047e1f3c85ce03a3e865ffe Mon Sep 17 00:00:00 2001 From: Stefano Marinelli Date: Fri, 12 Jan 2024 09:54:14 +0100 Subject: Added support for ntfy notifications. You can configure either a self-hosted server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics. --- doc/snac.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/snac.1 b/doc/snac.1 index 1f8d395..cb8462f 100644 --- a/doc/snac.1 +++ b/doc/snac.1 @@ -93,6 +93,12 @@ a Telegram channel and a bot for this; the process is rather cumbersome but it's documented everywhere. The Bot API key is a long string of alphanumeric characters and the chat id is a big, negative number. +.It ntfy notifications +To enable notifications via ntfy (both self-hosted or +standard ntfy.sh server), fill the two provided +fields (ntfy server/topic and, if protected, the token). +You need to refer to the https://ntfy.sh web site for +more information on this process. .It Maximum days to keep posts This numeric value specifies the number of days to pass before posts (yours and others') will be purged. This value overrides -- cgit v1.2.3