Add some warning if server running in docker

This commit is contained in:
2024-02-06 21:44:35 +08:00
parent 4eb43cfbca
commit c2a8355b25
3 changed files with 11 additions and 4 deletions

View File

@@ -142,5 +142,6 @@
"keyIsExists": "Key is exists.",
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL.",
"downloadTimeoutCheckInterval": "The interval of checking download timeout",
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage."
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage.",
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting."
}

View File

@@ -142,5 +142,6 @@
"keyIsExists": "键已存在。",
"redirectToFlutter": "访问根 URL 时重定向到 flutter 前端。",
"downloadTimeoutCheckInterval": "下载超时检测间隔",
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。"
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。",
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。"
}