
Version: 2.0.0
n8n is a powerful workflow automation platform specifically designed for deep data integration. Through its intuitive visual interface, you can easily build complex automation workflows. Whether it's data processing, API integration, or business process automation, n8n provides flexible solutions. With an extensive template library and user-friendly interface, every team member can participate in process design, collectively improving work efficiency without worrying about budget constraints.
This template supports one-click deployment. Simply bind a domain to 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
For enhanced security, n8n disables some nodes by default. You can manually add the NODES_EXCLUDE environment variable to control node access:
NODES_EXCLUDE to []NODES_EXCLUDE to ["executeCommand","localFileTrigger"] (example: only enable ExecuteCommand and LocalFileTrigger nodes)