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
+17
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: mysql
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Root Password
|
||||
labelZh: root用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3306
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+17
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: mysql
|
||||
envKey: PANEL_DB_ROOT_PASSWORD
|
||||
labelEn: Root Password
|
||||
labelZh: root用户密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
- default: 3306
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
Executable
+20
@@ -0,0 +1,20 @@
|
||||
name: MySQL
|
||||
tags:
|
||||
- 数据库
|
||||
title: MySQL 开源关系型数据库
|
||||
type: 数据库
|
||||
description: MySQL 开源关系型数据库
|
||||
additionalProperties:
|
||||
key: mysql
|
||||
name: MySQL
|
||||
tags:
|
||||
- Database
|
||||
shortDescZh: MySQL 开源关系型数据库
|
||||
shortDescEn: Open source relational database management system
|
||||
type: runtime
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 4
|
||||
website: https://www.mysql.com
|
||||
github: https://github.com/mysql/mysql-server
|
||||
document: https://dev.mysql.com/doc/
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
Copyright (c) 2000, 2022, Oracle and/or its affiliates.
|
||||
|
||||
This is a release of MySQL, an SQL database server.
|
||||
|
||||
License information can be found in the LICENSE file.
|
||||
|
||||
In test packages where this file is renamed README-test, the license
|
||||
file is renamed LICENSE-test.
|
||||
|
||||
This distribution may include materials developed by third parties.
|
||||
For license and attribution notices for these materials,
|
||||
please refer to the LICENSE file.
|
||||
|
||||
For further information on MySQL or additional documentation, visit
|
||||
http://dev.mysql.com/doc/
|
||||
|
||||
For additional downloads and the source of MySQL, visit
|
||||
http://dev.mysql.com/downloads/
|
||||
|
||||
MySQL is brought to you by the MySQL team at Oracle.
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user