1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-02 23:35:29 +00:00

Initial commit

This commit is contained in:
Dennis Schwerdel
2017-01-24 07:06:51 +01:00
commit 6db0fe2b04
13 changed files with 438 additions and 0 deletions

24
CloudronManifest.json Normal file
View File

@@ -0,0 +1,24 @@
{
"id": "io.minio.cloudronapp",
"title": "Minio",
"author": "Minio Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Minio is a distributed object storage server built for cloud applications and devops.",
"version": "0.1.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
"localstorage": {}
},
"developmentMode": false,
"manifestVersion": 1,
"website": "http://www.minio.io",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
],
"mediaLinks": [
],
"postInstallMessage": "file://POSTINSTALL.md"
}