this post was submitted on 13 Feb 2024
17 points (100.0% liked)

Selfhosted

39275 readers
210 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
 

Hello! I'd like to follow some niche meme pages on instagram with my RSS reader app (feeder), and found out about RSSHub that seems exactly what I need. However, I tried using some of the public instances and except for the first time after requesting an RSS feed, it got rate limited and completely blocked. Does self hosting it solve the problem? Is any of you using it reliably?

you are viewing a single comment's thread
view the rest of the comments
[–] MajorHavoc@programming.dev 1 points 7 months ago

An RSS feed is such a simple plain text file. I can't imagine using a dedicated solution for it.

If I needed a dedicated RSS Feed, I would be inclined to generate it with CRON job, and Jinja2 file, and about 3 lines of Python code.

What I typically do use is an extension for my current static site generator. At the moment, that's EleventyJS. But I'm only using that to create RSS because it's already creating the rest of my website.