logo
icon

n8n-v2

n8n is a powerful workflow automation tool focused on deep data integration and visual process design.

template cover
展開済み43
発行者ronglecat
作成日2025-12-10
サービス
service icon
タグ
ToolAutomationn8n

n8n

version: 2.1.2

n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. So you can build whatever you want — without stressing over budget.

Usage

This template allows for one-click deployment. Bind a domain and start using n8n to automate your workflows.

For detailed v2.0 environment variable configuration, please refer to the official update documentation: https://docs.n8n.io/2-0-breaking-changes/#remove-pyodide-based-python-code-node-and-tool

Security Configuration

For enhanced security, n8n disables some nodes by default. You can manually add the NODES_EXCLUDE environment variable to control node access:

  • To enable all default-disabled nodes: Set NODES_EXCLUDE to []
  • To enable only some disabled nodes: Set NODES_EXCLUDE to ["executeCommand","localFileTrigger"] (example: only enable ExecuteCommand and LocalFileTrigger nodes)