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.
Being hosting miniflux on OCI free tier for a few months. No complaints.
Submitted 10 months ago by savbran@feddit.it to selfhosted@lemmy.world
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.
Being hosting miniflux on OCI free tier for a few months. No complaints.
Nextcloud?
This. Nextcloud news is great on the web and mobile. It just works and is ideal if you already run Nextcloud.
Not self hosted but I did it this way:
I’ve been using Miniflux for a few years now, no complaints. Mostly with an iOS-based Reeder app, occasionally with the Web frontend.
I too use miniflux and I like it
I made a post some weeks ago lemmy.world/post/9574514
I’ve been running Miniflux on a free tier GCP instance for a few months now. Then I use RSS Guard on my desktop and FeedMe on my phone to read stuff.
I’d like to try FreshRSS, but just cannot get my URLs to resolve correctly with it. After a few hours of trying, I reverted to if it ain’t broke, don’t fix it. Miniflux all the way for me (for now).
I use TT-RSS (Tiny Tiny RSS) and I slightly modified the default theme to my taste.
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.
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 (github.com/nkanaev/yarr/…/yarr-v2.4-linux64.zip) and placed it at my home directory. Then a created a site for nginx to map my subdomain to the local port 7070.
I self-host miniflux.app and it has been working great for my needs.
I haven’t used it, but it is on my bookmarks for when Feedly stops working for me: github.com/FreshRSS/FreshRSS
I’ve used tt-rss in the past. Don’t know what state it’s in currently.
If you have Nextcloud they also have an RSS app.
It is very stable. Just don’t visit the forum for help. The dev regularly roasts people, which leads to a very toxic environment.
I switched to FreshRSS which works just as well, and doesn’t have a toxic dev
I remember years ago it already was like this in the forums. It actually made me stop using it and running a custom made web based reader for some time.
I wouldn’t use it anymore nowadays.
FressRSS is the way to go. It even has plugins (and a plugin for YouTube channels as RSS feeds, very convenient).
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters | More Letters |
---|---|
HTTP | Hypertext Transfer Protocol, the Web |
NAS | Network-Attached Storage |
nginx | Popular HTTP server |
[Thread #408 for this sub, first seen 7th Jan 2024, 19:45] [FAQ] [Full list] [Contact] [Source code]
Where RSS?
newsblur
I heard good things about Newsblur. They offer a service and an open source version for self hosting
specseaweed@lemmy.world 10 months ago
FreshRSS is great. Container is easy to run.
Showroom7561@lemmy.ca 10 months ago
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.
specseaweed@lemmy.world 10 months ago
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.
folak@lemmy.world 10 months ago
github.com/RSS-Bridge/rss-bridge
Lem453@lemmy.ca 10 months ago
The new oAuth feature is also great and integrates well with my other services for family (immich, seafile, etc)
WarpedCarrot@discuss.tchncs.de 10 months ago
This. I moved to FreshRSS from TT-RSS a while ago and am extremely happy with it. It just works.