Aim of this repository is to help anyone start their own Self-Hosted RSS aggregator with minimal setup.
Docker installed on the system
- Clone the repo locally.
- Make sure you have docker and docker compose is installed.
- Change the environment variables TZ to your country value.
- Run
docker compose up
- Go to http://localhost
- Do the initial one time FreshRss setup.
- Refer FreshRss first steps documentation for more.
If you find a bug or would like to suggest an enhancement, please open an issue on this repository. Pull requests are most welcome!