mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
078188a8c3
* chore(deps): update whyour/qinglong docker tag to v2.15.17 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
24 lines
663 B
YAML
24 lines
663 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 5700
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: WebUI 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/mnt
|
|
edit: true
|
|
envKey: MOUNT_PATH
|
|
labelEn: Mount folder path
|
|
labelZh: 挂载文件夹路径
|
|
required: true
|
|
type: text |