From cecf434f3ac72e089e1c4112f0e9c3ccc951bea7 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 19 Oct 2024 18:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx-ui/2.0.0/data.yml | 16 ++-------------- nginx-ui/2.0.0/docker-compose.yml | 1 + 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/nginx-ui/2.0.0/data.yml b/nginx-ui/2.0.0/data.yml index 93211472e..abd7b3c93 100644 --- a/nginx-ui/2.0.0/data.yml +++ b/nginx-ui/2.0.0/data.yml @@ -58,29 +58,17 @@ additionalProperties: labelEn: Nginx UI Display Title required: true type: text - - default: "false" - edit: true - envKey: NGINX_UI_SERVER_SKIP_INSTALLATION - labelZh: 跳过安装模式 - labelEn: Skip Installation Mode - required: true - type: select - values: - - label: 跳过 - value: "true" - - label: 不跳过 - value: "false" - default: "" edit: true envKey: NGINX_UI_PREDEFINED_USER_NAME - labelZh: 预设用户名 (跳过安装模式) + labelZh: 预设用户名 labelEn: Predefined Username required: false type: text - default: "" edit: true envKey: NGINX_UI_PREDEFINED_USER_PASSWORD - labelZh: 预设密码 (跳过安装模式) + labelZh: 预设密码 labelEn: Predefined Password required: false type: text diff --git a/nginx-ui/2.0.0/docker-compose.yml b/nginx-ui/2.0.0/docker-compose.yml index 17db75c96..3532046a7 100644 --- a/nginx-ui/2.0.0/docker-compose.yml +++ b/nginx-ui/2.0.0/docker-compose.yml @@ -33,3 +33,4 @@ services: - NGINX_UI_SERVER_START_CMD=database - NGINX_UI_SERVER_PAGE_SIZE=10 - NGINX_UI_SERVER_CERT_RENEWAL_INTERVAL=7 + - NGINX_UI_SERVER_SKIP_INSTALLATION=true