1
0
Fork 0
1Panel-Appstore/apps/h5ai/latest/data.yml

66 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2024-12-12 21:27:56 +08:00
additionalProperties:
formFields:
- default: 40048
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
2024-12-12 21:27:56 +08:00
required: true
rule: paramPort
type: number
- default: ./data/share
edit: true
envKey: DATA_PATH
labelEn: The path to the shared data folder
labelZh: 分享的数据文件夹路径
label:
en: The path to the shared data folder
zh: 分享的数据文件夹路径
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: ./data/config
edit: true
envKey: CONFIG_PATH
labelEn: Path to the configuration file
labelZh: 配置文件所在路径
label:
en: Path to the configuration file
zh: 配置文件所在路径
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: "true"
edit: true
envKey: AUTH_ENABLE
labelEn: "Authentication (On: true, Off: false)"
labelZh: 身份验证(开启:true关闭:false)
label:
en: "Authentication (On: true, Off: false)"
zh: 身份验证(开启:true关闭:false)
2024-12-12 21:27:56 +08:00
required: true
type: text
- default: h5ai
envKey: USER
labelEn: User
labelZh: 用户名
label:
en: User
zh: 用户名
2024-12-12 21:27:56 +08:00
random: true
required: false
rule: paramCommon
type: text
- default: h5ai
envKey: PASSWORD
labelEn: Password
labelZh: 用户密码
label:
en: Password
zh: 用户密码
2024-12-12 21:27:56 +08:00
random: true
required: false
rule: paramComplexity
type: password