44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "Minio",
|
|
"available": true,
|
|
"exposable": true,
|
|
"dynamic_config": 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": 5,
|
|
"version": "RELEASE.2025-02-07T23-21-09Z",
|
|
"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",
|
|
"required": true,
|
|
"env_variable": "MINIO_ROOT_USER"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Minio root password",
|
|
"required": true,
|
|
"min": 8,
|
|
"env_variable": "MINIO_ROOT_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Minio S3 API URL (when exposed)",
|
|
"placeholder": "s3.example.com",
|
|
"required": false,
|
|
"env_variable": "MINIO_API_URL"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"created_at": 1691943801422,
|
|
"updated_at": 1742038537982,
|
|
"$schema": "../app-info-schema.json",
|
|
"force_pull": false
|
|
}
|