ntfy-playground/README.md

16 lines
340 B
Markdown
Raw Permalink Normal View History

# 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
```
2023-06-03 13:09:35 +00:00
Subscribe API: https://docs.ntfy.sh/subscribe/api/