Skip to content

指定自定义节点的位置#

¥Specify location for your custom nodes

每个用户都可以添加自定义节点,这些节点会在 n8n 启动时加载。默认位置位于启动 n8n 的用户的子文件夹 .n8n/custom 中。

¥Every user can add custom nodes that get loaded by n8n on startup. The default location is in the subfolder .n8n/custom of the user who started n8n.

你可以使用环境变量定义更多文件夹:

¥You can define more folders with an environment variable:

1
export N8N_CUSTOM_EXTENSIONS="/home/jim/n8n/custom-nodes;/data/n8n/nodes"

有关此变量的更多信息,请参阅 环境变量参考

¥Refer to Environment variables reference for more information on this variable.