ntfy
Send push notifications to your phone or desktop using PUT/POST
Alternative to: Pushover, Pushbullet
v2.11.0
2024-05-13This is a tiny release that fixes a database index issue that caused performance issues on ntfy.sh. It also fixes a bug in the rate visitor logic that caused rate visitors to be assigned to seemingly random topics. Nothing major this time.
❤️ Quick reminder that if you like ntfy, please consider sponsoring us via GitHub Sponsors and Liberapay, or buying a paid plan via the web app. ntfy will always remain open source.
Bug fixes + maintenance:
- Re-add database index
idx_topicto themessagestable to fix performance issues on ntfy.sh (no ticket, big thanks to @tcaputi for finding this issue) - Do not set rate visitor for non-eligible topics (no ticket)
- Do not cache
config.js(#1098, thanks to @wunter8)