From 0ff8f558efaa8a33671b7f1bed30b39603ad05f7 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 31 Oct 2023 22:17:48 +0800 Subject: [PATCH] docs: add docs for telemetry --- website/docs/deployment/environment.md | 1 + .../current/deployment/environment.md | 1 + 2 files changed, 2 insertions(+) diff --git a/website/docs/deployment/environment.md b/website/docs/deployment/environment.md index 94f3837f..842ebd9e 100644 --- a/website/docs/deployment/environment.md +++ b/website/docs/deployment/environment.md @@ -29,6 +29,7 @@ title: Environment Variable | DISABLE_CREATE_GROUP | - | Whether to disable user create group, if "1" or "true" turn off this method | | DISABLE_PLUGIN_STORE | - | Whether to hide user plugin store entry, if "1" or "true" turn off this method | | DISABLE_ADD_FRIEND | - | Whether to hide user add friend entry, if "1" or "true" turn off this method | +| DISABLE_TELEMETRY | - | Whether to disable send telemetry report to msgbyte to help us improve, its anonymous, if "1" or "true" turn off telemetry | > Some examples of environment variables can be seen: https://github.com/msgbyte/tailchat/blob/master/server/.env.example diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/environment.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/environment.md index 6e39127e..d1d7f873 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/environment.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/environment.md @@ -29,6 +29,7 @@ title: 环境变量 | DISABLE_CREATE_GROUP | - | 是否关闭用户创建群组功能, 如果为 "1" 或者 "true" 则关闭该功能 | | DISABLE_PLUGIN_STORE | - | 是否隐藏用户插件中心功能, 如果为 "1" 或者 "true" 则关闭该功能 | | DISABLE_ADD_FRIEND | - | 是否隐藏用户添加好友功能, 如果为 "1" 或者 "true" 则关闭该功能 | +| DISABLE_TELEMETRY | - | 是否关闭遥测报告功能, 遥测是完全匿名的,如果为 "1" 或者 "true" 则关闭该功能 | > 部分环境变量示例可见: https://github.com/msgbyte/tailchat/blob/master/server/.env.example