diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 10:44:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 10:44:55 +0300 |
| commit | ec7ae97d99e1230242951567bb7a021701818fbb (patch) | |
| tree | 0e7be325d1ee2aa8522809fae817bdc4108d7129 /.gitignore | |
| parent | 25b75130bdf65c5d54f6334614738f24a6fb743b (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 '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,3 @@ Rexfile.lock dotfiles/gitsyncer/.gitsyncer-work/ +f3s/garage/secrets/ |
