this post was submitted on 07 Jan 2024
31 points (89.7% liked)

Selfhosted

39964 readers
224 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
 

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 18 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 10 months ago

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

[–] [email protected] 6 points 10 months ago

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

[–] [email protected] 4 points 10 months ago* (last edited 10 months ago) (1 children)

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

[–] [email protected] 2 points 10 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 @[email protected].

[–] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

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]

[–] [email protected] 1 points 10 months ago
[–] [email protected] 2 points 10 months ago

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

[–] [email protected] 2 points 10 months ago (1 children)

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

https://github.com/rss2email/rss2email

[–] [email protected] 1 points 10 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.

[–] [email protected] 2 points 10 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.

[–] [email protected] 2 points 10 months ago
[–] [email protected] 1 points 10 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

[–] [email protected] 0 points 10 months ago (1 children)

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.

[–] [email protected] 2 points 10 months ago (2 children)

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

[–] [email protected] 4 points 10 months ago

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

[–] [email protected] 1 points 10 months ago* (last edited 10 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).