mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
c31c7c1809
* feat: add Kodbox to the list * Update docker-compose.yml * Delete logo.png:Zone.Identifier --------- Co-authored-by: zhengkunwang223 <31820853+zhengkunwang223@users.noreply.github.com>
14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 8081,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_HTTP",
|
|
"edit": true
|
|
}
|
|
]
|
|
} |