Skip to content

Commit 60f7e5d

Browse files
redacted-aiclaude
andcommitted
chore: keep infra references generic in tracked files
Drop the descriptive comment above the handoff.md ignore rule and use placeholder variables for the key path in the umbrel sync example. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent f0b0686 commit 60f7e5d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

‎.gitignore‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ dist/
107107
# commands with real tokens in them; keep them local-only. A credential that
108108
# reaches this repo is public — see CLAUDE.md.
109109
apps/arb-keeper/UPGRADE_NOTES.md
110-
# Session handoff log: an internal operator run-book. It maps the access path to
111-
# the live box (host, key path, where the sudo password lives). Local-only.
110+
# Session handoff log — local-only working notes, never project documentation.
112111
handoff.md

‎infra/umbrel/README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ These are **copies**. Editing them here changes nothing on the box. After changi
4444
one, copy it up and re-up the stack:
4545

4646
```bash
47-
scp -i secrets/ssh/homelab_ed25519 infra/umbrel/swarm-infra-docker-compose.yml \
48-
umbrel@${UMBREL_HOST}:/home/umbrel/swarm-infra/docker-compose.yml
47+
scp -i "$SSH_KEY" infra/umbrel/swarm-infra-docker-compose.yml \
48+
"umbrel@${UMBREL_HOST}:/home/umbrel/swarm-infra/docker-compose.yml"
4949
```
5050

5151
## Redactions

0 commit comments

Comments
 (0)