Initial commit with kopia app working

This commit is contained in:
cody conder
2025-11-08 00:18:25 -06:00
commit 801174585b
34 changed files with 1380 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
{
"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
}