Skip to main content

Proxmox

@dmc/proxmoxv2026.06.30.1· 6d agoMODELS
01README

Proxmox VE extensions — VM/LXC lifecycle operations and cloud image storage management

02Models1
@dmc/proxmox/storagev2026.06.30.1proxmox_storage.ts

Global Arguments

ArgumentTypeDescription
apiUrlstringProxmox API base URL (e.g., https://10.0.0.4:8006)
nodestringProxmox node name
storagestringStorage name to download into (e.g., mrrobot)
skipTlsVerifybooleanSkip TLS certificate verification
ticket?stringAuth ticket from proxmox-node
csrfToken?stringCSRF token from proxmox-node
username?stringProxmox username (fallback auth)
password?stringProxmox password (fallback auth)
realmstringAuthentication realm
fn downloadImage(url: string, filename: string, checksum?: string, checksumAlgorithm?: string)
Download a cloud image from a URL into Proxmox storage via the download-url API (Proxmox fetches directly — no local upload)
ArgumentTypeDescription
urlstringPublic URL of the image to download
filenamestringFilename to save as in storage (e.g., Rocky-9-GenericCloud-Base.latest.x86_64.qcow2)
checksum?stringExpected checksum value for integrity verification
checksumAlgorithm?stringChecksum algorithm (sha256, md5, sha1)

Resources

image(infinite)— Cloud image downloaded into Proxmox storage, ready for import-from
03Stats
A
100 / 100
Downloads
1
Archive size
18.0 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
04Platforms
05Labels