garage icon indicating copy to clipboard operation
garage copied to clipboard

(Mirror) S3-compatible object store for small self-hosted geo-distributed deployments. Main repo: https://git.deuxfleurs.fr/Deuxfleurs/garage

Results 8 garage issues
Sort by recently updated
recently updated
newest added

THIS IS A MIRROR. Please open issues on https://git.deuxfleurs.fr/Deuxfleurs/garage We know we can disable issues in Github but some people highlighted that deactivating issues may hide Garage from Github search...

Hey is there any interest is using arrow / icebergs on top of garage ? I have been playing with minio and golang iceberg . It seems to be the...

I try start with podman by run this: ```sh podman run -u 1002 --rm -d --network=host -v /app/garage/garage.toml:/etc/garage.toml:ro -v /app/garage:/app -v /data/garage/app/data dxflrs/garage:v0.8.0-rc2 /garage node id ``` ```sh podman exec...

Is there any docuementation on the crypto being used and if it is FIPS 140-2/3 compliant ? Thanks

I carefully read the document of Garage, there is a large amount of words describe the cluster feature and layout. But in many small project, single node is enough. So...

Hi there. From accessing the release tags and history, it looks like garage supports v1.x and v2.x versions in parallel. However could not find any documentation to back this up....