mirror of https://github.com/1Panel-dev/1Panel
appstorecrontabdatabasedockerdocker-composedocker-containerdocker-imagedocker-uifilemanagerlamplnmppanel
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.
127 lines
3.1 KiB
127 lines
3.1 KiB
{ |
|
"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"], |
|
"short_desc": "开源关系型数据库管理系统", |
|
"author": "Oracle", |
|
"type": "runtime", |
|
"required": [], |
|
"crossVersionUpdate": false, |
|
"limit": 1, |
|
"source": "https://www.mysql.com" |
|
}, |
|
{ |
|
"key": "nginx", |
|
"name": "OpenResty", |
|
"tags": ["Server"], |
|
"versions": ["1.21.4"], |
|
"short_desc": "基于 Nginx 和 LuaJIT 的高性能 Web 平台", |
|
"author": "OpenResty", |
|
"type": "runtime", |
|
"required": [], |
|
"limit": 1, |
|
"crossVersionUpdate": true, |
|
"source": "https://openresty.org/" |
|
}, |
|
{ |
|
"key": "wordpress", |
|
"name": "WordPress", |
|
"tags": ["WebSite"], |
|
"versions": ["6.0.1","6.0.2"], |
|
"short_desc": "开源博客软件和内容管理系统", |
|
"author": "Wordpress", |
|
"type": "website", |
|
"required": ["mysql"], |
|
"limit": 0, |
|
"crossVersionUpdate": true, |
|
"source": "http://wordpress.org/" |
|
}, |
|
{ |
|
"key": "redis", |
|
"name": "Redis", |
|
"tags": ["Database"], |
|
"versions": ["7.0.5","6.0.16"], |
|
"short_desc": "高性能的 key-value 数据库", |
|
"author": "Salvatore Sanfilippo", |
|
"type": "runtime", |
|
"required": [], |
|
"limit": 1, |
|
"crossVersionUpdate": true, |
|
"source": "https://redis.io/" |
|
}, |
|
{ |
|
"key": "halo", |
|
"name": "Halo", |
|
"tags": ["WebSite"], |
|
"versions": ["1.6.0"], |
|
"short_desc": "好用又强大的开源建站工具", |
|
"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": 1, |
|
"crossVersionUpdate": true, |
|
"source": "https://www.phpmyadmin.net/" |
|
}, |
|
{ |
|
"key": "redis-commander", |
|
"name": "Redis-Commander", |
|
"tags": ["Tool"], |
|
"versions": ["0.8.0"], |
|
"short_desc": "Redis web 管理工具", |
|
"author": "redis-commander", |
|
"type": "tool", |
|
"required": ["redis"], |
|
"limit": 1, |
|
"crossVersionUpdate": true, |
|
"source": "https://github.com/joeferner/redis-commander" |
|
}, |
|
{ |
|
"key": "minio", |
|
"name": "MinIO", |
|
"tags": ["Tool"], |
|
"versions": ["RELEASE.2022-08-13T21-54-44Z"], |
|
"short_desc": "开源的对象存储服务器", |
|
"author": "minio", |
|
"type": "tool", |
|
"required": [], |
|
"limit": 1, |
|
"crossVersionUpdate": true, |
|
"source": "https://github.com/minio/minio" |
|
} |
|
] |
|
} |