easyv-ai/dsh-pve0

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

包名
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.