| title | Self-Host Your Own Instance | ||
|---|---|---|---|
| description | Take control of your information diet. Host your own html2rss instance and join the decentralized web movement. | ||
| sidebar |
|
Turn any website into an RSS feed. Self-host your own instance and take back control of your information diet.
- Install Docker.
- Create a directory for html2rss:
mkdir html2rss-web && cd html2rss-web
- Download the configuration:
curl -O https://raw.githubusercontent.com/html2rss/html2rss-web/master/docker-compose.yml curl -O https://raw.githubusercontent.com/html2rss/html2rss-web/master/config/feeds.yml
- Start the instance:
docker compose up -d
- Visit http://localhost:3000 You should see the html2rss-web interface.