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.

相关资源#

¥Related resources

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

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

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

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