mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 12:52:18 +08:00
38 lines
915 B
YAML
38 lines
915 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40338"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "true"
|
|
disabled: true
|
|
envKey: PRIVILEGED_MODE
|
|
labelEn: Privilege mode switch
|
|
labelZh: 特权模式开关
|
|
required: true
|
|
type: text
|
|
- default: "./data"
|
|
edit: true
|
|
envKey: DATA_PATH
|
|
labelEn: Data Path
|
|
labelZh: 数据路径
|
|
required: true
|
|
type: text
|
|
- default: "/var/run/dbus"
|
|
disabled: true
|
|
envKey: DBUS_PATH
|
|
labelEn: DBus Path
|
|
labelZh: DBus 路径
|
|
required: true
|
|
type: text
|
|
- default: "/var/run/avahi-daemon"
|
|
disabled: true
|
|
envKey: AVAHI_DAEMON_PATH
|
|
labelEn: Avahi Daemon Path
|
|
labelZh: Avahi Daemon 路径
|
|
required: true
|
|
type: text |