chore: layout scripts/monitoring + tor configs; host README
This commit is contained in:
parent
5920296ae4
commit
4180ca44c6
12 changed files with 1007 additions and 0 deletions
16
host/README.md
Normal file
16
host/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# openSUSE host `koopa`
|
||||
|
||||
OS: **openSUSE Tumbleweed** · hostname **koopa** · LAN `192.168.100.95/24` · public AAAA on `eno1`
|
||||
|
||||
This directory holds **host-level** config only (systemd, firewalld, Caddy, network).
|
||||
Application configs stay under `configs/taler-*` and `scripts/`.
|
||||
|
||||
| Path | Content |
|
||||
|------|---------|
|
||||
| `overview/` | Service map (diagram + table) |
|
||||
| `systemd/` | socket proxies + caddy drop-in |
|
||||
| `firewalld/` | public zone dump |
|
||||
| `caddy/` | live Caddyfile |
|
||||
| `network/` | addressing notes |
|
||||
|
||||
Edge router: **VeciGate** (`../vecigate-admin-log`).
|
||||
10
host/network/README.md
Normal file
10
host/network/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Network
|
||||
|
||||
| Interface | Address | Role |
|
||||
|-----------|---------|------|
|
||||
| eno1 | 192.168.100.95/24 | LAN (default route via VeciGate) |
|
||||
| eno1 | 2a02:168:53a8::/64 (dynamic) | Global IPv6 (AAAA for taler/exchange) |
|
||||
| lo | 127.0.0.1 | local |
|
||||
|
||||
SSH: LAN `:22`, WAN via VeciGate `23235` → `:22`.
|
||||
Tor ORPort: `:8080` (WAN DNAT on VeciGate).
|
||||
Loading…
Add table
Add a link
Reference in a new issue