From 1ceb06d9de357c13ecf085c93d10e3d42dcfdf42 Mon Sep 17 00:00:00 2001 From: kh0pper Date: Sun, 28 Jun 2026 21:08:38 -0500 Subject: [PATCH] docs(ports): document port 8007 for llamacpp-cpu-qwen3-embed The CPU embedding bundle (#111) binds host port 8007, but the row was never added to docs/developers/port-allocation.md, so the Port Allocation Check CI (scripts/check-port-allocation.js) failed on the PR and on the main push. Add the 8007 row; check now passes (43 ports, all documented). --- docs/developers/port-allocation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/developers/port-allocation.md b/docs/developers/port-allocation.md index 733c451d..3db6644b 100644 --- a/docs/developers/port-allocation.md +++ b/docs/developers/port-allocation.md @@ -61,6 +61,7 @@ These predate this registry and need follow-up resolution outside the MVP scope: | 6875 | 127.0.0.1 | bookstack (existing) | existing | | 8000 | 127.0.0.1 | paperless (existing) | existing | | 8004 | 127.0.0.1 | faster-whisper-server (local STT) | existing | +| 8007 | 127.0.0.1 | llamacpp-cpu-qwen3-embed (CPU embeddings) | PR #111 | | 8080 | 127.0.0.1 | localai (existing) — **also nextcloud, conflict** | existing | | 8081 | 127.0.0.1 | calibre-server (existing) | existing | | 8083 | 127.0.0.1 | calibre-web (existing) | existing |