FreshRSS: A free self-hosted RSS aggregator
You waste too much time to visit every single day your favorite websites? You care about privacy and don't want any website to know your preferences? You don't want to miss any GitHub release from your favorites software? No worries! FreshRSS can solve all your problems!
You waste too much time visiting every single day your favorite websites?
You care about privacy and don't want any website to know your preferences?
You don't want to miss any GitHub release from your favorites software?
No worries! FreshRSS can solve all your problems!
Installation
Once again, nothing very complex here, the docker image is provided by LinuxServer 🦦.
First thing first, you need to create a folder for this project and put inside your docker-compose.yml file.
version: "2.3"
services:
freshrss:
container_name: freshrss
image: lscr.io/linuxserver/freshrss:latest
restart: unless-stopped
ports:
- 8082:80
environment:
- PUID=1026
- PGID=100
- TZ=Europe/Paris
volumes:
- /home/thelazyfox/docker/freshrss/config:/config
Please remember to create all folders and files before trying to launch your docker-compose.
How does it look like on my server:
freshrss/
|_ docker-compose.yaml
|_ config/
And now, you just have to launch your docker-compose file with the following command cd freshrss && docker-compose up -d
Features
In FreshRSS, you can manage everything you need around your RSS feeds including:
- Categories
- Labels
- Archiving strategy
- What to display on your main feed
- Multi users is supported so you can share it with your family
- Customize the theme
- Add addons
Tips: If you want to follow the releases of your favorite applications, just enter the releases GitHub page of the project. Example: https://github.com/xbmc/xbmc/releases/
I let you discover all features, feel free to share your favorites!