mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 应用商店升级到 v2 版本 (#91)
This commit is contained in:
Executable
+25
@@ -0,0 +1,25 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: mongo
|
||||
envKey: PANEL_DB_ROOT_USER
|
||||
labelEn: Root Username
|
||||
labelZh: Root 用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: mongo
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Root Password
|
||||
labelZh: Root 用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 27017
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: MongoDB
|
||||
tags:
|
||||
- 数据库
|
||||
title: MongoDB 开源文档数据库
|
||||
type: 数据库
|
||||
description: MongoDB 开源文档数据库
|
||||
additionalProperties:
|
||||
key: mongodb
|
||||
name: MongoDB
|
||||
tags:
|
||||
- Database
|
||||
shortDescZh: MongoDB 开源文档数据库
|
||||
shortDescEn: Fractional file storage database
|
||||
type: runtime
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: https://www.mongodb.com/
|
||||
github: https://github.com/mongodb/mongo
|
||||
document: https://www.mongodb.com/docs/
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,33 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "Root 用户名",
|
||||
"labelEn": "Root Username",
|
||||
"required": true,
|
||||
"default": "mongo",
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "PANEL_DB_ROOT_USER"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "Root 用户密码",
|
||||
"labelEn": "Root Password",
|
||||
"required": true,
|
||||
"default": "mongo",
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "端口",
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": 27017,
|
||||
"rule": "paramPort",
|
||||
"envKey": "PANEL_APP_PORT_HTTP"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user