Skip to content

数据采集(Data collection)#

n8n 会从自托管的 n8n 安装中收集一些匿名数据。使用以下说明可选择退出数据遥测收集。

🌐 n8n collects some anonymous data from self-hosted n8n installations. Use the instructions below to opt out of data telemetry collection.

已收集数据(Collected data)#

有关 n8n 收集的数据,请参阅 隐私 | 自托管 n8n 的数据收集

🌐 Refer to Privacy | Data collection in self-hosted n8n for details on the data n8n collects.

收集机制(How collection works)#

您的 n8n 实例会在生成事件时将大部分数据发送到 n8n。工作流执行次数和实例脉冲会定期发送(每 6 小时一次)。这些数据类型主要属于 n8n 遥测收集。

🌐 Your n8n instance sends most data to n8n as the events that generate it occur. Workflow execution counts and an instance pulse are sent periodically (every 6 hours). These data types mostly fall into n8n telemetry collection.

选择不收集数据(Opting out of data collection)#

n8n 默认启用遥测收集。要禁用它,请配置以下环境变量。

🌐 n8n enables telemetry collection by default. To disable it, configure the following environment variables.

选择不接收遥测事件(Opt out of telemetry events)#

要选择退出遥测事件,请将 N8N_DIAGNOSTICS_ENABLED 环境变量设置为 false,例如:

🌐 To opt out of telemetry events, set the N8N_DIAGNOSTICS_ENABLED environment variable to false, for example:

1
export N8N_DIAGNOSTICS_ENABLED=false

选择不检查 n8n 的新版本(Opt out of checking for new versions of n8n)#

要选择不检查 n8n 的新版本,请将 N8N_VERSION_NOTIFICATIONS_ENABLED 环境变量设置为 false,例如:

🌐 To opt out of checking for new versions of n8n, set the N8N_VERSION_NOTIFICATIONS_ENABLED environment variable to false, for example:

1
export N8N_VERSION_NOTIFICATIONS_ENABLED=false

禁用所有与 n8n 服务器的连接(Disable all connection to n8n servers)#

如果你想完全阻止与 n8n 服务器的所有通信,请参阅 隔离 n8n

🌐 If you want to fully prevent all communication with n8n's servers, refer to Isolate n8n.

有关这些环境变量的更多信息,请参阅部署环境变量

🌐 Refer to Deployment environment variables for more information on these environment variables.

有关设置环境变量的更多信息,请参阅配置

🌐 Refer to Configuration for more information on setting environment variables.