Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.23 KB

File metadata and controls

40 lines (32 loc) · 1.23 KB
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
order
3

Turn any website into an RSS feed. Self-host your own instance and take back control of your information diet.

Quick Start

  1. Install Docker.
  2. Create a directory for html2rss:
    mkdir html2rss-web && cd html2rss-web
  3. 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
  4. Start the instance:
    docker compose up -d
  5. Visit http://localhost:3000 You should see the html2rss-web interface.

Next Steps


License

MIT