docs: SECRETS path day log and scripts index for nym

This commit is contained in:
Hernâni Marques 2026-07-16 16:24:45 +02:00
parent 77abb7d22c
commit ec24c93aa8
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# koopa-nym (nym.com nym-node) — 2026-07-16
Admin-log mirror for a new podman container **`koopa-nym`** running
[nym-node](https://nym.com/docs/operators/nodes/nym-node) for the Nym mixnet /
NymVPN network.
| Item | Value |
|------|--------|
| Config | `configs/nym/` |
| Scripts | `scripts/nym/` |
| Default mode | `mixnode` |
| HTTP host port | **9080** (avoids Tor **8080**) |
| Mixnet | **1789** |
Bonding and wallet mnemonics stay on the host secrets layout — not in this repo.

View file

@ -33,3 +33,6 @@ Live passwords/keys live in sibling **`koopa-admin-secrets`**.
- `MASTER_PUBLIC_KEY` / merchant `MASTER_KEY` (exchange public master key) - `MASTER_PUBLIC_KEY` / merchant `MASTER_KEY` (exchange public master key)
- Port maps, unit ladders, non-secret overrides - Port maps, unit ladders, non-secret overrides
| Nym node (`koopa-nym`) | `koopa/home-hernani/koopa-nym/` (data volume, wallet mnemonic if any) | `~/koopa-nym/data/` |

View file

@ -8,6 +8,7 @@
| `taler-sanity/` | host root checks (stack, settlement, helpers) | | `taler-sanity/` | host root checks (stack, settlement, helpers) |
| `taler-monitoring/` | **outside-in** public URL walk (`/config` → keys/terms/integration/webui) | | `taler-monitoring/` | **outside-in** public URL walk (`/config` → keys/terms/integration/webui) |
| `monitoring/` | host `/home/hernani/scripts` (tor relay stats) | | `monitoring/` | host `/home/hernani/scripts` (tor relay stats) |
| `nym/` | **koopa-nym** build/up/status (nym.com nym-node) |
| `taler-wallet-cli/` | thin wrappers; **benchmarks live in** `../benchmarks/` | | `taler-wallet-cli/` | thin wrappers; **benchmarks live in** `../benchmarks/` |
| `castopod/` | host `hernani` podman-compose `~/koopa-castopod` — see `castopod/README.md` | | `castopod/` | host `hernani` podman-compose `~/koopa-castopod` — see `castopod/README.md` |