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
+81
@@ -0,0 +1,81 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: ""
|
||||
envKey: PANEL_DB_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: Redis 服务
|
||||
required: true
|
||||
type: service
|
||||
- default: ""
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Redis Password
|
||||
labelZh: Redis 密码
|
||||
required: true
|
||||
type: password
|
||||
- default: "0"
|
||||
edit: true
|
||||
envKey: REDIS_DB
|
||||
labelEn: Database
|
||||
labelZh: 数据库
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: db0
|
||||
value: "0"
|
||||
- label: db1
|
||||
value: "1"
|
||||
- label: db2
|
||||
value: "2"
|
||||
- label: db3
|
||||
value: "3"
|
||||
- label: db4
|
||||
value: "4"
|
||||
- label: db5
|
||||
value: "5"
|
||||
- label: db6
|
||||
value: "6"
|
||||
- label: db7
|
||||
value: "7"
|
||||
- label: db8
|
||||
value: "8"
|
||||
- label: db9
|
||||
value: "9"
|
||||
- label: db10
|
||||
value: "10"
|
||||
- label: db11
|
||||
value: "11"
|
||||
- label: db12
|
||||
value: "12"
|
||||
- label: db13
|
||||
value: "13"
|
||||
- label: db14
|
||||
value: "14"
|
||||
- label: db15
|
||||
value: "15"
|
||||
- default: root
|
||||
edit: true
|
||||
envKey: COMMANDER_ADMIN
|
||||
labelEn: Username
|
||||
labelZh: 登录用户名
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: P@ssword@redis
|
||||
edit: true
|
||||
envKey: COMMANDER_PASSWORD
|
||||
labelEn: Password
|
||||
labelZh: 登录密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: text
|
||||
- default: 8089
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: Redis-Commander
|
||||
tags:
|
||||
- 工具
|
||||
title: Redis Web 管理工具
|
||||
type: 工具
|
||||
description: Redis Web 管理工具
|
||||
additionalProperties:
|
||||
key: redis-commander
|
||||
name: Redis-Commander
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Redis Web 管理工具
|
||||
shortDescEn: Redis web management tool
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
website: http://joeferner.github.io/redis-commander/
|
||||
github: https://github.com/joeferner/redis-commander
|
||||
document: https://github.com/joeferner/redis-commander/blob/master/docs/configuration.md
|
||||
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
@@ -1,126 +0,0 @@
|
||||
{
|
||||
"formFields": [
|
||||
{
|
||||
"type": "service",
|
||||
"key": "redis",
|
||||
"labelZh": "Redis 服务",
|
||||
"labelEn": "Redis Service",
|
||||
"required": true,
|
||||
"default": "",
|
||||
"envKey": "PANEL_DB_HOST"
|
||||
},
|
||||
{
|
||||
"type": "password",
|
||||
"labelZh": "Redis 密码",
|
||||
"labelEn": "Redis Password",
|
||||
"required": true,
|
||||
"default": "",
|
||||
"envKey": "PANEL_DB_ROOT_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "select",
|
||||
"labelZh": "数据库",
|
||||
"labelEn": "Database",
|
||||
"required": true,
|
||||
"default": "0",
|
||||
"values": [
|
||||
{
|
||||
"label": "db0",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"label": "db1",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"label": "db2",
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"label": "db3",
|
||||
"value": "3"
|
||||
},
|
||||
{
|
||||
"label": "db4",
|
||||
"value": "4"
|
||||
},
|
||||
{
|
||||
"label": "db5",
|
||||
"value": "5"
|
||||
},
|
||||
{
|
||||
"label": "db6",
|
||||
"value": "6"
|
||||
},
|
||||
{
|
||||
"label": "db7",
|
||||
"value": "7"
|
||||
},
|
||||
{
|
||||
"label": "db8",
|
||||
"value": "8"
|
||||
}, {
|
||||
"label": "db9",
|
||||
"value": "9"
|
||||
},
|
||||
{
|
||||
"label": "db10",
|
||||
"value": "10"
|
||||
},
|
||||
{
|
||||
"label": "db11",
|
||||
"value": "11"
|
||||
},
|
||||
{
|
||||
"label": "db12",
|
||||
"value": "12"
|
||||
},
|
||||
{
|
||||
"label": "db13",
|
||||
"value": "13"
|
||||
}, {
|
||||
"label": "db14",
|
||||
"value": "14"
|
||||
},
|
||||
{
|
||||
"label": "db15",
|
||||
"value": "15"
|
||||
}
|
||||
],
|
||||
"envKey": "REDIS_DB",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "登录用户名",
|
||||
"labelEn": "Username",
|
||||
"required": true,
|
||||
"default": "root",
|
||||
"random": true,
|
||||
"rule": "paramCommon",
|
||||
"envKey": "COMMANDER_ADMIN",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"labelZh": "登录密码",
|
||||
"labelEn": "Password",
|
||||
"required": true,
|
||||
"default": "P@ssword@redis",
|
||||
"random": true,
|
||||
"rule": "paramComplexity",
|
||||
"envKey": "COMMANDER_PASSWORD",
|
||||
"edit": true
|
||||
},
|
||||
{
|
||||
"type": "number",
|
||||
"labelZh": "端口",
|
||||
"labelEn": "Port",
|
||||
"required": true,
|
||||
"default": 8089,
|
||||
"rule": "paramPort",
|
||||
"envKey": "PANEL_APP_PORT_HTTP",
|
||||
"edit": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user