From 1ee800f451cfdd4da0c8158369a7fa61a80edbda Mon Sep 17 00:00:00 2001 From: duffyduck Date: Mon, 16 Mar 2026 01:05:32 +0100 Subject: [PATCH] updated readme ans increased timeout --- README.md | 4 ++-- aria-setup.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2b518a..5088ab2 100644 --- a/README.md +++ b/README.md @@ -416,10 +416,10 @@ Die VM ist ARIAs Wohnung. Basissystem ist **Debian 13** — alles weitere richte ```bash apt update && apt upgrade -y -apt install -y docker.io docker-compose-plugin git +apt install -y docker.io docker-compose-plugin git curl jq ``` -Das war's. Kein SSH, keine User, keine Verzeichnisse. ARIA ist privileged und richtet sich selbst ein. +`curl` und `jq` werden von ARIA und den Setup-Scripts benutzt. Der Rest (SSH, User, Desktop) richtet ARIA selbst ein. ### 2. Repo klonen & konfigurieren diff --git a/aria-setup.sh b/aria-setup.sh index 33cf18e..616858b 100755 --- a/aria-setup.sh +++ b/aria-setup.sh @@ -55,6 +55,7 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN "api": "openai-completions", "baseUrl": "http://proxy:3456/v1", "apiKey": "not-needed", + "timeout": 300000, "models": [ { "id": "claude-sonnet-4", "name": "claude-sonnet-4" }, { "id": "claude-opus-4", "name": "claude-opus-4" }