mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-18 08:00:30 +08:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "service",
|
|
"key": "mysql",
|
|
"labelZh": "数据库服务",
|
|
"labelEn": "Database Service",
|
|
"required": true,
|
|
"default": "",
|
|
"envKey": "PANEL_DB_HOST"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据库名",
|
|
"labelEn": "Database",
|
|
"required": true,
|
|
"default": "gitea",
|
|
"random": true,
|
|
"rule": "paramCommon",
|
|
"envKey": "PANEL_DB_NAME"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"labelZh": "数据库用户",
|
|
"labelEn": "User",
|
|
"required": true,
|
|
"default": "gitea",
|
|
"random": true,
|
|
"rule": "paramCommon",
|
|
"envKey": "PANEL_DB_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"labelZh": "数据库用户密码",
|
|
"labelEn": "Password",
|
|
"required": true,
|
|
"default": "gitea",
|
|
"random": true,
|
|
"rule": "paramComplexity",
|
|
"envKey": "PANEL_DB_USER_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "HTTP 端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 3000,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "SSH 端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 222,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_SSH"
|
|
}
|
|
]
|
|
} |