mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-25 20:37:49 +08:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40163
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data/data
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data folder path
|
|
labelZh: 数据文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: ./data/downloads
|
|
edit: true
|
|
envKey: DOWNLOAD_PATH
|
|
labelEn: Download folder path
|
|
labelZh: 下载文件夹路径
|
|
required: true
|
|
type: text
|
|
- default: mynas
|
|
edit: true
|
|
envKey: HOSTNAME
|
|
labelEn: hostname
|
|
labelZh: 主机名
|
|
required: true
|
|
type: text
|
|
- default: user
|
|
edit: true
|
|
envKey: HTTP_USER
|
|
labelEn: http auth user
|
|
labelZh: HTTP 用户
|
|
required: true
|
|
type: text
|
|
- default: xunlei
|
|
edit: true
|
|
envKey: HTTP_PWD
|
|
labelEn: http auth password
|
|
labelZh: HTTP 密码
|
|
random: true
|
|
required: true
|
|
rule: paramComplexity
|
|
type: password
|