ntfy-playground/README.md

340 B

Notifications Playground

Playing with https://ntfy.sh/ Local source mirror: https://git.batts.cloud/mirrors/ntfy

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/