1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-24 22:17:35 +00:00

Added new console binary, added port to config, added default env for redirect

This commit is contained in:
Elias Hackradt
2021-07-11 22:15:23 +02:00
parent c65ab2057f
commit 612d47f4ac
3 changed files with 20 additions and 6 deletions

View File

@@ -5,9 +5,16 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
"version": "1.165.1",
"version": "1.2.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"tcpPorts": {
"API_PORT": {
"title": "API PORT",
"description": "API PORT",
"defaultValue": 9000
}
},
"addons": {
"localstorage": {}
},