mirror of
https://github.com/altstackHQ/altstack-data.git
synced 2026-04-17 22:53:13 +02:00
feat: replace MinIO with Garage for truly open-source S3 storage
This commit is contained in:
@@ -655,16 +655,30 @@
|
||||
"website": "https://aws.amazon.com/s3"
|
||||
},
|
||||
{
|
||||
"slug": "minio",
|
||||
"name": "MinIO (Community Fork)",
|
||||
"slug": "garage",
|
||||
"name": "Garage",
|
||||
"category": "Cloud Infrastructure",
|
||||
"is_open_source": true,
|
||||
"description": "High-performance, S3-compatible object storage for AI and enterprise data.",
|
||||
"logo_url": "/logos/minio.svg",
|
||||
"alternatives": [],
|
||||
"tags": [],
|
||||
"github_repo": "deuxfleurs/garage",
|
||||
"stars": 3500,
|
||||
"website": "https://garagehq.deuxfleurs.fr/",
|
||||
"description": "An open-source distributed object storage service tailored for self-hosting.",
|
||||
"pros": [
|
||||
"True open-source (AGPLv3)",
|
||||
"Lightweight and runs anywhere",
|
||||
"Built-in replication and cluster management"
|
||||
],
|
||||
"cons": [
|
||||
"Lacks some enterprise features of MinIO"
|
||||
],
|
||||
"last_commit": "2024-03-01T00:00:00Z",
|
||||
"language": "Rust",
|
||||
"license": "AGPLv3",
|
||||
"website": "https://min.io"
|
||||
"logo_url": "/logos/garage.svg",
|
||||
"deployment": {
|
||||
"type": "docker-compose",
|
||||
"local_path": "./.docker-deploy/garage"
|
||||
}
|
||||
},
|
||||
{
|
||||
"slug": "zendesk",
|
||||
@@ -1650,4 +1664,4 @@
|
||||
"license": "Apache License 2.0",
|
||||
"website": "https://flowiseai.com"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user