host/overview: plan koopa-nym in LIVE inventory
This commit is contained in:
parent
9aeb9acd2b
commit
cd3b6530df
1 changed files with 4 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ hostname; date -R
|
|||
podman ps --format 'table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}'
|
||||
systemctl is-active caddy
|
||||
systemctl --user is-active container-koopa-tor-relay
|
||||
ss -lntp | grep -E '90[0-9]{2}|9200|8080'
|
||||
systemctl --user is-active container-koopa-nym
|
||||
ss -lntp | grep -E '90[0-9]{2}|9200|8080|9080|1789'
|
||||
```
|
||||
|
||||
## Host
|
||||
|
|
@ -35,6 +36,7 @@ ss -lntp | grep -E '90[0-9]{2}|9200|8080'
|
|||
| `koopa-forgejo` (+ postgres) | `forgejo:11-rootless` | **9024**, **9200** | `git.hacktivism.ch` |
|
||||
| **`koopa-paivana`** (+ upstream) | `localhost/koopa-paivana:latest` | **9025** | `paivana.hacktivism.ch` |
|
||||
| **`koopa-tor-relay`** | `localhost/koopa-tor-relay:latest` | **8080**, **9051** (host net) | Tor OR (non-exit) |
|
||||
| **`koopa-nym`** | `localhost/koopa-nym:latest` | **9080**, **1789**, **1790** (+ opt. WG) | Nym mixnet node (nym.com) |
|
||||
| `koopa-tops-ng1` | `nginx` | **9090** | `tops.ng1.hacktivism.ch` |
|
||||
| `koopa-tops-ng2` | `nginx` | **9091** | `tops.ng2.hacktivism.ch` |
|
||||
| `koopa-tops-ng3` | `nginx` | **9092** | `tops.ng3.hacktivism.ch` |
|
||||
|
|
@ -76,6 +78,7 @@ Config: `/etc/caddy/Caddyfile` (mirror `configs/caddy/Caddyfile`).
|
|||
| `~/koopa-tops/` | tops.ng1–ng3 (`koopa-tops-ng*`) |
|
||||
| `~/koopa-caddy/` | Caddyfile working tree on host |
|
||||
| `~/koopa-tor-relay/` | Tor relay container (torrc, data/identity, log) |
|
||||
| `~/koopa-nym/` | Nym nym-node (nym.com mixnet / NymVPN network) |
|
||||
|
||||
## Start models
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue