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.
1Panel/apps/list.json

41 lines
830 B

{
"version": "0.1",
"tags": [
{
"key": "WebSite",
"name": "网站"
},
{
"key": "Server",
"name": "服务器"
},
{
"key": "Datastore",
"name": "数据库"
}
],
"items": [
{
"key": "mysql",
"name": "Mysql",
"tags": ["Datastore"],
"versions": ["5.7.39","8.0.30"],
"short_desc": "常用关系型数据库",
"icon": "mysql.png",
"author": "Oracle",
"type": "internal",
"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": "internal",
"source": "http://nginx.org/"
}
]
}