ntfy-playground/README.md

16 lines
340 B
Markdown

# Notifications Playground
Playing with https://ntfy.sh/
Local source mirror: https://git.batts.cloud/mirrors/ntfy
```shell
curl \
-H "Title: Unauthorized access detected" \
-H "Priority: urgent" \
-H "Tags: warning,skull,poop" \
-d "Hi, from $(hostname)" \
ntfy.sh/farts
```
Subscribe API: https://docs.ntfy.sh/subscribe/api/