Proxmox
@dmc/proxmoxv2026.06.30.1
01README
Proxmox VE extensions — VM/LXC lifecycle operations and cloud image storage management
02Models
@dmc/proxmox/storagev2026.06.30.1proxmox_storage.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiUrl | string | Proxmox API base URL (e.g., https://10.0.0.4:8006) |
| node | string | Proxmox node name |
| storage | string | Storage name to download into (e.g., mrrobot) |
| skipTlsVerify | boolean | Skip TLS certificate verification |
| ticket? | string | Auth ticket from proxmox-node |
| csrfToken? | string | CSRF token from proxmox-node |
| username? | string | Proxmox username (fallback auth) |
| password? | string | Proxmox password (fallback auth) |
| realm | string | Authentication 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)
| Argument | Type | Description |
|---|---|---|
| url | string | Public URL of the image to download |
| filename | string | Filename to save as in storage (e.g., Rocky-9-GenericCloud-Base.latest.x86_64.qcow2) |
| checksum? | string | Expected checksum value for integrity verification |
| checksumAlgorithm? | string | Checksum 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