docs: topic notes 2026-07-09 (keys-wire, ipv6, castopod, …)
This commit is contained in:
parent
547f0e27ce
commit
86502f5ced
11 changed files with 520 additions and 0 deletions
5
ops/README.md
Normal file
5
ops/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# ops/
|
||||
|
||||
Host hygiene and short pointers. **Dated day/topic logs live under `../2026/`.**
|
||||
|
||||
- `ROOT_HYGIENE.md` — keep `/root` clean on koopa
|
||||
17
ops/ROOT_HYGIENE.md
Normal file
17
ops/ROOT_HYGIENE.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Scratch & secrets
|
||||
|
||||
## Secrets (separate repo)
|
||||
|
||||
```
|
||||
../koopa-admin-secrets/
|
||||
koopa/host-root/taler-bank/… → /root/bank-*-password.txt
|
||||
koopa/host-root/taler-merchant/… → /root/merchant-*-password.txt
|
||||
containers/<name>/secrets/ → files inside podman containers
|
||||
```
|
||||
|
||||
Deploy/pull: `koopa-admin-secrets/scripts/deploy-to-koopa.sh` / `pull-from-koopa.sh`.
|
||||
No password **values** in `koopa-admin-log`.
|
||||
|
||||
## Scratch: `koopa-admin-log/.tmp/`
|
||||
|
||||
Ephemeral agent probes only (gitignored).
|
||||
Loading…
Add table
Add a link
Reference in a new issue