45
submitted 5 months ago by savbran@feddit.it to c/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.

all 36 comments
sorted by: hot top controversial new old
[-] specseaweed@lemmy.world 38 points 5 months ago

FreshRSS is great. Container is easy to run.

[-] Showroom7561@lemmy.ca 4 points 5 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 2 points 5 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.

[-] Showroom7561@lemmy.ca 2 points 5 months ago

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.

[-] specseaweed@lemmy.world 0 points 5 months ago

Absolutely.

[-] Lem453@lemmy.ca 3 points 5 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 3 points 5 months ago

This. I moved to FreshRSS from TT-RSS a while ago and am extremely happy with it. It just works.

[-] LaterRedditor@lemmy.world 13 points 5 months ago

Being hosting miniflux on OCI free tier for a few months. No complaints.

[-] damnthefilibuster@lemmy.world 1 points 5 months ago

OCI free tier as in Oracle Cloud? How's that working out for you? Not miniflux... the cloud...

[-] LaterRedditor@lemmy.world 2 points 5 months ago

Solid so far. Running two instances for some services I used to host at home.

[-] sturlabragason@lemmy.world 10 points 5 months ago* (last edited 5 months ago)

For a self-hosted RSS feed service, there are several options:

  1. 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.

  2. 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.

  3. 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

[-] efscher@lemmy.nyc.what.if.ua 7 points 5 months ago

I've been using Miniflux for a few years now, no complaints. Mostly with an iOS-based Reeder app, occasionally with the Web frontend.

[-] conrad82@lemmy.world 5 points 5 months ago

I too use miniflux and I like it

I made a post some weeks ago https://lemmy.world/post/9574514

[-] six_arm_spider_man@reddthat.com 3 points 5 months ago

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).

[-] beta_tester@lemmy.ml 9 points 5 months ago
[-] homegrowntechie@lemmy.world 1 points 5 months ago

This. Nextcloud news is great on the web and mobile. It just works and is ideal if you already run Nextcloud.

[-] synthsalad@mycelial.nexus 6 points 5 months ago

I self-host https://miniflux.app/ and it has been working great for my needs.

[-] darkl1nk@lemmy.ml 6 points 5 months ago* (last edited 5 months ago)

I use Yarr (Yet Another RSS Reader). It can be easily deployed with Docker Compose and does the job nicely:

https://github.com/nkanaev/yarr

[-] savbran@feddit.it 3 points 5 months ago

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.

[-] clb92@feddit.dk 6 points 5 months ago

I use TT-RSS (Tiny Tiny RSS) and I slightly modified the default theme to my taste.

[-] tinsuke@lemmy.world 4 points 5 months ago

I haven't used it, but it is on my bookmarks for when Feedly stops working for me: https://github.com/FreshRSS/FreshRSS

[-] varsock@programming.dev 2 points 5 months ago
[-] samae@lemmy.menf.in 2 points 5 months ago

I run RSS2email and… read my RSS as emails, delivered fresh every morning :)

https://github.com/rss2email/rss2email

[-] ikidd@lemmy.world 1 points 5 months ago

I like the idea, that might actually get me to pay attention to my RSS feeds. I wonder if anyone has stood up a docker image because it looks like a pain to install and update.

[-] kensand@sopuli.xyz 2 points 5 months ago

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.

[-] Decronym@lemmy.decronym.xyz 2 points 5 months ago* (last edited 5 months ago)

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

2 acronyms in this thread; the most compressed thread commented on today has 6 acronyms.

[Thread #408 for this sub, first seen 7th Jan 2024, 19:45] [FAQ] [Full list] [Contact] [Source code]

[-] d_k_bo@feddit.de 1 points 5 months ago
[-] un_ax@lemmy.sdf.org 1 points 5 months ago

I've used Commafeed for a while and am now self-hosting it using Docker.

[-] bjoern_tantau@swg-empire.de 1 points 5 months ago

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.

[-] bluetoque@lemmy.ca 5 points 5 months ago

It is very stable. Just don't visit the forum for help. The dev regularly roasts people, which leads to a very toxic environment.

[-] bisby@lemmy.world 4 points 5 months ago

I switched to FreshRSS which works just as well, and doesn't have a toxic dev

[-] Dirk@lemmy.ml 1 points 5 months ago* (last edited 5 months ago)

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.

FreshRSS is the way to go. It even has plugins (and a plugin for YouTube channels as RSS feeds, very convenient).

[-] gitamar@feddit.de 1 points 5 months ago

I heard good things about Newsblur. They offer a service and an open source version for self hosting

https://github.com/samuelclay/NewsBlur

this post was submitted on 07 Jan 2024
45 points (89.5% liked)

Selfhosted

37741 readers
370 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS