logo
icon

n8n-v2

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

template cover
Deployed4 times
Publisherronglecat
Created2025-12-10
Services
service icon
Tags
ToolAutomationn8n

n8n

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.

Usage

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

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)