From ec7ae97d99e1230242951567bb7a021701818fbb Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Apr 2026 10:44:55 +0300 Subject: task b: add f3s/garage deploy layout (Rex, Just, host TOMLs) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Per-host garage.fN.toml with __RPC_SECRET__ placeholder and 23G data cap - Rexfile: paul@f0–f2, inject secret from secrets/rpc_secret, install to /usr/local/etc/garage.toml, restart garage - Justfile: deploy, init-secrets, status, layout, stats, bucket-create - Root Rexfile: require f3s/garage/Rexfile (not matched by */Rexfile glob) - Gitignore f3s/garage/secrets/ Made-with: Cursor --- Rexfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rexfile') diff --git a/Rexfile b/Rexfile index 2abd0a8..3f5a8eb 100644 --- a/Rexfile +++ b/Rexfile @@ -1 +1,2 @@ require for <'*/Rexfile'>; +require 'f3s/garage/Rexfile'; -- cgit v1.2.3