# 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/