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,8 +6,8 @@ DONE; R-E deferred). This file is only the **loose ends**.
|
||||
|
||||
## 1. ✅ RESOLVED — Jetson is online (the tunnel had dropped, not the host)
|
||||
- What looked like the Jetson going offline was the **SSH tunnel** breaking, not the
|
||||
host. The Jetson (`192.168.178.103`) is online. Re-open the tunnel with keepalive:
|
||||
`ssh -o ServerAliveInterval=15 -f -N -L 5433:localhost:5432 alfred@192.168.178.103`.
|
||||
host. The Jetson (`jetson.local`) is online. Re-open the tunnel with keepalive:
|
||||
`ssh -o ServerAliveInterval=15 -f -N -L 5433:localhost:5432 alfred@jetson.local`.
|
||||
Better still: run long ops in tmux-on-Jetson (item #4) to avoid the tunnel entirely.
|
||||
|
||||
## 2. ✅ DONE — R-F accent re-clean
|
||||
|
||||
Reference in New Issue
Block a user