Are you doing anything cool with n8n?
from carton_of_lions@sh.itjust.works to selfhosted@lemmy.world on 17 Apr 08:37
https://sh.itjust.works/post/58665550

Just curious what people are using n8n for.

I just finished setting up a workflow that sends me a Telegram message every night about photography opportunities for the next day. It puts together weather data, POIs (which I defined for my location), sun/moon position, milky way visibility, cloud cover, etc. The message then simply tells me if it’s worth it going out in the morning.

#selfhosted

threaded - newest

greyscale@lemmy.grey.ooo on 17 Apr 08:57 next collapse

I’m not willing to run something that risky on my own infrastructure, therefore I wont run it. I can do all of those things with a handful of scripts or Home Assistant anyway.

EarMaster@lemmy.world on 17 Apr 10:23 collapse

May I ask why you consider n8n risky?

statelesz@slrpnk.net on 17 Apr 10:47 next collapse

Just look at the recent vulnerabilities it had. It just had a CVE 10 in January and March of this year.

app.opencve.io/cve/?vendor=n8n

EarMaster@lemmy.world on 17 Apr 11:02 collapse

Almost all of them affect authenticated users. The only ones that allow unauthenticated users access are for old versions. So to be honest: I am not that much concerned.

non_burglar@lemmy.world on 17 Apr 13:46 next collapse

You aren’t concerned about a severity 10 vuln? Those are found in software with exceptionally bad qa and abandonware. That should give you pause about how hard n8n is “going fast and breaking things”.

statelesz@slrpnk.net on 17 Apr 14:48 collapse

Well, this “authenticated user” could be your fucking LLM and this is really concerning. Besides that a single CVE 10 is also very concerning no matter how old the affected version is.

greyscale@lemmy.grey.ooo on 17 Apr 13:00 collapse

I’m not a slop jockey and I’m watching people plug these kinds of things into public data and having it do operations with financial/business impacts.

I’d rather employ a gremlin to write scripts.

irmadlad@lemmy.world on 17 Apr 13:03 collapse

I’m not a slop jockey

Are you aware that you are not required to run AI with n8n? There are two flavors: With AI and without.

greyscale@lemmy.grey.ooo on 17 Apr 15:03 next collapse

lowcode environments are the O.G slop.

irmadlad@lemmy.world on 17 Apr 15:09 collapse

Wow! Well, you can keep your attitude.

greyscale@lemmy.grey.ooo on 17 Apr 16:57 collapse

<img alt="Why are you booing me, I’m right." src="https://i.imgflip.com/25nktb.jpg">

anyhow2503@lemmy.world on 17 Apr 21:29 collapse

Is there a version of n8n without AI generated code?

irmadlad@lemmy.world on 17 Apr 21:32 collapse

If you are asking if you can run n8n without AI, yes. That’s what I run. If you are asking whether n8n is free of any AI generated code used in it’s creation, I couldn’t speak to that.

ISOmorph@feddit.org on 17 Apr 11:15 next collapse

A governmental-ish site I’m required to use doesn’t push notifications as mails, so you have to login daily to check for updates. Updates may happen multiple times daily or once a month. I automated my server to access the site once a day with my credentials, screenshot the notifications, parse them with ocr, and send myself a mail.

captcha_incorrect@lemmy.world on 17 Apr 21:50 collapse

What do you use for OCR parsing?

Decronym@lemmy.decronym.xyz on 17 Apr 11:20 next collapse

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
HTTP Hypertext Transfer Protocol, the Web
IP Internet Protocol
NAT Network Address Translation
nginx Popular HTTP server

4 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

[Thread #242 for this comm, first seen 17th Apr 2026, 11:20] [FAQ] [Full list] [Contact] [Source code]

irmadlad@lemmy.world on 17 Apr 12:48 next collapse

That’s pretty cool OP. I use n8n for various automation around the lab but the most recent would be an addition to my dashboard. The n8n routine will fetch the latest, animated, Solar Flare and Aura Forecast from sol24.net. I’ve always been fascinated with the sun and our atmosphere since I was a kid.

<img alt="" src="https://lemmy.world/pictrs/image/980fe120-e222-4879-ae53-3ec2f130a8e6.png">

Smash@lemmy.self-hosted.site on 17 Apr 18:47 collapse

I use it for just two things, triggering a download with a docker tool over a webhook call I use in a userscript and calling a webhook of a media server on local file changes