appstore-1panel/apps/list.json
2023-03-01 15:06:50 +08:00

272 lines
8.4 KiB
JSON

{
"version": "v0.0.39",
"tags": [
{
"key": "WebSite",
"name": "建站"
},
{
"key": "Server",
"name": "Web 服务器"
},
{
"key": "Database",
"name": "数据库"
},
{
"key": "Tool",
"name": "工具"
},
{
"key": "CI/CD",
"name": "CI/CD"
}
],
"items": [
{
"key": "mysql",
"name": "MySQL",
"tags": ["Database"],
"versions": ["5.7.39","8.0.30"],
"shortDescZh": "开源关系型数据库管理系统",
"shortDescEn": "Open source relational database management system",
"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": "openresty",
"name": "OpenResty",
"tags": ["Server"],
"versions": ["1.21.4"],
"shortDescZh": "基于 Nginx 和 LuaJIT 的高性能 Web 平台",
"shortDescEn": "High performance web platform based on Nginx and LuaJIT",
"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"],
"shortDescZh": "开源博客软件和内容管理系统",
"shortDescEn": "Open source blogging software and content management system",
"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"],
"shortDescZh": "高性能的 key-value 数据库",
"shortDescEn": "High-performance key-value database",
"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","2.3.0"],
"shortDescZh": "强大易用的开源建站工具",
"shortDescEn": "Powerful and easy-to-use open source website builder",
"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"],
"shortDescZh": "MySQL 数据库管理工具",
"shortDescEn": "MySQL database management tools",
"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"],
"shortDescZh": "Redis web 管理工具",
"shortDescEn": "Redis web management tool",
"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"],
"shortDescZh": "开源的对象存储服务器",
"shortDescEn": "Open source object storage server",
"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"],
"shortDescZh": "人人可用的开源数据可视化分析工具",
"shortDescEn": "Open source data visualization and analysis tools available to everyone",
"type": "tool",
"required": [],
"limit": 1,
"recommend": 5,
"crossVersionUpdate": true,
"website": "https://dataease.io/",
"github": "https://github.com/dataease/dataease",
"document": "https://dataease.io/docs/"
},
{
"key": "jenkins",
"name": "Jenkins",
"tags": ["CI/CD"],
"versions": ["2.391"],
"shortDescZh": "构建伟大,无所不能",
"shortDescEn": "Build great things at any scale",
"type": "tool",
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://www.jenkins.io/",
"github": "https://github.com/jenkinsci/jenkins",
"document": "https://www.jenkins.io/doc/book/"
},
{
"key": "gitlab",
"name": "GitLab",
"tags": ["CI/CD"],
"versions": ["15.8.3"],
"shortDescZh": "项目管理和代码托管平台",
"shortDescEn": "Project management and code hosting platform",
"type": "tool",
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://about.gitlab.com/",
"github": "https://github.com/gitlabhq/gitlabhq",
"document": "https://docs.gitlab.com/"
},
{
"key": "postgresql",
"name": "PostgreSQL",
"tags": ["Database"],
"versions": ["15.2-alpine"],
"shortDescZh": "开源关系型数据库",
"shortDescEn": "Open Source Relational Database",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://www.postgresql.org/",
"github": "https://github.com/postgres/postgres",
"document": "https://www.postgresql.org/docs/"
},
{
"key": "mongodb",
"name": "MongoDB",
"tags": ["Database"],
"versions": ["6.0.4"],
"shortDescZh": "分布式文件存储数据库",
"shortDescEn": "Fractional file storage database",
"type": "runtime",
"required": [],
"limit": 1,
"crossVersionUpdate": false,
"website": "https://www.mongodb.com/",
"github": "https://github.com/mongodb/mongo",
"document": "https://www.mongodb.com/docs/"
},
{
"key": "mariadb",
"name": "MariaDB",
"tags": ["Database"],
"versions": ["10.9.5"],
"shortDescZh": "MYSQL 复刻版",
"shortDescEn": "The open source relational database",
"type": "runtime",
"required": [],
"crossVersionUpdate": false,
"limit": 1,
"website": "https://mariadb.org/",
"github": "https://github.com/MariaDB/server/",
"document": "https://mariadb.org/documentation/"
},
{
"key": "docker-registry",
"name": "Docker Registry",
"tags": ["CI/CD"],
"versions": ["2.8.1"],
"shortDescZh": "Docker 镜像的存储和分发系统",
"shortDescEn": "A storage and distribution system for named Docker images",
"type": "runtime",
"required": [],
"crossVersionUpdate": false,
"limit": 1,
"website": "https://hub.docker.com/_/registry",
"github": "https://github.com/distribution/distribution",
"document": "https://docs.docker.com/registry/"
},
{
"key": "nexus",
"name": "Nexus Repository",
"tags": ["CI/CD"],
"versions": ["3.47.1"],
"shortDescZh": "开源存储库",
"shortDescEn": "An open source repository for build artifacts",
"type": "runtime",
"required": [],
"crossVersionUpdate": false,
"limit": 1,
"website": "https://www.sonatype.com/products/nexus-repository",
"github": "https://github.com/sonatype/docker-nexus3",
"document": "https://help.sonatype.com/repomanager3"
}
]
}