Automatic Feed Generation
This feature lets you create RSS feeds automatically - just enter a website URL and html2rss-web figures out the rest!
Note: This feature is disabled by default for security reasons.
How to Enable It
-
Edit your
docker-compose.yml
file and uncomment these lines:
environment:
AUTO_SOURCE_ENABLED: "true"
AUTO_SOURCE_USERNAME: your-username
AUTO_SOURCE_PASSWORD: your-secure-password
AUTO_SOURCE_ALLOWED_ORIGINS: 127.0.0.1:3000
- Restart html2rss-web:
docker compose down
docker compose up -d
How to Use It
-
Open the auto-source page: Go to
http://localhost:3000/auto_source/
- Enter your credentials (the username and password you set above)
- Enter a website URL and click “Generate”
- Get your RSS feed! html2rss-web will create a feed automatically
That’s it! No configuration files needed - html2rss-web does all the work for you.