ntfy.sh servis kullanımı

curl’le desktop/android’e herhangi bir hesap vs. oluşturmadan notification göndermeye yarar. Aklıma gelen 2 kullanım yeri:

Android’de notification’un belirgin olması için Priority de göndermek gerek

curl                                                           \
  -H "Title: Unauthorized access detected"                     \
  -H "Priority: urgent"                                        \
  -H "Tags: warning,skull"                                     \
  -d "Remote access to $(hostname) detected. Act right away."  \
  ntfy.sh/cavitdeneme