新增wiki命令文件

This commit is contained in:
2026-04-14 16:02:50 +08:00
parent 65803c911d
commit c6e3d3c5db
485 changed files with 12578 additions and 396 deletions

View File

@@ -0,0 +1,34 @@
---
id: vibe-kanban-ubuntu-install
title: "在 Ubuntu 上安装 Vibe-Kanban"
type: source
tags: [npm, npx, pm2, ubuntu, vibe-coding, vibe-kanban]
sources: []
last_updated: 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-Kanban]]AI 编码 Agent 任务看板工具
- [[PM2]]Node.js 进程管理器,用于守护 vibe-kanban 进程
- [[Node-js]]JavaScript 运行时环境
## Key Entities
- [[BloopAI]]Vibe-Kanban 的开发公司
## Connections
- [[Vibe-Kanban]] ← 安装方式 ← [[Node-js]]
- [[Vibe-Kanban]] ← 进程管理 ← [[PM2]]
## Contradictions