easyv-ai/dsh-pve0

dsh-pve

用于 DeepSeek Harness 的 Proxmox VE (PVE) 控制插件:通过 PVE2 JSON API 检查和管理节点、虚拟机、容器、存储、防火墙等。

AI 分析

为 DSH 智能体提供 PVE 虚拟化平台的控制能力。适合需要通过 AI 自动化管理、监控和配置 PVE 虚拟机与容器的运维人员。

套件
dsh-pve
版本
0.1.0
最近更新
2026年9月8日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:easyv-ai/dsh-pve

Configuration

In DSH Web: Settings → Plugins → Proxmox VE control.

FieldDescription
Base URLe.g. https://pve.example.com:8006
AuthenticationAPI Token (PVE 6.0+) or Username / password (PVE 5.x compatible)
Token IDuser@realm!tokenid, e.g. monitor@pve!dsh — token mode only
Token SecretThe token UUID; stored write-only — token mode only
Usernamee.g. root@pam — password mode only
PasswordThe login password; stored write-only — password mode only
Skip TLS verificationEnable 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.