Commit Graph

3 Commits

Author SHA1 Message Date
Leopere eb3f3d4134
Add OpenClaw setup guide to desktop
Added OPENCLAW-SETUP.md with comprehensive setup instructions:
- Three setup methods: interactive wizard, web UI, and manual config
- Links to get API keys from all major providers
- Pre-installed tools overview
- Troubleshooting section
- Gateway token information

The guide is now visible on the desktop when users first log in,
making it easier to configure OpenClaw without leaving the container.

Modified Dockerfile to copy the setup guide to the desktop during build.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 13:38:43 -05:00
Leopere 2e497d1ecf
Document OpenClaw setup requirements and API configuration
Added detailed documentation explaining:
- OpenClaw is open-source but requires AI provider API keys
- Three setup options: interactive wizard, manual config, or web UI
- Links to get API keys from major providers
- Clarified that OpenClaw itself is free, only API usage costs
- Added first-time setup note in Quick Start section

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 13:36:18 -05:00
Leopere a735166c08
Initial commit: Clawtainer - Browser-accessible Linux desktop with AI tools
Features:
- KasmVNC-based desktop environment (Debian Bookworm)
- Pre-installed AI coding tools: OpenClaw, Cursor, Antigravity, VS Code
- Anthropic Python SDK for Claude API access
- OpenClaw gateway auto-starts on port 18789
- Nginx proxy for plain HTTP access (no password, no TLS)
- LAN accessible by default
- Desktop shortcuts for all tools

License: CC Attribution 4.0 - https://colinknapp.com
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 13:31:46 -05:00