mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-13 19:20:35 +08:00
* '添加qBittorrent,jellyfin,ALS,alist,watchtower' * 添加flarum到应用商店 * 添加flarum到list * 更新flarum的一些说明 * 更新flarum logo * 添加重启参数 * 规范化
23 lines
481 B
JSON
23 lines
481 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"type": "password",
|
|
"labelZh": "root用户密码",
|
|
"labelEn": "Root Password",
|
|
"required": true,
|
|
"default": "mysql",
|
|
"random": true,
|
|
"rule": "paramComplexity",
|
|
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "number",
|
|
"labelZh": "端口",
|
|
"labelEn": "Port",
|
|
"required": true,
|
|
"default": 3306,
|
|
"rule": "paramPort",
|
|
"envKey": "PANEL_APP_PORT_HTTP"
|
|
}
|
|
]
|
|
} |