summaryrefslogtreecommitdiff
path: root/Rexfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 10:44:55 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 10:44:55 +0300
commitec7ae97d99e1230242951567bb7a021701818fbb (patch)
tree0e7be325d1ee2aa8522809fae817bdc4108d7129 /Rexfile
parent25b75130bdf65c5d54f6334614738f24a6fb743b (diff)
task b: add f3s/garage deploy layout (Rex, Just, host TOMLs)
- 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
Diffstat (limited to 'Rexfile')
-rw-r--r--Rexfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rexfile b/Rexfile
index 2abd0a8..3f5a8eb 100644
--- a/Rexfile
+++ b/Rexfile
@@ -1 +1,2 @@
require for <'*/Rexfile'>;
+require 'f3s/garage/Rexfile';