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:
@@ -30,7 +30,7 @@ EMBEDDING_DIM=1024
|
||||
# Required by OpenAlex ToS when making automated requests.
|
||||
OPENALEX_MAILTO=you@example.com
|
||||
|
||||
# Nougat HTTP-Server (Jetson: http://192.168.178.103:8080 | lokal: http://localhost:8080)
|
||||
# Nougat HTTP-Server (Jetson: http://jetson.local:8080 | lokal: http://localhost:8080)
|
||||
# Used by `codex ingest <id> --rich` for full-PDF Mathpix Markdown output.
|
||||
NOUGAT_URL=http://localhost:8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user