隔离 n8n#
¥Isolate n8n
默认情况下,自托管的 n8n 实例会将数据发送到 n8n 的服务器。它会通知用户有关可用更新、工作流模板和诊断信息。
¥By default, a self-hosted n8n instance sends data to n8n's servers. It notifies users about available updates, workflow templates, and diagnostics.
要阻止你的 n8n 实例连接到 n8n 的服务器,请将以下环境变量设置为 false:
¥To prevent your n8n instance from connecting to n8n's servers, set these environment variables to false:
1 2 3 | |
取消设置 n8n 的诊断配置:
¥Unset n8n's diagnostics configuration:
1 2 3 | |
有关这些变量的更多信息,请参阅 环境变量参考。
¥Refer to Environment variables reference for more information on these variables.