ntfy
Send push notifications to your phone or desktop using PUT/POST
Alternative to: Pushover, Pushbullet
About
Versions (102)
v1.27.2
2022-06-23Features:
- Add
cache-startup-queriesoption to allow custom SQLite performance tuning (no ticket) - ntfy CLI can now wait for a command or PID before publishing (#263, thanks to the original ntfy for the idea)
- Trace: Log entire HTTP request to simplify debugging (no ticket)
- Allow setting user password via
NTFY_PASSWORDenv variable (#327, thanks to @Kenix3)
Bugs:
- Fix slow requests due to excessive locking (#338)
- Return HTTP 500 for
GET /_matrix/push/v1/notifywhenbase-urlis not configured (no ticket) - Disallow setting
upstream-base-urlto the same value asbase-url(#334, thanks to @oester for reporting) - Fix
since=<id>implementation for multiple topics (#336, thanks to @karmanyaahm for reporting) - Simple parsing in
Actionsheader now supports settings Androidintent=key (#341, thanks to @wunter8)
Deprecations:
- The
ntfy publish --env-topicoption is deprecated as of now (see deprecations for details)