16 lines
648 B
Text
16 lines
648 B
Text
{
|
|
name = "garage",
|
|
version = "v2.3.0",
|
|
category = "storage",
|
|
description = "Garage — self-hosted S3-compatible object store (Rust, Deuxfleurs) for workloads that need real S3 semantics without Hetzner Object Storage pricing",
|
|
tags = ["storage", "s3", "object-storage", "garage"],
|
|
modes = ["taskserv"],
|
|
dependencies = ["k0s"],
|
|
provides = [{ id = "s3-object-storage", version = "1.0", interface = "s3-api" }],
|
|
requires = [
|
|
{ capability = "kubernetes-cluster", kind = 'Required },
|
|
{ capability = "block-storage-csi", kind = 'Required },
|
|
],
|
|
conflicts_with = [],
|
|
best_practices = [],
|
|
}
|