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

Selfhosted

60074 readers
729 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
[–] Danitos@reddthat.com 1 points 6 months ago

I've done some of that stuff in Python, and n8n is just lovely, far simpler. You can also add a node that runs Python code in n8n, so you only gain simplicity, but lose almost nothing.