1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-18 17:59:35 +08:00
2023-03-11 12:27:32 +08:00

41 lines
958 B
JSON

{
"formFields": [
{
"type": "text",
"labelZh": "域名或IP",
"labelEn": "Address",
"required": true,
"default": "",
"envKey": "GITLAB_HOSTNAME",
"placeholderZh": "请填写域名或者 IP 地址",
"placeholderEn": "Please fill in the domain name or IP address"
},
{
"type": "number",
"labelZh": "HTTP 端口",
"labelEn": "HTTP Port",
"required": true,
"default": 8090,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTP"
},
{
"type": "number",
"labelZh": "HTTPS 端口",
"labelEn": "HTTPS Port",
"required": true,
"default": 8443,
"rule": "paramPort",
"envKey": "PANEL_APP_PORT_HTTPS"
},
{
"type": "number",
"labelZh": "SSH 端口",
"labelEn": "SSH Port",
"required": true,
"default": 2229,
"rule": "paramPort",
"envKey": "JENKINS_SSH_PORT"
}
]
}