Description
garage
S3-compatible object store for small self-hosted geo-distributed deployments
Package source: https://gitlab.com/pg-packages/garage-rpm
Installation Instructions
# enable COPR repo
dnf copr enable pgdev/garage
# install cli only
dnf install garage
# install server+cli
dnf install garage-server
# copy /etc/garage.example.toml to /etc/garage.toml
# fill up secrets in /etc/garage.toml, docs: https://garagehq.deuxfleurs.fr/documentation
# chown root:garage /etc/garage.toml
# chmod 640 /etc/garage.toml
# enable and start service
systemctl enable --now garage.service
# wait for service to start and use garage cli to create cluster layout
# docs: https://garagehq.deuxfleurs.fr/documentation/cookbook/real-world/#creating-a-cluster-layout
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download |
|---|---|---|
Fedora 41
|
aarch64 (7)*, x86_64 (10)* | Fedora 41 (36 downloads) |
Fedora 42
|
aarch64 (5)*, x86_64 (10)* | Fedora 42 (39 downloads) |
Fedora 43
|
aarch64 (9)*, x86_64 (10)* | Fedora 43 (18 downloads) |
Fedora rawhide
|
aarch64 (3)*, x86_64 (9)* | Fedora rawhide (33 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pgdev/garage
More info about enabling Copr repositories
Fedora 41