NodeMation By Nskha
104 subscribers
80 photos
9 videos
80 links
n8n AKA NodeMation
Download Telegram
It's been a long time since I abandoned this project, which was designed to generate fully functional n8n installation files. The goal was to provide no-code users with the best possible experience through a GUI configuration for setting up their own n8n instance.

I identified this as a serious problem after spending around two days in meetings with my client, configuring and setting up his instance step by step. The issue was that I had to teach him every single step along the way.

I thought to myself, "Why not create an entire project that automates each step for the client?" I started by writing a basic script for him, explaining every single line I added to his Docker file. He really appreciated it, and that encouraged me to take the idea further by converting it into a full-fledged website.

However, the challenge was figuring out how to ensure his credentials wouldn't be shared with my servers. This led me to realize that everything had to run locally on the client side. Every AI request, search, or any operation would need to occur locally. Although this is a significant challenge for someone new like me, it's an excellent way to build trust with users by ensuring their credentials remain secure.

Until now, it supports 86 credential values with n8n. Every single step suggested is based on my own tests, so I believe it is going to be the ultimate tool that truly cares about n8n installationโ€”not just default values and a quick setup!
๐Ÿ”ฅ4๐Ÿ’ฏ2๐Ÿ‘1
Paid HTTP node alternative that can bypass almost all internet bot blocks at the lowest price on the market (Lowest price i mean LOWEST not fake at all it's cheap like free)... Would you use it?
Cons:
1๏ธโƒฃPrivacy concerns: Third-party services (such as Captcha, proxies, and browsers providers) may have access to your data.
2๏ธโƒฃIt's a paid service, not free. ๐Ÿ™

Pros:
1๏ธโƒฃUnlock restricted access for automation and scraping without limits. No need to set up multiple services or pay multiple providersโ€”just plug in your key and go with our node it will became the easiest way to do it!
2๏ธโƒฃSave significant money on tools like Captcha, proxies (IPs), Docker setups (VPS), Playwright, or spending time reading articles on how to accomplish these tasks. you will get unlimited solutions of these (Including IPs) of all countries of the world at one cost with significant free plan.

We're currently developing this node. first, we thought clone the http node itself and improve it, but our partner decided to keep it simple, but it will be linked to the http node using the (Error Path), it's not our SaaS, but we've invited them to join n8n and we take care of the development. Since they're the most affordable option on the market and stable for our clients, we haven't made them widely known yet. However, if this post shows interest in these kinds of solutions, we promise to release it publicly with our affiliate link.
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜ถ Just don't use the GPT to generate entire workflows templates... It will not work and we already hit the limit of instructions length so we can't add more updates unless we split the project into parts and keep adding more instructions to each part.

Like one GPT for setups, one for expressions, one for logs and error debugging and so on...
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜2
๐Ÿ–๐Ÿ–๐Ÿ–๐Ÿ–
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜3
๐Ÿ˜FYI: Any settings you apply to folders are not saved in the workflow; they remain on the server only and cannot be moved elsewhere for now.

๐Ÿ˜ฌThat's why this feature request was createdโ€”please vote on it: ๐Ÿ‘‰<Link>๐Ÿ‘ˆ
Please open Telegram to view this post
VIEW IN TELEGRAM
Yesterday i pushed small project, a tested vibe coded project... a shell to import and export your n8n data...

๐Ÿ˜Hey rami, Why not use n8n workflows? I have dozens of workflows for backups... already shared some of them before. but the update and import within n8n instance cause errors sometimes and it made me look stupid on the client meeting day when the workflow didn't work on his instance... so we forced to do something outside the n8n... and this shell exactly requested by our partners some weeks ago so i decided to make it public with some fixes since it's requested by many people...

In near future when website ready you will have also a command builder to build your own command with one click.

Automations-Project/n8n-data-manager: https://github.com/Automations-Project/n8n-data-manager

Here's example command i use for quick export and tests


clear && sudo rm -f /usr/local/bin/n8n-manager.sh && rm -rf ~/.config/n8n-manager && rm -rf /tmp/n8n-* && rm -rf n8n-shell-install.sh && curl -o n8n-shell-install.sh https://raw.githubusercontent.com/Automations-Project/n8n-data-manager/refs/heads/main/install.sh && chmod +x n8n-shell-install.sh && ./n8n-shell-install.sh && n8n-manager.sh --action 'backup' --container '$(docker ps --filter "name=n8n" --format "{{.Names}}" | head -n 1)' --token '<Replace Your Github Token Here>' --repo '<Replace Your Github username/repo here>' --branch 'main' --trace --verbose --dated
And same command can be used for import just replace the 'backup' with 'restore'



You can ask help of A.I to understand it better, and you can go to the repo and copy the shell content and paste to A.I to ask if it contain any danger code parts for your safety ๐Ÿ˜‰ in future it will be shorter command.

- you can use it also inside n8n nodes
- you can make it auto backup/import which used to move from dev to prod
- you can import only workflows so you can get updates without affecting credentials

Read more: https://www.reddit.com/r/n8n/comments/1kcv2uj/from_oops_to_up_in_one_command_my_new_n8n/ & https://community.n8n.io/t/from-oops-to-up-in-one-command-my-new-n8n-backup-restore-shell/109695
๐Ÿ–Glad I don't understood this language...
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜1
This small project will be completed in approximately 48 hours. It is a simple GUI builder for backup and restore shell scripts.

It will also feature a unique short domain with n8n, and I believe it should become a standard tool for anyone wanting to migrate or move workflows and credentials between servers.

I have included detailed instructions so that anyone can understand the setup process and build their own configuration (command). Additionally, I have added the ability to create shared configurations for n8n creators, allowing them to share their best settings with clients.

We already have a similar project for installing n8n, installing custom nodes, and building packages. We are also developing a new website focused on learning how to build nodes and become a developer, featuring resources and feedback from our team.

Progress is slow because these are free projectsโ€”we work on them whenever we have time. However, this one is a priority because it is extremely useful for our clients. Even though itโ€™s simple, it can be a challenging task for non-n8n users or beginners.

I will added it in the docs of next n8n assistant GPT upgrade where more users can know it through the A.I.
๐Ÿ”ฅ3
NodeMation By Nskha
This small project will be completed in approximately 48 hours. It is a simple GUI builder for backup and restore shell scripts. It will also feature a unique short domain with n8n, and I believe it should become a standard tool for anyone wanting to migrateโ€ฆ
We're still working on it. We've taken the project much furtherโ€”it's now also a GitHub manager where you can manage your repositories directly (for n8n).

You can generate commands using a GitHub temporary token, created from the browser (client-side).

Use case:
Suppose you have Client A and want to share workflows with them. You generate a token for Client A, locked to a specific repository. You can do the same for Client B, generating a token that allows access only to repo B, and so on.

All of this can be managed from one place. You can provide your clientsโ€”or anyone you want to share your n8n work withโ€”a generated command. They can save this command in their terminal application (such as Termius) and run it anytime to access your up-to-date work.
๐Ÿ–
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜ข3
n8n is hitting hard ๐Ÿ˜† zapier offering 90% discounts to stay with them another year...
Please open Telegram to view this post
VIEW IN TELEGRAM
๐Ÿ˜2
I just found that the GPT I made hit half a million, and itโ€™s super outdated. It feels unfair not to update it based on the latest n8n syntax and improvements.

However, today I completed two knowledge documents that outline what to follow when writing:

- n8n expressions ๐Ÿ‘จโ€๐Ÿ’ป
- n8n code ๐Ÿ‘ฉโ€๐Ÿ’ป

I believe these two rules are very helpful for writing better n8n code.

The fun part: I tried chatting with the GPT and asked it to download all the raw sources. In three replies, I was able to export all the GPTโ€™s contents ๐Ÿ˜‚, making it available for anyone to copy the GPT!

Since this silly method is available in GPT, thereโ€™s no need to make it private. Iโ€™ll create a GitHub repo later containing these resources so you can create your own GPT or even use it with IDE like Windsurf or Cursor or Trae or Cline or RooCode or VSCode or whatever you use as IDE with agentic features.

On the other hand, I recommend creating a private GPT for yourself, because our GPT is affected by user activity/feedbacks, good or bad. Based on the negative feedback and comments weโ€™ve received, I believe itโ€™s better to use a private GPT without community memory ๐Ÿ˜‚.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค3๐Ÿ”ฅ1
โšก๏ธ If you donโ€™t like our GPT, we created prompts and plan to update them regularly, with CDN shortened possible links to make them easy to remember. You can always use these resources with any AI tools.

- https://cdn.n8n.community/llms.txt (main for agents combine both expressions and code)
-- https://cdn.n8n.community/code.md (For coding, dedicated for IDE usage)
-- https://cdn.n8n.community/expression.md (For Expressions)


You need only to use main one, and if there's something missing there's a rule to A.I to call the sub .md files for detailed rules. Those are the first version, we will work on updating them always as we already use them in our daily projects.
Please open Telegram to view this post
VIEW IN TELEGRAM
โค2
Wow! Finally, a new free core feature from the n8n team ๐Ÿ˜

TL;DR: Itโ€™s like a spreadsheet integrated into the same n8n database, with the ability to access the data using a new node called โ€œData Table.โ€
Please open Telegram to view this post
VIEW IN TELEGRAM
โค4๐Ÿ”ฅ3
Lovable is partnering with n8n soon.

In the next version, they will officially release MCP, including self-hosted versions, and soon a native integration with Lovable.

Lovable is a vibecoding service (I personally donโ€™t recommend it), but n8n is building deep integration, and you can vibecode n8n workflows using it right now or with any other tools that support MCP.

https://docs.n8n.io/advanced-ai/accessing-n8n-mcp-server
๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•
Please open Telegram to view this post
VIEW IN TELEGRAM
NodeMation By Nskha
๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•๐Ÿ†•
https://github.com/n8n-io/n8n/compare/n8n@1.122.0...n8n@2.0.0-rc.0

~800 files changed
~28K new lines of code (most them in the A.I nodes)
~131 commits

Major changes to the n8n default settings came with v2. I definitely will not upgrade prod for now; Iโ€™m waiting for a stable version.

No changes in the UI, everything in the interface is still the same as in version 1.122.0.
๐Ÿ”ฅ2