this post was submitted on 18 Oct 2023
2 points (100.0% liked)
ntfy
10 readers
3 users here now
ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST.
ntfy website • Documentation • GitHub • Google Play • F-Droid • Discord • App Store • Matrix
If you'd like to become a sponsor, I would be humbled to accept your donation via GitHub Sponsors or Liberapay 💸💰.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not quite clear.
Given I have no tiers, I am covered just with
cache-duration
and can completely ignoremessage-expiry-duration
?I have a single service that POSTs messages to ntfy which sends them to subscribers. Any subscriber will have to connect within
cache-duration
or else ntfy deletes messages older than that from the database. Is that accurate? The intention is to keep the sqlite db lean and small.