mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
feat: 修改halo可编辑项
This commit is contained in:
parent
f128537866
commit
e1a43f9909
@ -43,7 +43,8 @@
|
|||||||
"default": "halo",
|
"default": "halo",
|
||||||
"random": true,
|
"random": true,
|
||||||
"rule": "paramCommon",
|
"rule": "paramCommon",
|
||||||
"envKey": "PANEL_DB_NAME"
|
"envKey": "PANEL_DB_NAME",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@ -53,7 +54,8 @@
|
|||||||
"default": "halo",
|
"default": "halo",
|
||||||
"random": true,
|
"random": true,
|
||||||
"rule": "paramCommon",
|
"rule": "paramCommon",
|
||||||
"envKey": "PANEL_DB_USER"
|
"envKey": "PANEL_DB_USER",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
@ -63,7 +65,8 @@
|
|||||||
"default": "halo",
|
"default": "halo",
|
||||||
"random": true,
|
"random": true,
|
||||||
"rule": "paramComplexity",
|
"rule": "paramComplexity",
|
||||||
"envKey": "PANEL_DB_USER_PASSWORD"
|
"envKey": "PANEL_DB_USER_PASSWORD",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@ -73,7 +76,8 @@
|
|||||||
"default": "admin",
|
"default": "admin",
|
||||||
"random": true,
|
"random": true,
|
||||||
"rule": "paramCommon",
|
"rule": "paramCommon",
|
||||||
"envKey": "HALO_ADMIN"
|
"envKey": "HALO_ADMIN",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "password",
|
"type": "password",
|
||||||
@ -83,7 +87,8 @@
|
|||||||
"default": "halo",
|
"default": "halo",
|
||||||
"random": true,
|
"random": true,
|
||||||
"rule": "paramComplexity",
|
"rule": "paramComplexity",
|
||||||
"envKey": "HALO_ADMIN_PASSWORD"
|
"envKey": "HALO_ADMIN_PASSWORD",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@ -92,7 +97,8 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"default": "http://localhost:8080",
|
"default": "http://localhost:8080",
|
||||||
"rule": "paramExtUrl",
|
"rule": "paramExtUrl",
|
||||||
"envKey": "HALO_EXTERNAL_URL"
|
"envKey": "HALO_EXTERNAL_URL",
|
||||||
|
"edit": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "number",
|
"type": "number",
|
||||||
@ -101,7 +107,8 @@
|
|||||||
"required": true,
|
"required": true,
|
||||||
"default": 8080,
|
"default": 8080,
|
||||||
"rule": "paramPort",
|
"rule": "paramPort",
|
||||||
"envKey": "PANEL_APP_PORT_HTTP"
|
"envKey": "PANEL_APP_PORT_HTTP",
|
||||||
|
"edit": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -11,5 +11,6 @@ services:
|
|||||||
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
|
- ./conf/conf.d:/usr/local/openresty/nginx/conf/conf.d/
|
||||||
- ./www:/www
|
- ./www:/www
|
||||||
- ./root:/usr/share/nginx/html
|
- ./root:/usr/share/nginx/html
|
||||||
|
- /etc/localtime:/etc/localtime
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
Loading…
Reference in New Issue
Block a user