ABOUT
Garage is a lightweight, self-hosted, S3-compatible object storage service built for distributed environments. It is designed to be simple, efficient, and easy to deploy across multiple nodes.
infoThe Garage configuration file is located at `/etc/garage.toml`. You can edit RPC and API bindings, tokens, and data directories there.
warningAdmin API runs by default on port `3903`, S3 API on port `3900`, Web UI on `3902`. Adjust firewall rules accordingly.
infoTo view your generated tokens and RPC secret, check `~/garage.creds` after installation.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM5 GB disk
Config path/etc/garage.toml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/garage.sh'; sha='4099018c1b0e52aff3b86115282d4d01bd71467c2631f6ad7a6eafd97cd04374'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/garage.shSHA-256 4099018c1b0e52aff3b86115282d4d01bd71467c2631f6ad7a6eafd97cd04374 alpineAlpine 3.24
Approved locally1 CPU512 MB RAM5 GB disk
Config path/etc/garage.toml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-garage.sh'; sha='050cc28c29eb264aec3b279634bf6dbf634cfc5d1662e40ba2c61bf78aabeff7'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-garage.shSHA-256 050cc28c29eb264aec3b279634bf6dbf634cfc5d1662e40ba2c61bf78aabeff7 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.