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.

@darkl1nk@lemmy.ml
link
fedilink
English
7
edit-2
8M

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
creator
link
fedilink
English
18M

deleted by creator

@darkl1nk@lemmy.ml
link
fedilink
English
1
edit-2
8M

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.

savbran
creator
link
fedilink
English
38M

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.

Create a post

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!

  • 1 user online
  • 279 users / day
  • 589 users / week
  • 1.34K users / month
  • 4.55K users / 6 months
  • 1 subscriber
  • 3.5K Posts
  • 70K Comments
  • Modlog