Lokale KI-Station fuer Zorin OS: Bash-Installer + Docker Compose (Ollama 0.30.7, Open WebUI 0.9.6, n8n 2.25.7), drei roemische Berater als Ollama-Modelfiles, Theme via gsettings, Desktop-Shortcuts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
364 B
Text
12 lines
364 B
Text
# Roman Station — Konfiguration
|
|
# install.sh kopiert diese Datei automatisch nach .env, falls keine existiert.
|
|
|
|
# Lokales Sprachmodell (CPU-tauglich, gut auf Deutsch).
|
|
# Alternativen ohne GPU: llama3.2:3b, phi4-mini, qwen3:4b
|
|
DEFAULT_MODEL=gemma3:4b
|
|
|
|
# Ports der Weboberflächen (nur bei Konflikten ändern)
|
|
WEBUI_PORT=3000
|
|
N8N_PORT=5678
|
|
|
|
TIMEZONE=Europe/Berlin
|