mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
fix: 修复了安装 Gitea 时没有校验端口的问题 (#35)
This commit is contained in:
parent
2b450838b6
commit
939cca74ad
@ -46,7 +46,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"default": 3000,
|
"default": 3000,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "GITEA_PORT_HTTP"
|
"envKey": "PANEL_APP_PORT_HTTP"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"default": 222,
|
"default": 222,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "GITEA_PORT_SSH"
|
"envKey": "PANEL_APP_PORT_SSH"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user