appstore/apps/xunlei/3.11.2/data.yml
github-action update-app-version 900d4cf3f4 Update app version [skip ci]
2024-05-12 00:19:18 +00:00

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