Commit Graph

5 Commits

Author SHA1 Message Date
Colin 71a4917423
Refactor Dockerfile to modular image-build scripts
Move install and customization into scripts/image-build-*.sh with a single
RUN layer for the main stage, preserving behavior and reducing Dockerfile noise.
2026-04-14 09:48:41 -04:00
Leopere b4566c726b
working on deploy script 2026-03-29 12:18:23 -04:00
Leopere 1abf2d5dcd
Add miniclawd and 0claw/zero-claw to image; optional install script
Made-with: Cursor
2026-03-05 17:20:35 -05:00
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 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