minio-app/CloudronManifest.json

40 lines
1.2 KiB
JSON
Raw Normal View History

2017-01-24 06:06:51 +00:00
{
"id": "io.minio.cloudronapp",
"title": "Minio",
"author": "Minio Developers",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
2017-01-27 17:29:22 +00:00
"tagline": "Distributed object storage",
2024-04-19 08:44:16 +00:00
"version": "3.13.11",
"upstreamVersion": "2024-04-18T19-09-19Z",
2017-01-24 08:00:22 +00:00
"healthCheckPath": "/minio/login",
"memoryLimit": 2147483648,
2017-01-24 06:06:51 +00:00
"httpPort": 8000,
2022-01-21 18:29:12 +00:00
"httpPorts": {
2022-01-21 21:11:25 +00:00
"API_SERVER_DOMAIN": {
"title": "API Server Domain",
2022-01-21 18:29:12 +00:00
"description": "The domain name for MinIO (S3) API requests",
"containerPort": 9000,
"defaultValue": "minio-api"
}
},
2017-01-24 06:06:51 +00:00
"addons": {
2024-02-19 13:13:57 +00:00
"localstorage": {},
"oidc": { "loginRedirectUri": "/oauth_callback" }
2017-01-24 06:06:51 +00:00
},
2024-02-19 14:31:04 +00:00
"optionalSso": true,
2019-06-17 17:00:48 +00:00
"manifestVersion": 2,
2017-01-24 06:06:51 +00:00
"website": "http://www.minio.io",
2022-03-07 15:11:37 +00:00
"minBoxVersion": "7.1.2",
2020-07-02 15:14:56 +00:00
"forumUrl": "https://forum.cloudron.io/category/69/minio",
2020-10-11 13:28:38 +00:00
"documentationUrl": "https://docs.cloudron.io/apps/minio/",
2017-01-24 06:06:51 +00:00
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
2020-07-02 15:14:56 +00:00
"tags": [ "storage", "hosting", "s3", "objectstore" ],
2017-01-24 06:06:51 +00:00
"mediaLinks": [
2022-01-22 01:21:00 +00:00
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic1.png",
"https://screenshots.cloudron.io/io.minio.cloudronapp/pic2.png"
2017-01-24 06:06:51 +00:00
],
"postInstallMessage": "file://POSTINSTALL.md"
}