team@tinypod.app
Self-Hosting ntfy: Push Notifications Made Simple
ntfy lets you send push notifications via HTTP. curl a URL, get a notification on your phone. The simplest notification system possible.
ntfynotificationspushautomation
What Is ntfy?
ntfy (pronounced "notify") is a push notification service. Send a notification by making an HTTP POST to a topic. That's it.
How Simple Is It?
bashcurl -d "Backup complete" ntfy.example.com/backups
That sends a push notification to anyone subscribed to the "backups" topic.
Features
Sending
Receiving
Priority Levels
1. Min — no sound
2. Low — low priority
3. Default — normal
4. High — bypasses DND
5. Urgent — persistent alert
Access Control
ntfy vs Gotify vs Pushover
Use Cases
Deployment
Deploy on TinyPod. Resources: 1 CPU, 64 MB RAM.
ntfy is beautifully simple. If you can use curl, you can send push notifications.