app-store/apps/minio/config.json

40 lines
1015 B
JSON
Raw Normal View History

{
"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": 1,
"version": "RELEASE.2023-05-04T21-44-30Z",
"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"
}
]
}