top | item 44592792

(no title)

monatron | 7 months ago

I self-host n8n and get a ton of mileage out of it. Doesn't cost me a dime.

discuss

order

acka|7 months ago

Do you use APIs with n8n? Just curious. If you do, then you might want to factor in the cost of using those as well, including privacy implications.

In my limited testing, I found n8n to be heavily focused on cloud API use, from their onboarding quick tutorial to the collection of provided nodes, I found adapting them to strictly local use something of a chore.

monatron|7 months ago

There are a lot of nodes that are pre-built to interact with cloud APIs, but you effectively have an HTTP client available that can reach out to any endpoint. In my case, yes, I make use of cloud APIs and realize the trade-offs wrt privacy. You can hit any internal services you like assuming they're reachable from your n8n server

throwaway7783|7 months ago

Doesn't cost a dime to host n8n? Or is this only for personal use?

aldousd666|7 months ago

It doesn't cost a dime to host n8n. They even have a docker image prebuilt that you can just pull and play.