sam-4screen-desktop 2026-8-3:10:44:15

This commit is contained in:
2026-08-03 10:44:15 +10:00
parent 7dc93b1125
commit 0ef8b4c14c
4 changed files with 70 additions and 11 deletions

View File

@@ -33,7 +33,8 @@ aliases: []
| **Tailscale** | ✅ `100.65.228.31` (sam-4screen-desktop-1) |
| **Role** | Daily driver. 4 monitors, 62GB RAM, Nvidia GPU. Zellij, Neovim, pi coding agent. |
| **Key services** | pi, pi-dashboard, Neovim, Zellij (with falcode + attention plugins), Home Manager managed
| **MCP tools** | `codebase-memory-mcp` v0.9.0, `code-review-graph` v2.3.7 (per-project, installed via `uv tool install`) |
| **MCP tools** | `codebase-memory-mcp` v0.9.0, `code-review-graph` v2.3.7 (per-project, installed via `uv tool install`)
| **Tunnels** | `ssh -fNL 7437:127.0.0.1:7437 192.168.20.13` (engram — must re-establish after reboot) |
### .13 — nixos-desktop (Server)
@@ -74,6 +75,21 @@ See [[Docker Containers]] for full container list.
| **Role** | Portable laptop. Used on-the-go and at home. pi, Neovim, Home Manager managed.
| **MCP tools** | `codebase-memory-mcp` v0.9.0, `code-review-graph` v2.3.7 (installed via `nix-shell -p uv`) |
### Proxmox — Hypervisor
| Property | Value |
|----------|-------|
| **URL** | `https://proxmox.home.lab` |
| **Role** | Hypervisor hosting `.35` (Caddy/Ubuntu) and Home Assistant as VMs |
### Home Assistant
| Property | Value |
|----------|-------|
| **Role** | Home automation VM on Proxmox. Smart home control, automations, dashboards. |
### Routers
### .35 — caddy-server (Reverse Proxy)
| Property | Value |
@@ -143,6 +159,39 @@ Host phone
| `20128` | OmniRoute dashboard | .13 |
| `7437` | engram | .13 |
| `8787` | Headroom proxy | .13 |
| `8079` | Netcom Router admin | Router (192.168.20.1) |
| `254` | Secondary Router admin | Router (192.168.20.1) |
| `3000` | Langfuse | .13 |
| `3090` | Archon (AI project flow) | .13 |
| `8001` | Supabase | .13 |
| `1780` | Snapcast (audio control) | .13 |
---
## Web Apps by Machine
### .13 — nixos-desktop (Docker host)
| App | URL | Notes |
|-----|-----|-------|
| Snapcast | `http://192.168.20.13:1780/` | Multi-room audio control — needs Caddy DNS |
| Langfuse | `http://localhost:3000/auth/sign-in` | LLM observability (traces, evals, cost) |
| Archon | `http://localhost:3090/chat` | AI project flow coordinator |
| Supabase | `http://localhost:8001/project/default` | Auth + database for apps |
### .35 — caddy-server (Reverse Proxy)
| App | URL | Notes |
|-----|-----|-------|
| OmniRoute dashboard | `http://omniroute.home.lab` | LLM routing proxy GUI |
| OmniRoute API | `http://omniroute.lab.audasmedia.com.au` | Public LLM API endpoint |
### Proxmox
| App | URL | Notes |
|-----|-----|-------|
| Proxmox VE | `https://proxmox.home.lab` | Hypervisor — hosts .35 and Home Assistant VMs |
| Home Assistant | (VM on Proxmox) | Home automation |
---