Playing with https://ntfy.sh/
Go to file
Vincent Batts 60302e2dcf
README: a couple of links
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2023-06-03 09:17:00 -04:00
LICENSE Initial commit 2023-06-03 13:09:35 +00:00
README.md README: a couple of links 2023-06-03 09:17:00 -04:00
README.md.orig initial commit: silly simple notifications pub/sub with ntfy.sh 2023-06-03 09:11:59 -04:00
go.mod initial commit: silly simple notifications pub/sub with ntfy.sh 2023-06-03 09:11:59 -04:00
pub.go initial commit: silly simple notifications pub/sub with ntfy.sh 2023-06-03 09:11:59 -04:00
sub.go initial commit: silly simple notifications pub/sub with ntfy.sh 2023-06-03 09:11:59 -04:00

README.md

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/