dsh-pve
用于 DeepSeek Harness 的 Proxmox VE (PVE) 控制插件:通过 PVE2 JSON API 检查和管理节点、虚拟机、容器、存储、防火墙等。
AI 分析
为 DSH 智能体提供 PVE 虚拟化平台的控制能力。适合需要通过 AI 自动化管理、监控和配置 PVE 虚拟机与容器的运维人员。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:easyv-ai/dsh-pve说明文档
阅读完整 README ↗Configuration
In DSH Web: Settings → Plugins → Proxmox VE control.
| Field | Description |
|---|---|
| Base URL | e.g. https://pve.example.com:8006 |
| Authentication | API Token (PVE 6.0+) or Username / password (PVE 5.x compatible) |
| Token ID | user@realm!tokenid, e.g. monitor@pve!dsh — token mode only |
| Token Secret | The token UUID; stored write-only — token mode only |
| Username | e.g. root@pam — password mode only |
| Password | The login password; stored write-only — password mode only |
| Skip TLS verification | Enable for self-signed internal hosts (5.x and 6.0+) |
PVE 6.0+ → create an API token (Datacenter → Permissions → API Token) with the least privilege required. PVE 5.x has no API token → switch to username/password mode.