From 9e9b8410c2fed2bee18e8408b0088e64174ebb77 Mon Sep 17 00:00:00 2001 From: dxdemetriou <41939421+dxdemetriou@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:57:48 +0200 Subject: [PATCH] ntfy in documentation For self-hosting your own ntfy server with ACL support --- docs/docs/messaging/index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/docs/messaging/index.md b/docs/docs/messaging/index.md index f90c582a..36a801e5 100644 --- a/docs/docs/messaging/index.md +++ b/docs/docs/messaging/index.md @@ -194,9 +194,20 @@ Once setup, the server will offer users the "Pushover" option when setting up me } } ``` - No setup is reqired to enable this. When using ntfy, make sure you use a suffisently random topic name so that others can't guess the name and subscribe to it to receive your messages. +For [self-hosting your own ntfy server](https://ntfy.sh/docs/install/) with [ACL support](https://ntfy.sh/docs/config/#access-control) +```json +{ + "messaging": { + "ntfy": { + "host": "https://[my]ntfy.sh", + "userurl": "https://[my]ntfy.sh/userhelp" + } + } +} +``` + ![](images/MC2-Ntfy1.png) ## Zulip setup