From 0e84248d382cd6922f7ac3e9d6270d967ccd8e47 Mon Sep 17 00:00:00 2001 From: Tobi G Date: Mon, 7 Sep 2026 15:42:32 +0200 Subject: [PATCH] Bindend: Host-Port 8123 ist die reale Instanz und wird nie beruehrt Ansage des Eigentuemers. Die Portzuordnung des Testcontainers liest sich irrefuehrend - "0.0.0.0:18123->8123/tcp" enthaelt eine 8123, die aber containerintern ist. Host-seitig gehoert 8123 der realen Instanz: nicht oeffnen, nicht abrufen, nicht aendern, auch keine Erreichbarkeitspruefung. Geprueft, dass nichts im Projekt versehentlich dorthin zeigt: alle drei Vite-Proxy-Ziele stehen auf 18123, in .claude/ steht nichts. Die uebrigen Fundstellen von ":8123" sind Zeichenkettentests ohne Netzzugriff sowie Dokumentation des realen Aufbaus (Reverse-Proxy, Architektur) - nichts davon wird ausgefuehrt. Co-Authored-By: Claude Opus 5 --- AGENTS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index d53d27e..937446b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -190,6 +190,12 @@ the linked documents — this file points, it does not duplicate. > and never treat a single native change as a reason to. What ships without Xcode does not belong in > that file: app UI travels in the OTA bundle, panel and backend in the integration's self-update. +> **Port `18123` is the test instance. Host port `8123` is the owner's REAL instance — never open +> it, never fetch it, never change it (binding, stated by the owner 2026-09-07).** Not even a +> connectivity check: looking is touching. The mapping `0.0.0.0:18123->8123/tcp` is the trap — the +> `8123` in it is *inside* the container and is fine; `localhost:8123` on the machine is not. Every +> URL in a command, a browser tab or a proxy target must read `18123`. + > **The test instance is called `Data-Metric-360` (binding, renamed by the owner 2026-09-07).** > It is the Docker container on `:18123` and **the only instance that may ever be touched** — the > owner's real instance is never worked on (their own hard line, section W). The container was