ntfy
Send push notifications to your phone or desktop using PUT/POST
Alternative to: Pushover, Pushbullet
About
Versions (102)
v1.15.0
2022-02-15Highlights
- Compress binaries with
upx(#137) - Add
visitor-request-limit-exempt-hoststo exempt friendly hosts from rate limits (#144) - Double default requests per second limit from 1 per 10s to 1 per 5s (no ticket)
- Convert
\nto new line forX-Messageheader as prep for sharing feature (see #136) - Reduce bcrypt cost to 10 to make auth timing more reasonable on slow servers (no ticket)
- Docs update to include public test topics (no ticket)
Changelog
- ce9e9f3 Add test for IP exempt setting
- da4cf04 Compress binary with upx, closes #137
- eed233a Double requests/sec limit; update docs
- 2ad0802 Rate limit exemption; relates to #144
- 0677b3b Re-add OPTIONS:
- 0df8aa9 Replace \n with \n in X-Message header