Sync network redesign repo state and cutover artifacts
This commit is contained in:
@@ -4,7 +4,7 @@ Offline survival/knowledge server and game server host.
|
||||
|
||||
## Specs
|
||||
- **OS:** Ubuntu 25.10 (bare metal)
|
||||
- **IP:** 10.5.1.16
|
||||
- **IP:** 10.5.30.7
|
||||
- **CPU:** Intel Core i7-4770K @ 3.50GHz (4c/8t)
|
||||
- **RAM:** 32GB DDR3 1600MHz
|
||||
- **GPU:** NVIDIA GeForce GTX 1080 (8GB VRAM)
|
||||
@@ -309,7 +309,7 @@ Removing them should not be treated as a Project N.O.M.A.D. change or a Wings/Pe
|
||||
- `panel.paccoco.com` → `127.0.0.1` in `/etc/hosts` for NAT loopback
|
||||
- nginx on 80 and 443 (self-signed cert) for local Wings → Panel
|
||||
- Wings uses `--ignore-certificate-errors` for self-signed cert
|
||||
- For local operator-safe Pelican health checks, use `http://10.5.1.16:8080` instead of the self-signed TLS path; it redirects cleanly to `/home` without tripping certificate validation.
|
||||
- For local operator-safe Pelican health checks, use `http://10.5.30.7:8080` instead of the self-signed TLS path; it redirects cleanly to `/home` without tripping certificate validation.
|
||||
- Pangolin resource `node1.paccoco.com` has auth disabled
|
||||
|
||||
## Known Quirks
|
||||
|
||||
@@ -33,7 +33,7 @@ RTX 2080 Ti used by:
|
||||
- immich-ml (CUDA face recognition)
|
||||
- Ollama light-tier inference for the main AI stack and local Honcho backend
|
||||
|
||||
> **Note:** Whisper moved to N.O.M.A.D. (10.5.1.16:8786) as CPU inference — avoids VRAM conflict with Ollama. See [NOMAD.md](NOMAD.md).
|
||||
> **Note:** Whisper moved to N.O.M.A.D. (10.5.30.7:8786) as CPU inference — avoids VRAM conflict with Ollama. See [NOMAD.md](NOMAD.md).
|
||||
|
||||
Recommended models for 11GB VRAM:
|
||||
| Model | VRAM | Best for |
|
||||
@@ -45,8 +45,8 @@ Recommended models for 11GB VRAM:
|
||||
| `phi4` | ~8GB | Analytical tasks |
|
||||
|
||||
Current light-tier notes:
|
||||
- PD Ollama is the active light-tier endpoint for LiteLLM on `http://10.5.1.6:11434`
|
||||
- Local Honcho currently points at PD Ollama over LAN (`http://10.5.1.6:11434/v1`) instead of using a separate local model host
|
||||
- PD Ollama is the active light-tier endpoint for LiteLLM on `http://10.5.30.6:11434`
|
||||
- Local Honcho currently points at PD Ollama over LAN (`http://10.5.30.6:11434/v1`) instead of using a separate local model host
|
||||
- Current Honcho routing split keeps embeddings on `nomic-embed-text:latest`, cheap/default paths on `qwen2.5:7b`, and deeper high/max paths on `qwen2.5:14b`
|
||||
|
||||
## Remote Access
|
||||
|
||||
@@ -6,7 +6,7 @@ NAS, media ingestion, and CPU-based AI inference.
|
||||
|
||||
| Component | Details |
|
||||
|-----------|---------|
|
||||
| **IP (LAN)** | 10.5.1.5 |
|
||||
| **IP (LAN)** | 10.5.30.5 |
|
||||
| **IP (Tailscale)** | 100.94.87.79 |
|
||||
| **OS** | Unraid 7.2.4 |
|
||||
| **CPU** | Dual Intel Xeon X5690 (6c/12t each — 24 threads total) |
|
||||
@@ -44,7 +44,7 @@ Text Embeddings Inference reranker for OpenWebUI RAG pipeline.
|
||||
| **Port** | `9787` |
|
||||
| **Volume** | `/mnt/user/appdata/reranker` |
|
||||
| **LiteLLM model name** | `reranker` |
|
||||
| **API base** | `http://10.5.1.5:9787` |
|
||||
| **API base** | `http://10.5.30.5:9787` |
|
||||
|
||||
> Moved from PlausibleDeniability (port 8787) to Serenity (port 9787) on 2026-05-09.
|
||||
> CPU-only inference is acceptable for RAG reranking workloads.
|
||||
|
||||
Reference in New Issue
Block a user