dsh-pve
Proxmox VE (PVE) control for DeepSeek Harness: inspect and manage nodes, VMs, containers, storage, firewall, cluster, Ceph, HA and access via the PVE2 JSON API (API Token auth).
安装
$
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.