feat:添加allinone到列表
This commit is contained in:
22
apps/allinone/latest/data.yml
Normal file
22
apps/allinone/latest/data.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "40292"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "true"
|
||||
edit: true
|
||||
envKey: PRIVILEGED_MODE
|
||||
labelEn: Privileged Mode
|
||||
labelZh: 特权模式
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: "True"
|
||||
value: "true"
|
||||
- label: "False"
|
||||
value: "false"
|
||||
Reference in New Issue
Block a user