chore: interne Host-Adresse durch generischen Hostnamen ersetzt
Ersetzt die private LAN-IP des Jetson durch jetson.local in Doku, Shell-Skripten, .env.example und Docstrings. Funktional betroffen ist nur ein os.environ.setdefault-Fallback im Spike; gesetzte Env-Vars (OLLAMA_BASE_URL, GROBID_URL) haben weiterhin Vorrang. uv.lock bleibt unveraendert (enthaelt Versionsnummern, keine Adressen). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ but has a known workaround (short/idempotent ops).
|
||||
## Problem (observed)
|
||||
|
||||
Live data ops run on the **Mac** and reach the Jetson Postgres through an SSH
|
||||
port-forward tunnel (`ssh -f -N -L 5433:localhost:5432 alfred@192.168.178.103`,
|
||||
port-forward tunnel (`ssh -f -N -L 5433:localhost:5432 alfred@jetson.local`,
|
||||
`DATABASE_URL` → `localhost:5433`). During the R-A / R-C / R-F work this tunnel
|
||||
**dropped repeatedly mid-run**: any operation longer than a few minutes (corpus
|
||||
re-ingest, the bge-m3 embed loop, the GROBID sweep) had a high chance of failing
|
||||
|
||||
Reference in New Issue
Block a user