html2rss / html2rss-web

🕸 Create custom RSS feeds from any website with ease! Quick setup with Docker. Use built-in configs or tailor your own. Stay updated effortlessly.
https://html2rss.github.io/components/html2rss-web
MIT License
86 stars 11 forks source link

feat(auto_source): add support for `auto_source` feature #676

Open gildesmarais opened 1 month ago

gildesmarais commented 1 month ago

Depends on https://github.com/html2rss/html2rss/pull/202 || v0.14.0

This pull request

  1. enables the use of auto_source
  2. The feature is disabled by default and
  3. uses https://github.com/arkadiyt/ssrf_filter to protect against SSRF attack.

Further changes include adding required gems, updating documentation, refactoring the codebase.

New Features:

Documentation Updates:

Code Refactoring:

Error Handling:

Frontend Improvements: