ntfy in documentation
For self-hosting your own ntfy server with ACL support
dxdemetriou committed
Nov 4, 2022 at 19:57 UTC
9e9b8410c2fed2bee18e8408b0088e64174ebb77
1 file changed
+12
-1
docs/docs/messaging/index.md
+12
-1
@@ -194,9 +194,20 @@ Once setup, the server will offer users the "Pushover" option when setting up me
194
}
195
}
196
```
197
-
197
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.
198
199
+For [self-hosting your own ntfy server](https://ntfy.sh/docs/install/) with [ACL support](https://ntfy.sh/docs/config/#access-control)
200
+```json
201
+{
202
+ "messaging": {
203
+ "ntfy": {
204
+ "host": "https://[my]ntfy.sh",
205
+ "userurl": "https://[my]ntfy.sh/userhelp"
206
+ }
207
+ }
208
+}
209
+```
210
+
211

212
213
## Zulip setup