修复 应用配置

This commit is contained in:
萌森 2024-10-19 18:09:06 +08:00
parent 3adef29bcd
commit 417d67637b
2 changed files with 3 additions and 14 deletions

View File

@ -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

View File

@ -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