minio-app/CloudronManifest.json

35 lines
1.0 KiB
JSON

{
"id": "io.minio.cloudronapp",
"title": "Minio",
"author": "Minio Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.166.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"tcpPorts": {
"API_PORT": {
"title": "API PORT",
"description": "API PORT",
"defaultValue": 9000
}
},
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "http://www.minio.io",
"minBoxVersion": "5.3.0",
"forumUrl": "https://forum.cloudron.io/category/69/minio",
"documentationUrl": "https://docs.cloudron.io/apps/minio/",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [ "storage", "hosting", "s3", "objectstore" ],
"mediaLinks": [
"https://screenshots.cloudron.io/io.minio.cloudronapp/minio-browser-gateway.png",
"https://screenshots.cloudron.io/io.minio.cloudronapp/minio-browser.png"
],
"postInstallMessage": "file://POSTINSTALL.md"
}