appstore-1panel/apps/list.json
2023-02-10 15:49:55 +08:00

154 lines
4.3 KiB
JSON

{
"version": "0.0.6",
"tags": [
{
"key": "WebSite",
"name": "网站"
},
{
"key": "Server",
"name": "服务器"
},
{
"key": "Database",
"name": "数据库"
},
{
"key": "Tool",
"name": "工具"
}
],
"items": [
{
"key": "mysql",
"name": "MySQL",
"tags": ["Database"],
"versions": ["5.7.39","8.0.30"],
"shortDesc": "开源关系型数据库管理系统",
"type": "runtime",
"required": [],
"crossVersionUpdate": false,
"limit": 1,
"recommend": 4,
"website": "https://www.mysql.com",
"github": "https://github.com/mysql/mysql-server",
"document": "https://dev.mysql.com/doc/"
},
{
"key": "nginx",
"name": "OpenResty",
"tags": ["Server"],
"versions": ["1.21.4"],
"shortDesc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": true,
"recommend": 3,
"website": "https://openresty.org",
"github": "https://github.com/openresty/openresty",
"document": "http://openresty.org/cn/getting-started.html"
},
{
"key": "wordpress",
"name": "WordPress",
"tags": ["WebSite"],
"versions": ["6.0.1","6.0.2"],
"shortDesc": "开源博客软件和内容管理系统",
"type": "website",
"required": ["mysql"],
"recommend": 1,
"limit": 0,
"crossVersionUpdate": true,
"website": "https://wordpress.org/",
"github": "https://github.com/WordPress/WordPress",
"document": "https://cn.wordpress.org/support/"
},
{
"key": "redis",
"name": "Redis",
"tags": ["Database"],
"versions": ["7.0.5","6.0.16"],
"shortDesc": "高性能的 key-value 数据库",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": true,
"website": "https://redis.io/",
"github": "https://github.com/redis/redis",
"document": "https://redis.io/docs/"
},
{
"key": "halo",
"name": "Halo",
"tags": ["WebSite"],
"versions": ["2.2.0"],
"shortDesc": "好用又强大的开源建站工具",
"type": "website",
"required": ["mysql"],
"limit": 0,
"recommend": 2,
"crossVersionUpdate": true,
"website": "https://halo.run/",
"github": "https://github.com/halo-dev/halo",
"document": "https://docs.halo.run/"
},
{
"key": "phpmyadmin",
"name": "phpMyAdmin",
"tags": ["Tool"],
"versions": ["5.2.0"],
"shortDesc": "MySQL 数据库管理工具",
"type": "tool",
"required": ["mysql"],
"limit": 1,
"crossVersionUpdate": true,
"website": "https://www.phpmyadmin.net/",
"github": "https://github.com/phpmyadmin/phpmyadmin",
"document": "https://www.phpmyadmin.net/docs/"
},
{
"key": "redis-commander",
"name": "Redis-Commander",
"tags": ["Tool"],
"versions": ["0.8.0"],
"shortDesc": "Redis web 管理工具",
"type": "tool",
"required": ["redis"],
"limit": 1,
"crossVersionUpdate": true,
"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"
},
{
"key": "minio",
"name": "MinIO",
"tags": ["Tool"],
"versions": ["RELEASE.2022-08-13T21-54-44Z"],
"shortDesc": "开源的对象存储服务器",
"type": "tool",
"required": [],
"limit": 1,
"crossVersionUpdate": true,
"website": "https://min.io/download",
"github": "https://github.com/minio/minio",
"document": "https://min.io/docs/minio/kubernetes/upstream"
},
{
"key": "dataease",
"name": "DataEase",
"tags": ["Tool"],
"versions": ["1.18.2"],
"shortDesc": "人人可用的开源数据可视化分析工具",
"type": "tool",
"required": [],
"limit": 1,
"recommend": 5,
"crossVersionUpdate": true,
"website": "https://dataease.io/",
"github": "https://github.com/dataease/dataease",
"document": "https://dataease.io/docs/"
}
]
}