this post was submitted on 13 Apr 2026
28 points (100.0% liked)
Free and Open Source Software
22237 readers
115 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Or miniflux if it is. It's efficient, fast, and I like the interface better.
Is this something that a complete newbie would be able to do?
For FreshRSS, if you want to run the development version on localhost:
apt update && apt install build-essential gitInstall Docker: https://docs.docker.com/engine/install/ubuntu/
Clone FreshRSS repository, run
make startand finish the installation: https://freshrss.github.io/FreshRSS/en/developers/02_First_steps.htmlThat seems simple enough. I'll give it a shot. Much appreciated!
Installation for MiniFlux is similar, once you have docker installed you run the long ass docker command from their documentation:
https://miniflux.app/docs/docker.html
I personally prefer the approach they mention in the Docker Compose section of that page though, for long term maintenance.