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).
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.