FreshRSS is a selfhosted RSS feed management tool, which is compatible with a number of open source mobile apps
Excerpts from the Changelog:
A few highlights ✨:
- Implement support for HTTP
429 Too Many Requests
and503 Service Unavailable
, obeyRetry-After
- Add sort by category title, or by feed title
- Add search operator
c:
for categories likec:23,34
or!c:45,56
- Custom feed favicons
- Several security improvements, such as:
- Implement reauthentication (sudo mode)
- Add
Content-Security-Policy: frame-ancestors
- Ensure CSP everywhere
- Fix access rights when creating a new user
- Several bug fixes, such as:
- Fix redirections when scraping from HTML
- Fix feed redirection when coming from WebSub
- Fix support for XML feeds with HTML entities, or encoded in UTF-16LE
- Docker alternative image updated to Alpine 3.22 with PHP 8.4 (PHP 8.4 for default Debian image coming soon)
- Start supporting PHP 8.5+
- And much more…