this post was submitted on 11 Jul 2024
40 points (95.5% liked)

Selfhosted

39167 readers
380 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
 

I have used FreshRSS before but I was always annoyed that some sites don't provide RSS feeds and that even if they provide feeds they don't provide the whole content through it and only a preview.

What do you recommend for the perfect RSS setup? What are you using? Which app are you using to read them?

you are viewing a single comment's thread
view the rest of the comments
[–] udon@lemmy.world 3 points 1 month ago

TLDR: Just using an app on your laptop with good filters (newsbeuter!) might be all you need.

IMHO, RSS readers without decent filters are useless. If you are going to subscribe to even 10, 20 feeds, you will be flooded with articles and have no chance to go through them all. Unfortunately, that already removes 95% of readers from the options.

A long time ago, I had a TinyTinyRSS setup running. TTRSS offers amazing filters and sorting mechanisms, which made it stand out. For example, I subscribed to several dozens of job recruiting feeds and filtered out everything that didn't match. You could also add new filters easily. So if you see many job posts for "Twist dancer" and that is not your thing, you can just filter them out and it gets better over time.

At some point though, TTRSS changed their deployment setup, I think to docker at the time, and I couldn't be bothered reading up how to set it up back then. Something like that. I also heard that the developer is a Nazi, but this may well be wrong. Both together were somehow enough for me though to drop it and I left the RSS game for a while.

A few months ago I started again, but this time just on my laptop. Turns out, the main advantage of a server-based version is that you can read stuff on mobile, which I don't do so much anyway. So first I tried Liferea, which kind of worked but I couldn't wrap my head around the filter mechanism. It's supposed to work, but I tried to figure out which part of the code in which exact format to put where exactly. Documentation and error logs suck, and after suffering for 2-3 hours I left it be. Turns out though, Liferea is mostly just a GUI for newsbeuter, and that is where I am now. The filter language is awkward, especially if you have an older version that doesn't support pretty coding yet (I use Debian, btw). But it works and I'm happy with it now!

Other than that, although a bit beside your question: Many websites don't bother including RSS feeds anymore these days, or even removed them to make people look at their ad infested websites. Whichever reader you pick, make sure it easily supports custom RSS feeds. I wrote a little Python script using BeautifulSoup and FeedGenerator to make my own feeds in such cases and newsbeuter can include them easily. There is also this project for that job:

https://git.sr.ht/~ghost08/ratt

but I didn't look into it in detail.