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

Selfhosted

59939 readers
321 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

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

you are viewing a single comment's thread
view the rest of the comments
[–] darkl1nk@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

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.