mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
Browser-accessible AI workstation with Codex CLI, Claude Code, and code-server (VS Code) in a single container. Features: - code-server (VS Code) via - Codex CLI + Claude Code preinstalled - Docker CLI + Go 1.25 + Rust + Bun + 25+ dev tools - mihomo/sing-box/Xray proxy cores (supervisord-managed) - Optional docker socket mount for DinD - Non-root dev user with sudo NOPASSWD Image: ghcr.io/okxlin/codex-claude-workstation:latest
3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
# uninstall.sh — codex-claude-workstation cleanup
|
|
docker-compose down --volumes |