Garage, an open-source distributed storage service you can self-host to fullfill many needs
-
https://garagehq.deuxfleurs.fr/
Alternative to Minio, specially made for selfhosting setup.
See: https://garagehq.deuxfleurs.fr/blog/2022-introducing-garage/
Code: https://git.deuxfleurs.fr/Deuxfleurs/garage -
@ruihildt this sounds absolutely brilliant, thanks for sharing!
-
Too bad this is only replicated storage. (from what I can tell with a look of the front page)
Minio can use error correcting codes instead of replication.
-
@robi Yeah unfortunately.
Non-goals include:
- ...
- Erasure coding (our replication model is simply to copy the data as is on several nodes, in different datacenters if possible)