docs: absorb documentation PR sweep

This commit is contained in:
Peter Steinberger
2026-05-23 10:23:22 +01:00
parent 6b04170167
commit 2c536a8626
39 changed files with 455 additions and 71 deletions

View File

@@ -98,14 +98,14 @@ read_when:
fly secrets set OPENCLAW_GATEWAY_TOKEN=$(openssl rand -hex 32)
# Model provider API keys
fly secrets set ANTHROPIC_API_KEY=sk-ant-...
fly secrets set ANTHROPIC_API_KEY=example-anthropic-key-not-real
# Optional: Other providers
fly secrets set OPENAI_API_KEY=sk-...
fly secrets set OPENAI_API_KEY=example-openai-key-not-real
fly secrets set GOOGLE_API_KEY=...
# Channel tokens
fly secrets set DISCORD_BOT_TOKEN=MTQ...
fly secrets set DISCORD_BOT_TOKEN=example-discord-bot-token
```
**Notes:**

View File

@@ -105,10 +105,10 @@ In the VNC window:
3. Create a user account (remember the username and password)
4. Skip all optional features
After setup completes, enable SSH:
After setup completes:
1. Open System Settings General Sharing
2. Enable "Remote Login"
1. Enable SSH: Open System Settings -> General -> Sharing and enable "Remote Login".
2. For headless VM use, enable auto-login: Open System Settings -> Users & Groups, select "Automatically log in as:", and choose the VM user.
---