2026-04-14 20:11:24 +02:00
|
|
|
# Copy this file to .env and fill in your values.
|
|
|
|
|
# .env is git-ignored — never commit it.
|
|
|
|
|
|
2026-04-14 22:47:04 +02:00
|
|
|
# ─── Authentication (choose one) ──────────────────────────────────────────────
|
|
|
|
|
|
|
|
|
|
# Option 1: Anthropic API key
|
|
|
|
|
# ANTHROPIC_API_KEY=sk-ant-...
|
|
|
|
|
|
|
|
|
|
# Option 2: OAuth token from a Claude.ai subscription (1-year validity)
|
|
|
|
|
# Generate with: claude setup-token (run on your host, not inside the container)
|
|
|
|
|
# CLAUDE_CODE_OAUTH_TOKEN=...
|
|
|
|
|
|
|
|
|
|
# Option 3: No key set — Claude Code will prompt for browser login on first run.
|
|
|
|
|
# Port 54545 must be reachable from your browser for the OAuth callback.
|
|
|
|
|
# Run: sbx ports <sandbox-name> --publish 54545:54545/tcp
|
|
|
|
|
|
|
|
|
|
# ─── Workspace (CLI mode only) ────────────────────────────────────────────────
|
2026-04-14 20:11:24 +02:00
|
|
|
|
|
|
|
|
# Optional: mount a host directory as /workspace inside the Claude container.
|
|
|
|
|
# If unset, a named Docker volume is used (fully isolated from the host).
|
|
|
|
|
# WORKSPACE_DIR=/absolute/path/to/your/project
|
2026-04-14 22:25:38 +02:00
|
|
|
|
2026-04-14 22:47:04 +02:00
|
|
|
# ─── Web interface ────────────────────────────────────────────────────────────
|
|
|
|
|
|
|
|
|
|
# Required for ./claude.sh web
|
2026-04-14 22:25:38 +02:00
|
|
|
# WEBUI_USER=claude
|
|
|
|
|
# WEBUI_PASSWORD=changeme
|