configs: rename dirs to match live koopa containers
Reflect host naming in git paths: - configs/taler-hacktivism/ (was taler-merchant) → container taler-hacktivism - configs/taler-hacktivism-bank/ (was taler-bank) → container …-bank, image taler-hacktivism-banking:live - configs/taler-exchange-ansible/ already matches …-exchange-ansible - configs/taler-exchange/ = conf inside that exchange container Update LIVE.md, README, ports/refs. No secret values.
This commit is contained in:
parent
b5c1bf7591
commit
54ebdb7d7a
27 changed files with 93 additions and 66 deletions
|
|
@ -1,20 +1,17 @@
|
|||
# Configs
|
||||
# Config mirrors (from host koopa)
|
||||
|
||||
| Path | Source on koopa |
|
||||
|------|-----------------|
|
||||
| `caddy/` | host `/etc/caddy` |
|
||||
| `tor/` | host `/etc/tor` |
|
||||
| `taler-exchange/` | container `taler-exchange-hacktivism`: overrides + coins |
|
||||
| `taler-merchant/` | container `taler-hacktivism`: overrides + conf.d + nginx vhost |
|
||||
| `taler-bank/` | container `taler-bank-hacktivism`: bank-overrides (libeufin) |
|
||||
| `systemd/` | host proxy sockets / caddy drop-in |
|
||||
| `firewalld/`, `ports.md` | host edge ports |
|
||||
Directories are named to match **live podman container names** where possible.
|
||||
|
||||
Package defaults are not mirrored; **site overrides** and relevant drop-ins only.
|
||||
| Directory | Live container | Image (typical) |
|
||||
|-----------|----------------|-----------------|
|
||||
| `taler-hacktivism/` | `taler-hacktivism` | `taler-hacktivism-live:landing` |
|
||||
| `taler-hacktivism-bank/` | `taler-hacktivism-bank` | **`taler-hacktivism-banking:live`** |
|
||||
| `taler-exchange/` | conf inside exchange container | (see exchange-ansible) |
|
||||
| `taler-exchange-ansible/` | **`taler-hacktivism-exchange-ansible`** | `taler-hacktivism-exchange-ansible:landing` |
|
||||
| `bank-landing/` `exchange-landing/` `merchant-landing/` | nginx landing snippets | ports 9013–9015 |
|
||||
| `koopa-*` apps | `koopa-castopod`, `koopa-bonfire`, … | compose mirrors |
|
||||
| `caddy/` `tor/` `firewalld/` `systemd/` | host services | |
|
||||
|
||||
```
|
||||
configs/taler-{exchange,merchant,bank}/
|
||||
README.md
|
||||
*-overrides.conf
|
||||
…
|
||||
```
|
||||
**Authoritative running inventory:** `host/overview/LIVE.md`.
|
||||
|
||||
Secrets never live here — `SECRETS.md` / `koopa-admin-secrets`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue