mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-11 11:00:32 +08:00
* chore(deps): update cloudreve/cloudreve docker tag to v3.8.1 * 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>
25 lines
692 B
YAML
25 lines
692 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: 40033
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: ./data/uploads
|
|
edit: true
|
|
envKey: UPLOAD_PATH
|
|
labelEn: The upload file save path
|
|
labelZh: 上传文件保存路径
|
|
required: true
|
|
type: text
|
|
- default: ./data/data
|
|
edit: true
|
|
envKey: TMP_PATH
|
|
labelEn: Temp folder path
|
|
labelZh: 临时文件夹路径
|
|
required: true
|
|
type: text
|