mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
32 lines
728 B
YAML
32 lines
728 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40283"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "./data"
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data Path
|
|
labelZh: 数据路径
|
|
required: true
|
|
type: text
|
|
- default: "dpanel"
|
|
edit: true
|
|
envKey: APP_NAME
|
|
labelEn: Application Name
|
|
labelZh: 应用名称
|
|
required: true
|
|
type: text
|
|
- default: "/var/run/docker.sock"
|
|
edit: true
|
|
envKey: DOCKER_SOCK_PATH
|
|
labelEn: Docker Socket Path
|
|
labelZh: Docker 套接字路径
|
|
required: true
|
|
type: text
|