html2rss-web turns website sources into RSS/JSON feeds.
Test drive the app with these steps:
- Download docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d- Open
http://localhost:4000/in your browser - When prompted for a token, use
CHANGE_ME_ADMIN_TOKEN
Important
This is a first-run demo path, not a production-ready setup.
Continue with the Getting Started and deployment guides for real setup.
All local development and test execution should run inside the repository Dev Container.
make setup
make dev
make ready- Contributing guidelines: https://html2rss.github.io/get-involved/contributing
- Docker image: https://hub.docker.com/r/html2rss/web
- Discussions: https://github.com/orgs/html2rss/discussions
- Sponsor: https://github.com/sponsors/gildesmarais
