auto: docs sync 2026-06-17T00:00:14+00:00
Files changed: .obsidian/workspace.json credentials docs/hardware/environment.md plans/vaultwarden-plan.md runbooks/edge2-access-reference.md runbooks/expose-service-edge2.md
This commit is contained in:
parent
dd516c1b94
commit
e9cb7777fe
6 changed files with 519 additions and 8 deletions
|
|
@ -85,9 +85,9 @@ Five nodes running Proxmox VE:
|
|||
| pi-nas | 192.168.1.245 | 100.64.0.21 | Raspberry Pi NAS |
|
||||
| matt-desktop | 192.168.1.111 | 100.64.0.10 | Personal workstation (Windows, your PC) |
|
||||
| Contabo Server | 5.189.158.149 | 100.64.0.1 | External VPS: Mail, Authentik, Headscale, Forge, Matrix |
|
||||
| edge2 | 184.174.35.153 | 100.64.0.26 | Contabo Cloud VPS 30 NVMe — Proxmox VE 8.4.19 (LXC-only), 8c/24GB/400GB, role TBD |
|
||||
| edge2 | 184.174.35.153 | 100.64.0.26 | Contabo Cloud VPS 30 NVMe — Proxmox VE 8.4.19 (LXC-only), 8c/24GB/400GB |
|
||||
|
||||
*Last updated: 2026-06-16 — Added edge2 (Contabo Cloud VPS 30 NVMe, Proxmox PVE 8.4.19, 100.64.0.26)*
|
||||
*Last updated: 2026-06-16 — Added edge2 CTs (pdm CT 100, wordpress CT 101), Caddy reverse proxy on edge2 host*
|
||||
|
||||
## LXC Containers
|
||||
|
||||
|
|
@ -104,6 +104,8 @@ Five nodes running Proxmox VE:
|
|||
| archivist | utility (CT 118) | 192.168.1.118 | — | Archivist knowledge pipeline |
|
||||
| argus | utility (CT 103) | 192.168.1.103 | 100.64.0.25 | ARGUS - OSINT intelligence gathering platform |
|
||||
| peertube | media (CT 110) | 192.168.1.170 | 100.64.0.23 | PeerTube video streaming |
|
||||
| pdm | edge2 (CT 100) | 10.10.10.10 | 100.64.0.28 | Proxmox Datacenter Manager |
|
||||
| wordpress | edge2 (CT 101) | 10.10.10.11 | 100.64.0.31 | WordPress for intermountainmesh.com |
|
||||
|
||||
## IP Allocation Scheme
|
||||
|
||||
|
|
@ -149,6 +151,7 @@ Current registered nodes (26 total):
|
|||
| meshmonitor-dev | 100.64.0.27 | LXC |
|
||||
| gl-a1300 | 100.64.0.29 | Router |
|
||||
| bluefin | 100.64.0.30 | Desktop |
|
||||
| wordpress | 100.64.0.31 | LXC |
|
||||
| meshai | 100.64.0.32 | LXC |
|
||||
|
||||
## IdahoMesh Headscale Node List
|
||||
|
|
@ -179,8 +182,21 @@ ssh zvx@192.168.1.150 # cortex VM
|
|||
ssh zvx@192.168.1.241 # utility Proxmox
|
||||
ssh root@100.64.0.1 # Contabo (via Tailscale)
|
||||
ssh zvx@cortex # cortex via Tailscale hostname
|
||||
ssh edge2 # edge2 via SSH config alias (admin@100.64.0.26)
|
||||
```
|
||||
|
||||
### edge2 SSH access
|
||||
|
||||
edge2 is hardened: `PasswordAuthentication no`, root login disabled. SSH user is `admin` with passwordless sudo. The SSH config alias `edge2` maps to `admin@100.64.0.26`.
|
||||
|
||||
Authorized keys on edge2 (`/home/admin/.ssh/authorized_keys`):
|
||||
- `echo6-contabo2-184.174.35.153` — the original provisioning key (cortex `~/.ssh/contabo2_ed25519`)
|
||||
- `cortex` — cortex default `id_ed25519`
|
||||
- `matt-desktop-wsl2` — WSL2 default key
|
||||
- `cookie-sync` — Windows native SSH key
|
||||
|
||||
To access CTs on edge2: `ssh edge2` then `sudo pct exec <vmid> -- bash`.
|
||||
|
||||
### Password-auth hosts
|
||||
|
||||
These require password authentication (no SSH keys installed):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue