updated readme ans increased timeout

This commit is contained in:
duffyduck 2026-03-16 01:05:32 +01:00
parent 8a6625b117
commit 1ee800f451
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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" }