this post was submitted on 08 Dec 2025
79 points (91.6% liked)

Selfhosted

60074 readers
635 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
 

I see n8n everywhere and while I love automation I can't think of a use case, that couldn't be realized in Bash instead.

So I'm wondering, if you use n8n what are you using it for?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] irmadlad@lemmy.world 5 points 6 months ago (1 children)

Pull weather data and get notified if it is going to rain

That's a pretty respectful list you have there. I am working on something that will pull in weather data and forecast maps, but haven't completed the flow yet.

[โ€“] uranibaba@lemmy.world 2 points 6 months ago

I wanted to do the same for One Punch Man but ended writing a bash script for it instead. File access and variables was the biggest hurdle (but both are solvable).

Knowing if it is going to rain in the next hour is nice because I take the bike to work. I like to know which clothes to take with me.