mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-24 08:01:04 +00:00
36 lines
762 B
YAML
36 lines
762 B
YAML
additionalProperties:
|
|
formFields:
|
|
- default: "40295"
|
|
edit: true
|
|
envKey: PANEL_APP_PORT_HTTP
|
|
labelEn: Port
|
|
labelZh: 端口
|
|
label:
|
|
en: 'Port'
|
|
zh: '端口'
|
|
zh-Hant: '埠'
|
|
ja: 'ポート'
|
|
ko: '포트'
|
|
ru: 'Порт'
|
|
ms: 'Port'
|
|
pt-br: 'Porta'
|
|
required: true
|
|
rule: paramPort
|
|
type: number
|
|
- default: "s"
|
|
edit: true
|
|
envKey: COMMAND
|
|
labelEn: Startup command
|
|
labelZh: 启动命令
|
|
label:
|
|
en: 'Command'
|
|
zh: '命令'
|
|
zh-Hant: '命令'
|
|
ja: 'コマンド'
|
|
ko: '명령'
|
|
ru: 'Команда'
|
|
ms: 'Perintah'
|
|
pt-br: 'Comando'
|
|
required: true
|
|
type: text
|