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:
@@ -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": {}
|
||||
},
|
||||
|
Reference in New Issue
Block a user