{"id":31131810,"url":"https://github.com/fspv/claudecodeui-docker","last_synced_at":"2026-05-30T09:01:14.499Z","repository":{"id":313612499,"uuid":"1052026509","full_name":"fspv/claudecodeui-docker","owner":"fspv","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-23T07:00:51.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-23T09:33:59.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fspv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-07T08:41:40.000Z","updated_at":"2026-05-23T07:00:48.000Z","dependencies_parsed_at":"2026-04-28T09:01:06.332Z","dependency_job_id":null,"html_url":"https://github.com/fspv/claudecodeui-docker","commit_stats":null,"previous_names":["fspv/claudecodeui-docker"],"tags_count":170,"template":false,"template_full_name":null,"purl":"pkg:github/fspv/claudecodeui-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fclaudecodeui-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fclaudecodeui-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fclaudecodeui-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fclaudecodeui-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fspv","download_url":"https://codeload.github.com/fspv/claudecodeui-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspv%2Fclaudecodeui-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33686018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-18T04:38:39.955Z","updated_at":"2026-05-30T09:01:14.460Z","avatar_url":"https://github.com/fspv.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClaudeCodeUI Docker\n\nA containerized version of [claudecodeui](https://github.com/siteboon/claudecodeui) - a web UI for Claude Code.\n\n## Quick Start\n\n### Using Podman\n\n```bash\npodman run --replace \\\n  --name claudecodeui \\\n  -p 3001:3001 \\\n  -v ${HOME}/.claude.json:/root/.claude.json \\\n  -v ${HOME}/.claude/.credentials.json:/root/.claude/.credentials.json \\\n  -v ${HOME}/.claude/projects:/root/.claude/projects \\\n  --restart unless-stopped \\\n  nuhotetotniksvoboden/claudecodeui:latest\n```\n\n### Using Docker Compose\n\nCreate a `docker-compose.yml` file (see example below) and run:\n\n```bash\ndocker-compose up -d\n```\n\n## Volume Mounts\n\nThe container expects the following Claude configuration files and directories to be mounted:\n\n- `~/.claude.json` - Main Claude configuration file\n- `~/.claude/.credentials.json` - API credentials\n- `~/.claude/projects` - Projects directory\n- `~/.claude/mcp_servers.json` - MCP servers configuration\n- `~/.claude/conversations` - Conversations history\n- `~/.claude/logs` - Application logs\n- `~/.claude/cache` - Application cache\n\n## Environment Variables\n\n- `PORT` - Port to run the application on (default: 3001)\n- `NODE_ENV` - Node environment (default: production)\n\n## Accessing the Application\n\nOnce running, the web UI will be available at `http://localhost:3001`\n\n## Building from Source\n\n```bash\ngit clone https://github.com/fspv/claudecodeui-docker.git\ncd claudecodeui-docker\ndocker build -t claudecodeui .\n```\n\n## Docker Hub\n\nPre-built images are available on Docker Hub: `nuhotetotniksvoboden/claudecodeui`\n\n## Automated Builds\n\nThis repository automatically tracks both [claudecodeui](https://github.com/siteboon/claudecodeui) and [@anthropic-ai/claude-code](https://www.npmjs.com/package/@anthropic-ai/claude-code) releases and builds updated Docker images:\n\n### Daily Automated Checks\n- A GitHub Action runs daily at 6:00 UTC to check for new claudecodeui and Claude Code releases\n- If a new release is detected, it automatically:\n  - Updates version tracking files\n  - Creates Git tags for the release\n  - Triggers a Docker build with the new versions\n- The system ensures you always have the latest stable versions available\n\n### Manual Triggering\nYou can also manually trigger builds:\n```bash\n# Trigger build of latest release\ngh workflow run build-and-push.yml\n\n# Build specific version\ngh workflow run build-and-push.yml --field claudecodeui_version=v1.8.0\n```\n\n### Git Tags and GitHub Releases\nThe automation creates multiple tags for better version tracking:\n- `v1.8.0` - claudecodeui version tag\n- `claude-v1.0.108` - Claude Code version tag  \n- `v1.8.0-claude-v1.0.108` - Combined version tag\n\nEach tag automatically creates a GitHub release with:\n- Direct links to the corresponding Docker images\n- Version information for both components\n- Ready-to-use pull commands\n- Quick start instructions\n\n### Docker Tags\nDocker images are tagged with:\n- `latest` - Always points to the most recent build\n- `v1.8.0` - claudecodeui version-specific tag\n- `v1.8.0-claude-1.0.108` - Combined version tag showing both components\n\n### Setup Requirements\nTo set up automated builds, add these repository secrets:\n- `DOCKERHUB_USERNAME` - Your Docker Hub username\n- `DOCKERHUB_TOKEN` - Your Docker Hub access token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspv%2Fclaudecodeui-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffspv%2Fclaudecodeui-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspv%2Fclaudecodeui-docker/lists"}