updated readme ans increased timeout
This commit is contained in:
parent
8a6625b117
commit
1ee800f451
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue