1
0
Fork 0
mirror of https://git.deuxfleurs.fr/Deuxfleurs/garage.git synced 2026-09-25 09:44:35 +02:00
S3-compatible object store for small self-hosted geo-distributed deployments https://garagehq.deuxfleurs.fr/
  • Rust 95.1%
  • Shell 1.6%
  • Clojure 1.5%
  • Nix 1.1%
  • Python 0.5%
  • Other 0.2%
Find a file
2026-09-25 06:24:08 +00:00
.woodpecker helm: add unit test suite and complex valuefile example 2026-09-06 21:45:34 +02:00
doc Documentation about debugging garage distroless container (#871) 2026-09-19 20:43:08 +00:00
fuzz Add fuzzing for object crdt (#1540) 2026-09-15 09:54:40 +00:00
nix add #fuzz devshell and make fuzzing work on nixos 2026-05-01 21:36:17 +00:00
script telemetry: add default dashboard tolltips 2026-09-19 19:52:43 +00:00
src docs(cli): fix typo in bucket --owner option 2026-09-24 22:40:04 -04:00
.dockerignore Build Docker image 2020-06-30 17:18:42 +02:00
.envrc Implement rpc_secret_file 2023-01-04 18:35:10 +01:00
.gitignore Implement rpc_secret_file 2023-01-04 18:35:10 +01:00
Cargo.lock Add regression test for migration code 2026-09-15 14:30:27 +00:00
Cargo.toml wrap secrets in new type (#1524) 2026-09-15 10:37:19 +00:00
CONTRIBUTING.md remove quentin from maintainers (#1539) 2026-09-12 14:14:11 +00:00
default.nix nix, ci: build with Crane 2025-02-03 16:39:50 +01:00
Dockerfile nix, ci: build with Crane 2025-02-03 16:39:50 +01:00
flake.lock update rust-overlay and use rust 1.95.0 2026-04-23 21:17:27 +02:00
flake.nix add #fuzz devshell and make fuzzing work on nixos 2026-05-01 21:36:17 +00:00
GOVERNANCE.md chore: typo in GOVERNANCE.md 2026-09-23 07:58:49 +02:00
LICENSE Switch to AGPL 2021-03-16 16:35:46 +01:00
Makefile helm: add tests for admin API svc 2026-09-16 23:56:15 +02:00
README.md [woodpecker] convert drone pipelines to woodpecker 2024-02-08 18:24:52 +01:00
rustfmt.toml Fix the Sync issue. Details: 2020-04-10 22:01:48 +02:00
SECURITY.md add SECURITY.md (#1423) 2026-04-27 07:33:27 +00:00
shell.nix chore: update cmd parameter name in shell.nix 2026-01-29 22:14:34 +00:00
taplo.toml chore: add taplo.toml and resave Cargo.toml 2026-01-29 20:49:28 +01:00
typos.toml Ignore typos in fuzz/ 2026-05-01 21:36:17 +00:00

Garage status-badge

Garage logo

[ Website and documentation | Binary releases | Git repository | Matrix channel ]

Garage is an S3-compatible distributed object storage service designed for self-hosting at a small-to-medium scale.

Garage is designed for storage clusters composed of nodes running at different physical locations, in order to easily provide a storage service that replicates data at these different locations and stays available even when some servers are unreachable. Garage also focuses on being lightweight, easy to operate, and highly resilient to machine failures.

Garage is built by Deuxfleurs, an experimental small-scale self hosted service provider, which has been using it in production since its first release in 2020.

Learn more on our dedicated documentation pages:

Garage is entirely free software released under the terms of the AGPLv3.