Files
nexus/wiki/sources/vibe-kanban-ubuntu-install.md
2026-04-14 16:02:50 +08:00

1.2 KiB
Raw Blame History

id, title, type, tags, sources, last_updated
id title type tags sources last_updated
vibe-kanban-ubuntu-install 在 Ubuntu 上安装 Vibe-Kanban source
npm
npx
pm2
ubuntu
vibe-coding
vibe-kanban
2026-04-14

Summary

  • 核心主题:在 Ubuntu 系统上安装和配置 Vibe-Kanban
  • 问题域Node.js 环境搭建和 AI 编码 Agent 的进程管理
  • 方法/机制:使用 npx 直接运行,通过 PM2 实现后台进程管理和开机自启
  • 结论/价值Vibe-Kanban 可绑定到指定端口PORT 环境变量)并支持远程访问

Key Claims

  • Vibe-Kanban 默认绑定随机端口,可通过 PORT 环境变量指定固定端口
  • 使用 HOST=0.0.0.0 可允许远程访问
  • PM2 可实现进程守护、自动重启和开机自启
  • Vibe Kanban 默认使用 --dangerously-skip-permissions 标志运行,任务在独立 git worktree 中隔离执行

Key Concepts

  • Vibe-KanbanAI 编码 Agent 任务看板工具
  • PM2Node.js 进程管理器,用于守护 vibe-kanban 进程
  • Node-jsJavaScript 运行时环境

Key Entities

  • BloopAIVibe-Kanban 的开发公司

Connections

Contradictions