mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-14 05:12:19 +08:00
17 lines
405 B
YAML
17 lines
405 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "/var/run/docker.sock"
|
|
edit: true
|
|
envKey: DOCKER_SOCK_PATH
|
|
labelEn: Docker Socket Path
|
|
labelZh: Docker 套接字路径
|
|
required: true
|
|
type: text
|
|
- default: "/etc/hosts"
|
|
edit: true
|
|
envKey: HOSTS_PATH
|
|
labelEn: Hosts File Path
|
|
labelZh: Hosts 文件路径
|
|
required: true
|
|
type: text
|