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 |
---|---|---|
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 41 (22 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 42 (21 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 43 (5 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora rawhide (19 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pgdev/garage
More info about enabling Copr repositories