-
v2.0.0-rc5 Pre-release
released this
2026-02-19 20:48:23 +03:00 | 157 commits to main since this release📅 Originally published on GitHub: Thu, 19 Feb 2026 17:59:41 GMT
🏷️ Git tag created: Thu, 19 Feb 2026 17:48:23 GMTWebsite | Docker Hub CE | Docker Hub EE
What's Changed
- fix: ensure Radzen CSS assets are present before Docker publish (2.0.0-rc5) by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/182
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v2.0.0-rc4...v2.0.0-rc5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.0.0-rc4 Pre-release
released this
2026-02-19 18:56:24 +03:00 | 158 commits to main since this release📅 Originally published on GitHub: Thu, 19 Feb 2026 15:58:38 GMT
🏷️ Git tag created: Thu, 19 Feb 2026 15:56:24 GMTFixed
- CSS assets returning 500 error in production (Release build)
- Docker build aligned to production configuration
Website | Docker Hub CE | Docker Hub EE
What's Changed
- fix: remove [Authorize] from NotFound page and bump to 2.0.0-rc4 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/181
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v2.0.0-rc3...v2.0.0-rc4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.0.0-rc3 Pre-release
released this
2026-02-19 17:26:30 +03:00 | 159 commits to main since this release📅 Originally published on GitHub: Thu, 19 Feb 2026 14:35:04 GMT
🏷️ Git tag created: Thu, 19 Feb 2026 14:26:30 GMTAdded
- RangeSelector component — date/time range selection with drag handles
- "Add cluster" button — pulsing button in header when no clusters are configured
- Memo widget — content editing moved to settings panel
- Subscription page (EE) — alert shown when running in testing/pre-release mode
Changed
- Dashboard widget title bar hidden when title is empty
- Dashboard clone now copies widget size
- ResourceUsageGaugeStacked default size adjusted
Fixed
- Cluster deletion now refreshes header and navigation immediately
- Various Docker startup and CSS asset fixes
Website | Docker Hub CE | Docker Hub EE
What's Changed
- fix: initialize appsettings.extra.json with valid empty JSON in init container by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/168
- fix: handle invalid appsettings.extra.json gracefully by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/169
- refactor: rename "Remove All Data" to "Delete all data" in Backups and Replications by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/170
- feat: CronEditor tooltip+popup UX, MarkdownEditor Placeholder/Style, InfoScheduler icon by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/171
- feat: add RangeSelector component by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/173
- fix: various fixes and UI improvements by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/174
- feat: hide widget title bar when empty, fix clone CSS copy by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/175
- fix: mount config/ directory and auto-create appsettings.extra.json by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/176
- chore: code cleanup, remove unused code and reformat migrations by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/177
- fix: fix broken layout in Docker due to CSS 302 redirect (#172) by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/178
- feat: misc fixes and improvements by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/179
- chore: release 2.0.0-rc3 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/180
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v2.0.0-rc2...v2.0.0-rc3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.0.0-rc2 Pre-release
released this
2026-02-18 11:36:19 +03:00 | 173 commits to main since this release📅 Originally published on GitHub: Wed, 18 Feb 2026 08:38:32 GMT
🏷️ Git tag created: Wed, 18 Feb 2026 08:36:19 GMTAdded
- WebHook notifier module — send notifications to any HTTP endpoint on Proxmox VE events
- MarkdownEditor component — Write/Preview tabs for markdown fields across the UI
- ResourceUsageGaugeStacked widget — concentric arc gauges for CPU, memory and storage usage
- Help menu — separate items for Report a Bug, Request a Feature and Provide Feedback, with bug report pre-filled with version, cluster, Proxmox VE version, browser and platform
- Help menu — red dot badge on help icon and "Update available" notification when a new release is available
- Icons added to form fields across the UI for better visual clarity
- HTTPS reverse proxy guide in documentation
Changed
- AutoSnap webhooks refactored to use ExtendedData for cleaner configuration
- Dashboard reset logic improved, save icon added
- Send test email button placed inline with the email field
- Telegram bot info dialog replaced with link to documentation
Fixed
- Installer interactive prompts fixed
appsettings.extra.jsonpre-created on Windows to prevent Docker creating it as a directory
Website | Docker Hub CE | Docker Hub EE
What's Changed
- fix: pre-create appsettings.extra.json on Windows by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/141
- fix: fix installer interactive prompts and improve tag UX by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/143
- docs: simplify docker README and getting-started by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/144
- docs: add HTTPS reverse proxy setup guide by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/145
- feat: add WebHook notifier module by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/146
- fix: skip BuildInfo initialization when running EF tools at design-time by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/147
- feat: refactor AutoSnap webhooks to use ExtendedData and add WebHookEditor component by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/148
- chore: unify branding to single logo and remove unused files by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/149
- docs: update documentation, screenshots and mkdocs config by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/150
- feat: add icons to RadzenFormField Start slot across UI components by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/151
- chore: update docs, editorconfig, packages and add GaugeStacked code-behind by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/152
- refactor: remove redundant ModuleType from Widget and simplify GetModuleWidget by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/153
- docs: add Dashboard module documentation and update editions/modules index by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/154
- docs: add Telegram bot setup instructions to Bots module by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/155
- feat: add icons to RadzenFormField Start slot across UI components by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/156
- fix: resolve nullable CS8618 warnings in BuildInfo.cs by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/157
- feat: place send test email button inline with email field by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/158
- feat: add MarkdownEditor component with Write/Preview tabs by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/159
- feat: improve Dashboard reset logic, add save icon and update build props by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/160
- fix: replace try/catch ObjectDisposedException with _disposed flag by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/161
- feat: add vpn_key icon to Access Type field by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/162
- fix: Telegram doc link + pre-release subscription note in getting-started by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/163
- fix: remove Feature Request from feedback template, fix HelpMenu typo by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/164
- feat: add bug report/feature/feedback menu items with pre-filled environment data by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/165
- feat: improve release notification in HelpMenu by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/166
- chore: release 2.0.0-rc2 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/167
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v2.0.0-rc1...v2.0.0-rc2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v2.0.0-rc1 Pre-release
released this
2026-02-13 21:51:11 +03:00 | 212 commits to main since this release📅 Originally published on GitHub: Fri, 13 Feb 2026 18:53:45 GMT
🏷️ Git tag created: Fri, 13 Feb 2026 18:51:11 GMTInitial Release
This is the first public release of cv4pve-admin v2 — a complete rewrite of the original project built on .NET 9 and Blazor.
Starting from this release, all notable changes will be tracked in this file.
Modules (Community Edition)
- AutoSnap — Automated snapshot scheduling with hooks, history, and timeline view
- Backup Analytics — Backup trend analysis with size, speed, and duration charts
- Replication Analytics — Replication job monitoring and failure tracking
- Diagnostic — Cluster health diagnostics with issue scanning and PDF export
- Dashboard — Customizable widget-based dashboard with multi-cluster support
- Node Protect — Node configuration backup with pluggable storage providers
- Metrics Exporter — Export cluster metrics to external monitoring systems
- Notifier — Notification system with SMTP support
- AI Server — Model Context Protocol (MCP) server for AI assistant integration
- Bots — Telegram bot integration for remote cluster management
- UPS Monitor — UPS status monitoring via NUT protocol
- System Report — System information and configuration report generation
- Updater — Application self-update management
- Resources — Cluster resource usage overview
Modules (Enterprise Edition)
- Portal — Self-service portal for VM management by end users
- Workflow — Visual workflow automation for Proxmox VE operations (powered by Elsa)
- VM Performance — Advanced VM performance analytics and trending
- Diagnostic Enterprise — Extended diagnostics with enterprise checks
- Node Protect Enterprise — Extended node protection with additional providers
- Notifier Enterprise — Extended notification channels (Apprise, webhooks, etc.)
- AI Server Enterprise — Extended MCP tools for enterprise operations
- System Enterprise — Extended system management and configuration
- Profile Enterprise — Extended user profile and SSO integration
Core Features
- Multi-cluster management from a single interface
- Command Palette for quick navigation and actions
- Role-based access control with granular module permissions
- Audit logging for security-relevant events
- Dark/light theme with Fluent design
- Keyboard shortcuts
- Help menu with release notes, documentation links, and feedback
- Docker, native, and .NET Aspire (AppHost) deployment support
Website | Docker Hub CE | Docker Hub EE
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/commits/v2.0.0-rc1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.3.1 Stable
released this
2025-03-26 12:28:43 +03:00 | -7 commits to main since this release📅 Originally published on GitHub: Thu, 17 Apr 2025 11:44:32 GMT
🏷️ Git tag created: Wed, 26 Mar 2025 09:28:43 GMTWhat's Changed
- Fix doc by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/132
- #113 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/133
- Improve code
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v1.3.0...v1.3.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cv4pve-admin-linux-arm.zip
0 downloads ·
2026-02-26 17:35:38 +03:00 · 89 MiB -
cv4pve-admin-linux-arm64.zip
0 downloads ·
2026-02-26 17:35:46 +03:00 · 95 MiB -
cv4pve-admin-linux-x64.zip
0 downloads ·
2026-02-26 17:35:53 +03:00 · 100 MiB -
cv4pve-admin-osx-arm64.zip
0 downloads ·
2026-02-26 17:36:02 +03:00 · 97 MiB -
cv4pve-admin-osx-x64.zip
0 downloads ·
2026-02-26 17:36:11 +03:00 · 100 MiB -
cv4pve-admin-win-arm64.zip
0 downloads ·
2026-02-26 17:36:19 +03:00 · 91 MiB -
cv4pve-admin-win-x64.zip
0 downloads ·
2026-02-26 17:36:29 +03:00 · 100 MiB -
cv4pve-admin-win-x86.zip
0 downloads ·
2026-02-26 17:36:38 +03:00 · 96 MiB
-
v1.3.0 Stable
released this
2025-03-25 11:41:56 +03:00 | -3 commits to main since this release📅 Originally published on GitHub: Tue, 25 Mar 2025 09:36:41 GMT
🏷️ Git tag created: Tue, 25 Mar 2025 08:41:56 GMTWhat's Changed
- Improve code primary constructors, ToList Expression by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/130
- Fix #128 #!27 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/131
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v1.2.0...v1.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cv4pve-admin-linux-arm.zip
0 downloads ·
2026-02-26 17:34:32 +03:00 · 89 MiB -
cv4pve-admin-linux-arm64.zip
0 downloads ·
2026-02-26 17:34:37 +03:00 · 95 MiB -
cv4pve-admin-linux-x64.zip
0 downloads ·
2026-02-26 17:34:45 +03:00 · 100 MiB -
cv4pve-admin-osx-arm64.zip
0 downloads ·
2026-02-26 17:34:52 +03:00 · 97 MiB -
cv4pve-admin-osx-x64.zip
0 downloads ·
2026-02-26 17:35:02 +03:00 · 100 MiB -
cv4pve-admin-win-arm64.zip
0 downloads ·
2026-02-26 17:35:10 +03:00 · 91 MiB -
cv4pve-admin-win-x64.zip
0 downloads ·
2026-02-26 17:35:20 +03:00 · 100 MiB -
cv4pve-admin-win-x86.zip
0 downloads ·
2026-02-26 17:35:29 +03:00 · 96 MiB
-
v1.2.0 Stable
released this
2025-01-10 11:24:52 +03:00 | 1 commits to main since this release📅 Originally published on GitHub: Fri, 10 Jan 2025 08:48:16 GMT
🏷️ Git tag created: Fri, 10 Jan 2025 08:24:52 GMTWhat's Changed
- Add support big size storage by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/121
- Improve size storage and memory by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/122
- Fix time render by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/123
- Improve code by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/124
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v1.1.3...v1.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cv4pve-admin-linux-arm.zip
0 downloads ·
2026-02-26 17:33:41 +03:00 · 88 MiB -
cv4pve-admin-linux-arm64.zip
0 downloads ·
2026-02-26 17:33:48 +03:00 · 92 MiB -
cv4pve-admin-linux-x64.zip
0 downloads ·
2026-02-26 17:33:55 +03:00 · 96 MiB -
cv4pve-admin-osx-arm64.zip
0 downloads ·
2026-02-26 17:34:00 +03:00 · 94 MiB -
cv4pve-admin-osx-x64.zip
0 downloads ·
2026-02-26 17:34:06 +03:00 · 97 MiB -
cv4pve-admin-win-arm64.zip
0 downloads ·
2026-02-26 17:34:12 +03:00 · 89 MiB -
cv4pve-admin-win-x64.zip
0 downloads ·
2026-02-26 17:34:18 +03:00 · 98 MiB -
cv4pve-admin-win-x86.zip
0 downloads ·
2026-02-26 17:34:25 +03:00 · 94 MiB
-
v1.1.3 Stable
released this
2024-09-25 14:11:36 +03:00 | 9 commits to main since this release📅 Originally published on GitHub: Fri, 27 Sep 2024 12:28:13 GMT
🏷️ Git tag created: Wed, 25 Sep 2024 11:11:36 GMTWhat's Changed
- Fix AutomaticRetry Jon by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/114
- Fix #112 by @franklupo in https://github.com/Corsinvest/cv4pve-admin/pull/115
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v1.1.2...v1.1.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cv4pve-admin-linux-arm.zip
0 downloads ·
2026-02-26 17:32:48 +03:00 · 88 MiB -
cv4pve-admin-linux-arm64.zip
0 downloads ·
2026-02-26 17:32:55 +03:00 · 90 MiB -
cv4pve-admin-linux-x64.zip
0 downloads ·
2026-02-26 17:33:01 +03:00 · 95 MiB -
cv4pve-admin-osx-arm64.zip
0 downloads ·
2026-02-26 17:33:07 +03:00 · 93 MiB -
cv4pve-admin-osx-x64.zip
0 downloads ·
2026-02-26 17:33:13 +03:00 · 96 MiB -
cv4pve-admin-win-arm64.zip
0 downloads ·
2026-02-26 17:33:21 +03:00 · 89 MiB -
cv4pve-admin-win-x64.zip
0 downloads ·
2026-02-26 17:33:29 +03:00 · 94 MiB -
cv4pve-admin-win-x86.zip
0 downloads ·
2026-02-26 17:33:34 +03:00 · 90 MiB
-
v1.1.2 Stable
released this
2024-08-19 10:54:30 +03:00 | 13 commits to main since this release📅 Originally published on GitHub: Mon, 19 Aug 2024 08:01:15 GMT
🏷️ Git tag created: Mon, 19 Aug 2024 07:54:30 GMTWhat's Changed
- Improve UI
- Fix Bot Telegram
- Fix Norification
Full Changelog: https://github.com/Corsinvest/cv4pve-admin/compare/v1.1.1...v1.1.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
cv4pve-admin-linux-arm.zip
0 downloads ·
2026-02-26 17:31:57 +03:00 · 89 MiB -
cv4pve-admin-linux-arm64.zip
0 downloads ·
2026-02-26 17:32:03 +03:00 · 92 MiB -
cv4pve-admin-linux-x64.zip
0 downloads ·
2026-02-26 17:32:09 +03:00 · 96 MiB -
cv4pve-admin-osx-arm64.zip
0 downloads ·
2026-02-26 17:32:16 +03:00 · 94 MiB -
cv4pve-admin-osx-x64.zip
0 downloads ·
2026-02-26 17:32:23 +03:00 · 98 MiB -
cv4pve-admin-win-arm64.zip
0 downloads ·
2026-02-26 17:32:29 +03:00 · 90 MiB -
cv4pve-admin-win-x64.zip
0 downloads ·
2026-02-26 17:32:35 +03:00 · 96 MiB -
cv4pve-admin-win-x86.zip
0 downloads ·
2026-02-26 17:32:41 +03:00 · 92 MiB
mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 04:45:59 +03:00