1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00
1Panel/apps/list.json

114 lines
2.6 KiB
JSON
Raw Normal View History

{
2022-11-18 14:27:40 +08:00
"version": "0.0.6",
"tags": [
{
"key": "WebSite",
"name": "网站"
},
2022-09-27 22:53:24 +08:00
{
"key": "Server",
"name": "服务器"
},
{
2022-10-28 17:04:57 +08:00
"key": "Database",
"name": "数据库"
},
{
"key": "Tool",
"name": "工具"
}
],
"items": [
{
"key": "mysql",
"name": "Mysql",
2022-10-28 17:04:57 +08:00
"tags": ["Database"],
"versions": ["5.7.39","8.0.30"],
2022-10-24 17:46:08 +08:00
"short_desc": "常用关系型数据库",
"author": "Oracle",
"type": "runtime",
2022-11-18 14:27:40 +08:00
"required": [],
2022-10-24 17:46:08 +08:00
"crossVersionUpdate": false,
"limit": 1,
"source": "https://www.mysql.com"
2022-09-27 22:53:24 +08:00
},
{
"key": "nginx",
"name": "Nginx",
"tags": ["Server"],
"versions": ["1.23.1"],
"short_desc": "高性能的HTTP和反向代理web服务器",
"author": "Nginx",
"type": "runtime",
2022-11-18 14:27:40 +08:00
"required": [],
"limit": 1,
"crossVersionUpdate": true,
2022-09-27 22:53:24 +08:00
"source": "http://nginx.org/"
2022-10-07 15:49:39 +08:00
},
{
"key": "wordpress",
"name": "Wordpress",
"tags": ["WebSite"],
"versions": ["6.0.1","6.0.2"],
2022-10-07 15:49:39 +08:00
"short_desc": "老牌博客网站模版",
"author": "Wordpress",
"type": "website",
"required": ["mysql"],
2022-10-07 15:49:39 +08:00
"limit": 0,
"crossVersionUpdate": true,
"source": "http://wordpress.org/"
},
{
"key": "redis",
"name": "redis",
2022-10-28 17:04:57 +08:00
"tags": ["Database"],
"versions": ["7.0.5","6.0.16"],
"short_desc": "缓存数据库",
"author": "Salvatore Sanfilippo",
"type": "runtime",
2022-11-18 14:27:40 +08:00
"required": [],
"limit": 0,
"crossVersionUpdate": true,
"source": "https://redis.io/"
},
{
"key": "halo",
"name": "Halo",
"tags": ["WebSite"],
"versions": ["1.6.0"],
"short_desc": "现代化的CMS",
"author": "Halo",
"type": "website",
"required": ["mysql"],
"limit": 0,
"crossVersionUpdate": true,
"source": "https://halo.run/"
},
{
"key": "phpmyadmin",
"name": "phpmyadmin",
"tags": ["Tool"],
"versions": ["5.2.0"],
"short_desc": "Mysql 客户端",
"author": "phpmyadmin",
"type": "tool",
"required": ["mysql"],
"limit": 0,
"crossVersionUpdate": true,
"source": "https://www.phpmyadmin.net/"
},
{
"key": "redis-commander",
"name": "redis-commander",
"tags": ["Tool"],
"versions": ["0.8.0"],
"short_desc": "Redis 客户端",
"author": "redis-commander",
"type": "tool",
"required": ["redis"],
"limit": 0,
"crossVersionUpdate": true,
"source": "https://github.com/joeferner/redis-commander"
}
]
}