mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
2.0 KiB
89 lines
2.0 KiB
{
|
|
"version": "0.0.2",
|
|
"tags": [
|
|
{
|
|
"key": "WebSite",
|
|
"name": "网站"
|
|
},
|
|
{
|
|
"key": "Server",
|
|
"name": "服务器"
|
|
},
|
|
{
|
|
"key": "Datastore",
|
|
"name": "数据库"
|
|
}
|
|
],
|
|
"items": [
|
|
{
|
|
"key": "mysql5.7",
|
|
"name": "Mysql5.7",
|
|
"tags": ["Datastore"],
|
|
"versions": ["5.7.39"],
|
|
"short_desc": "常用关系型数据库",
|
|
"icon": "mysql.png",
|
|
"author": "Oracle",
|
|
"type": "runtime",
|
|
"required": [""],
|
|
"crossVersionUpdate": false,
|
|
"limit": 1,
|
|
"source": "https://www.mysql.com"
|
|
},
|
|
{
|
|
"key": "mysql8.0",
|
|
"name": "Mysql8.0",
|
|
"tags": ["Datastore"],
|
|
"versions": ["8.0.30"],
|
|
"short_desc": "常用关系型数据库",
|
|
"icon": "mysql.png",
|
|
"author": "Oracle",
|
|
"type": "runtime",
|
|
"required": [""],
|
|
"crossVersionUpdate": false,
|
|
"limit": 1,
|
|
"source": "https://www.mysql.com"
|
|
},
|
|
{
|
|
"key": "nginx",
|
|
"name": "Nginx",
|
|
"tags": ["Server"],
|
|
"versions": ["1.23.1"],
|
|
"short_desc": "高性能的HTTP和反向代理web服务器",
|
|
"icon": "nginx.png",
|
|
"author": "Nginx",
|
|
"type": "runtime",
|
|
"required": [""],
|
|
"limit": 1,
|
|
"crossVersionUpdate": true,
|
|
"source": "http://nginx.org/"
|
|
},
|
|
{
|
|
"key": "wordpress",
|
|
"name": "Wordpress",
|
|
"tags": ["WebSite"],
|
|
"versions": ["6.0.1","6.0.2"],
|
|
"short_desc": "老牌博客网站模版",
|
|
"icon": "wordpress.png",
|
|
"author": "Wordpress",
|
|
"type": "website",
|
|
"required": ["mysql"],
|
|
"limit": 0,
|
|
"crossVersionUpdate": true,
|
|
"source": "http://wordpress.org/"
|
|
},
|
|
{
|
|
"key": "redis",
|
|
"name": "redis",
|
|
"tags": ["Datastore"],
|
|
"versions": ["7.0.5","6.0.16"],
|
|
"short_desc": "缓存数据库",
|
|
"icon": "redis.png",
|
|
"author": "Salvatore Sanfilippo",
|
|
"type": "runtime",
|
|
"required": [""],
|
|
"limit": 0,
|
|
"crossVersionUpdate": true,
|
|
"source": "https://redis.io/"
|
|
}
|
|
]
|
|
} |