vibe-kanban
Docker 应用程序 from rorar's Repository
概述
要求
运行时参数
- 网络用户界面
http://[IP]:[PORT:8085]- 网络
bridge- 外壳
bash- 额外参数
--shm-size=1g --hostname=vibe-kanban
模板配置
HTTP port for the Vibe Kanban web interface.
- 目标
- 8085
- 默认值
- 8085
Persistent storage for Vibe Kanban data (config, database).
- 目标
- /home/node/.local/share/vibe-kanban
- 默认值
- /mnt/user/appdata/vibe-kanban/data
Cache directory for Vibe Kanban and agent tools.
- 目标
- /home/node/.cache
- 默认值
- /mnt/user/appdata/vibe-kanban/cache
Temporary git worktree storage.
- 目标
- /var/tmp/vibe-kanban
- 默认值
- /mnt/user/appdata/vibe-kanban/worktrees
Main workspace directory for your projects.
- 目标
- /work
- 默认值
- /mnt/user/appdata/vibe-kanban/work
SSH keys for git operations.
- 目标
- /home/node/.ssh
- 默认值
- /mnt/user/appdata/vibe-kanban/ssh
Git configuration file.
- 目标
- /home/node/.gitconfig
- 默认值
- /mnt/user/appdata/vibe-kanban/gitconfig
Docker socket for Docker-in-Docker support.
- 目标
- /var/run/docker.sock
- 默认值
- /var/run/docker.sock
Timezone for the container. See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- 目标
- TZ
- 默认值
- UTC
Port for Vibe Kanban to listen on (should match Container Port above).
- 目标
- PORT
- 默认值
- 8085
Host address to bind to (0.0.0.0 for all interfaces).
- 目标
- HOST
- 默认值
- 0.0.0.0
Git author information used for commits. Docs: https://vibekanban.com/docs
Git author name for commits.
- 目标
- GIT_AUTHOR_NAME
- 默认值
- Vibe Kanban User
Git author email for commits.
- 目标
- GIT_AUTHOR_EMAIL
- 默认值
- vibe@example.com
Git committer name for commits.
- 目标
- GIT_COMMITTER_NAME
- 默认值
- Vibe Kanban User
Git committer email for commits.
- 目标
- GIT_COMMITTER_EMAIL
- 默认值
- vibe@example.com
Optional API keys. For security, use secrets or environment files in production. Docs: https://vibekanban.com/docs/self-hosting/environment-variables
GitHub personal access token (alternative to GitHub CLI auth).
- 目标
- GH_TOKEN
OpenAI API key for Codex and AI features.
- 目标
- OPENAI_API_KEY
Install additional tools at container startup. Always available: Codex, SVGO, imagemagick, libvips, librsvg, ripgrep, jq, tree, bat, fd, tmux, nano, python3, pip, pipx
Coding agents to install (space-separated). Options: claude, gemini, copilot, amp, cursor, opencode, droid, clauderouter, qwen
- 目标
- RUNTIME_AGENTS
- 默认值
- claude gemini copilot amp cursor opencode droid clauderouter qwen
Playwright browsers to install (space-separated). Options: chromium, firefox, webkit
- 目标
- RUNTIME_PLAYWRIGHT_BROWSERS
- 默认值
- chromium firefox webkit
Testing tools to install (space-separated). Options: vitest, jest, msw
- 目标
- RUNTIME_TESTING_TOOLS
- 默认值
- vitest jest msw
Python tools to install via pipx (space-separated). Options: httpie, black, ruff, mypy, pytest, isort, autoflake, pip-audit, safety
- 目标
- RUNTIME_PYTHON_TOOLS
- 默认值
- httpie black ruff mypy pytest
Advanced user and permission settings.
UID to run the container process as (default: 99 for nobody user).
- 目标
- LOCAL_UID
- 默认值
- 99
GID to run the container process as (default: 100 for users group).
- 目标
- LOCAL_GID
- 默认值
- 100
详细信息
ghcr.io/rorar/vibe-kanban-docker:latest在Unraid 上运行 vibe-kanban 。
vibe-kanban 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。