ZIP
WinGet
cv4pve-report
Corsinvest Srl · 1.8.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cv4pve-report.exe-win-x64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Corsinvest.cv4pve.report
Version
1.8.1
Description
Report Tool for Proxmox VE
License
GPL-3.0
↗
Support
https://www.corsinvest.it/cv4pve
Installer URL
https://github.com/Corsinvest/cv4pve-report/releases/download/v1.8.1/cv4pve-report.exe-win-x64.zip
Release Notes
Fixes
- Compatibility with older PVE clusters — the /cluster/mapping/dir endpoint was added in newer Proxmox VE releases; older clusters (e.g. 8.3.x) returned 501 Not Implemented and crashed the report. The fetch now degrades gracefully: the Mapping Dir sheet is simply empty when the endpoint isn't available, and the rest of the report is unaffected. Thanks @janrenard for the report (#20).
What's Changed
- fix: handle 501 Not Implemented for /cluster/mapping/dir on older PVE by @franklupo in #22…