docs: migrate docs-server CT 111 → CT 109; update nav and URLs
- docs-server now runs on ops (192.168.1.8:13080), not dev (192.168.1.42) - mkdocs.yml: fix site_url (was pointing at .111 instead of .42, now .8) - mkdocs.yml: add all services added since last nav update (pocket-id, backrest, databases, arcane, mcp-servers, llm-benchmark, RESUME, connection-hosts) - portmap.md: move :13080 entry from CT 111 to CT 109 section; add Homarr :7575; fix stale Promtail note → Alloy add-on - README.md: update rendered docs URL to 192.168.1.8:13080 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -103,5 +103,5 @@ See [`/CLAUDE.md`](../CLAUDE.md) for the full doctrine. Highlights:
|
||||
|
||||
## Rendered docs site
|
||||
- Source: `https://git.nuclide.systems/fkrebs/docs`
|
||||
- Rendered (LAN-only): `http://192.168.1.42:13080`
|
||||
- Build: docs-server on CT 111 polls Gitea every 5 min; rebuilds with mkdocs Material on push.
|
||||
- Rendered (LAN-only): `http://192.168.1.8:13080`
|
||||
- Build: docs-server on CT 109 polls Gitea every 5 min; rebuilds with mkdocs Material on push.
|
||||
|
||||
+3
-2
@@ -37,6 +37,8 @@
|
||||
| [3100](http://192.168.1.8:3100) | CT 109 | Loki | LAN only; 30d retention; log aggregation |
|
||||
| [9221](http://192.168.1.8:9221) | CT 109 | pve-exporter | Proxmox VE metrics; auth: `monitor@pve!prometheus` |
|
||||
| [12345](http://192.168.1.8:12345) | CT 109 | Alloy (self) | agent UI; also runs on all other hosts at :12345 |
|
||||
| [7575](http://192.168.1.8:7575) | CT 109 | Homarr | LAN only; service dashboard |
|
||||
| [13080](http://192.168.1.8:13080) | CT 109 | docs-server | LAN only; mkdocs Material; auto-rebuilds from `fkrebs/docs` every 5 min — migrated from CT 111 2026-05-23 |
|
||||
| 9100 | CT 109 | node-exporter | host-network, self-scrape |
|
||||
| 9100 | CT 104 | node-exporter | standalone stack `/opt/stacks/monitoring/`; scraped by CT 109 |
|
||||
|
||||
@@ -46,7 +48,7 @@ LiteLLM metrics: `litellm_settings.callbacks: ["prometheus"]` in `ai/litellm-con
|
||||
**Alloy (log agent)**: deployed on all 12 hosts → ships to Loki at CT 109:3100.
|
||||
- Docker hosts (CT 101/104/105/109/110/111/112/113): container at `/opt/stacks/alloy/`; reads Docker socket + journald
|
||||
- Binary/systemd (CT 102/103/108 + nuc): `/etc/alloy/config.alloy`; reads journald only
|
||||
- HA VM 100: pending — install Promtail add-on from `https://github.com/mdegat01/hassio-addons`; set Loki URL to `http://192.168.1.8:3100/loki/api/v1/push`
|
||||
- HA VM 100: Grafana Alloy add-on (wymangr/hassos-addons v0.0.8) — pushes metrics to CT 109 Prometheus remote_write + logs to Loki.
|
||||
|
||||
---
|
||||
|
||||
@@ -203,7 +205,6 @@ CT 111 hosts the self-hosted dev platform. Same Pocket-ID SSO as the rest.
|
||||
| [222](http://192.168.1.42:222) | Gitea SSH | `gitea` | — | `ssh -p 222 git@git.nuclide.systems` |
|
||||
| 5432 (internal) | coder-db | `coder-db` | — | Postgres 16 for Coder |
|
||||
| 5432 (internal) | gitea-db | `gitea-db` | — | Postgres 16 for Gitea |
|
||||
| [13080](http://192.168.1.42:13080) | docs site | `docs-server` | — (LAN-only) | mkdocs Material; auto-rebuilds from `fkrebs/docs` every 5 min |
|
||||
| (no port) | coder-fkrebs-dev | (workspace) | (Coder app proxy) | Active Coder workspace |
|
||||
| (no port) | act-runner | `act-runner` | — | Gitea Actions runner (`ct111-runner`) |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user