41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "Minio",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8001,
|
|
"id": "minio",
|
|
"description": "MinIO is a high-performance, S3 compatible object store. It is built for large scale AI/ML, data lake and database workloads.",
|
|
"tipi_version": 2,
|
|
"version": "RELEASE.2024-02-24T17-11-14Z",
|
|
"categories": ["development"],
|
|
"short_desc": "High Performance Object Storage",
|
|
"author": "MinIO, Inc",
|
|
"source": "https://github.com/minio/minio",
|
|
"website": "https://min.io",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Minio ROOT Username",
|
|
"max": 50,
|
|
"min": 1,
|
|
"required": true,
|
|
"env_variable": "MINIO_ROOT_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Minio ROOT Password",
|
|
"max": 50,
|
|
"min": 8,
|
|
"required": true,
|
|
"env_variable": "MINIO_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Minio S3 API URL (when exposed)",
|
|
"required": false,
|
|
"env_variable": "MINIO_API_URL"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|