Hi guys, do you know if there is a good RSS Feed service that can be self-hosted which also exposes a good front-end to read the subscribed news? Thanks in advance.
FreshRSS is great. Container is easy to run.
This. I moved to FreshRSS from TT-RSS a while ago and am extremely happy with it. It just works.
The new oAuth feature is also great and integrates well with my other services for family (immich, seafile, etc)
Agreed. Easy to setup on my synology NAS, and it works so well.
My only issue I’ve been having, which is not related to FreshRSS, is getting RSS in twitter to work reliably. Nitter hasn’t been reliable at all over the last year.
I used to use a self hosted nitter for FreshRSS too. I gave up completely. I pruned all the Xitter feeds and looked for other sources.
Unfortunately, some orgs I need to get information from ONLY use social media and twitter was the easiest to get working via RSS, but not anymore.
So incredibly frustrating that accessibility isn’t a consideration when picking a platform to update customers/residents/members.
Absolutely.
Being hosting miniflux on OCI free tier for a few months. No complaints.
OCI free tier as in Oracle Cloud? How’s that working out for you? Not miniflux… the cloud…
Solid so far. Running two instances for some services I used to host at home.
Nextcloud?
This. Nextcloud news is great on the web and mobile. It just works and is ideal if you already run Nextcloud.
For a self-hosted RSS feed service, there are several options:
-
Tiny Tiny RSS: It’s an open-source web-based news feed reader and aggregator for RSS and Atom feeds, praised for its Android client availability.
-
FreshRSS: A free, self-hosted RSS and Atom feed aggregator that is known for being lightweight, powerful, and customizable. It also supports multi-user access, custom tags, has an API for mobile clients, supports WebSub for instant push notifications, and offers web scraping capabilities.
-
Miniflux: A minimalist and opinionated feed reader that is straightforward and efficient for reading RSS feeds without unnecessary extras. It’s written in Go, making it simple, fast, lightweight, and easy to install.
Not self hosted but I did it this way:
https://sturlabragason.github.io/blog/2023/06/15/Curated-News.html
-
I use Yarr (Yet Another RSS Reader). It can be easily deployed with Docker Compose and does the job nicely:
Just found it and tried on my home server, it works:
version: '3.3' services: yarr: container_name: yarr image: maskalicz/yarr:latest ports: - 7070:7070 volumes: - ./yarr-data:/data:rw
Anyway, it just have one view mode with 3 panels and it’s not customizable. At the moment, the most featured and exstesible RSS Feed service seems to be FreshRSS as suggested in the thread by @specseaweed@lemmy.world.
deleted by creator
Sorry, but I mixed up apps. I have Yarr directly set up as a systemd service:
[Unit] Description=Yarr Service After=network.target
[Service] ExecStart=/home/darkl1nk/yarr/yarr -auth-file=/home/darkl1nk/yarr/auth.file WorkingDirectory=/home/dark
I downloaded the precompiled package (https://github.com/nkanaev/yarr/releases/download/v2.4/yarr-v2.4-linux64.zip) and placed it at my home directory. Then created a site for nginx to map my subdomain to the local port 7070.
I haven’t used it, but it is on my bookmarks for when Feedly stops working for me: https://github.com/FreshRSS/FreshRSS
Tt-rss has been reliable for me, and the frontend is decent. Not to mention you can just republish feeds for a different frontend to use.
I heard good things about Newsblur. They offer a service and an open source version for self hosting