A drop-in, single-binary reimplementation of the caronc/apprise-api HTTP API in Go.
0

Configure Feed

Select the types of activity you want to include in your feed.

use ntfys scheme

Kohei Watanabe (Jun 9, 2026, 12:21 AM +0900) a04e29dc 0fee901d

+1 -1
+1 -1
README.md
··· 15 15 ```sh 16 16 # ntfy - watch it land at https://ntfy.sh/apprize-demo 17 17 curl localhost:8000/notify \ 18 - -d 'urls=ntfy://apprize-demo' \ 18 + -d 'urls=ntfys://apprize-demo' \ 19 19 -d body=hello 20 20 21 21 # email - needs real SMTP credentials