1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-03 07:45:20 +00:00

Fixes and tests

This commit is contained in:
Dennis Schwerdel
2017-01-24 09:00:22 +01:00
parent 6db0fe2b04
commit 7adf1678f6
5 changed files with 192 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Minio is a distributed object storage server built for cloud applications and devops.",
"version": "0.1.0",
"healthCheckPath": "/",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
"localstorage": {}
@@ -17,8 +17,10 @@
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
"storage"
],
"mediaLinks": [
"http://example.com"
],
"postInstallMessage": "file://POSTINSTALL.md"
}