Complete rework to a working configuration.

This commit is contained in:
2026-06-01 12:52:37 +02:00
parent 4a8a51d3cc
commit be6f193f03
10 changed files with 335 additions and 96 deletions
+23 -3
View File
@@ -1,5 +1,25 @@
# --- MODEL SELECTION ---
MODEL_LIST=ministral-3:3b
# ==========================================
# OPENCLAW & OLLAMA CONFIGURATION ENVIRONMENT
# ==========================================
# --- NETZWORK ---
# --- LLM ENGINE & MODEL SELECTION ---
MODEL_LIST=gemma4:e4b,qwen3.6:35b-a3b-q4_K_M
OLLAMA_KEEP_ALIVE=-1
# --- HARDWARE RESOURCES ---
# Shared Memory Size (e.g. 16gb for large AMD cards, 8gb for NVIDIA)
SHM_SIZE=16gb
# --- SECURITY & AUTHENTICATION ---
OPENCLAW_PASSWORD=mein-sicheres-passwort
# --- NETWORK ---
DNS_SERVER=8.8.8.8
# --- HOST MOUNT VOLUMES ---
# Local Path to Your openclaw.json
HOST_OPENCLAW_JSON_PATH=/home/ghost/source/repos/ghostnet-openclaw/config/openclaw.json
# Local Path for the AI Workspace (persistent storage for agent's work)
HOST_WORKSPACE_PATH=./storage/workspace
# Local Path for Additional Repositories or Code Directories for the Agent
HOST_REPOS_PATH=/home/ghost/source/repos