mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-24 22:17:35 +00:00
| datasource | package | from | to | | --------------- | ----------- | ---------------------------- | ---------------------------- | | github-releases | minio/minio | RELEASE.2025-07-18T21-56-31Z | RELEASE.2025-07-23T15-54-02Z |
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"id": "io.minio.cloudronapp",
|
|
"title": "Minio",
|
|
"author": "Minio Developers",
|
|
"description": "file://DESCRIPTION.md",
|
|
"changelog": "file://CHANGELOG",
|
|
"tagline": "Distributed object storage",
|
|
"version": "5.1.0",
|
|
"upstreamVersion": "RELEASE.2025-07-23T15-54-02Z",
|
|
"healthCheckPath": "/minio/login",
|
|
"memoryLimit": 2147483648,
|
|
"httpPort": 8000,
|
|
"httpPorts": {
|
|
"API_SERVER_DOMAIN": {
|
|
"title": "API Server Domain",
|
|
"description": "The domain name for MinIO (S3) API requests",
|
|
"containerPort": 9000,
|
|
"defaultValue": "minio-api"
|
|
}
|
|
},
|
|
"addons": {
|
|
"localstorage": {}
|
|
},
|
|
"optionalSso": true,
|
|
"checklist": {
|
|
"change-default-password": {
|
|
"message": "Change the default admin credentials by following this [guide](https://cloudron.io/documentation/apps/minio/#admin-credentials)"
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "http://www.minio.io",
|
|
"minBoxVersion": "8.1.0",
|
|
"forumUrl": "https://forum.cloudron.io/category/69/minio",
|
|
"documentationUrl": "https://docs.cloudron.io/packages/minio/",
|
|
"contactEmail": "support@cloudron.io",
|
|
"icon": "logo.png",
|
|
"tags": [
|
|
"storage",
|
|
"hosting",
|
|
"s3",
|
|
"objectstore"
|
|
],
|
|
"mediaLinks": [
|
|
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic1.png",
|
|
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic2.png"
|
|
],
|
|
"postInstallMessage": "file://POSTINSTALL.md"
|
|
}
|