PVE electrified

This is a modification of the Proxmox Virtual Environment user interface, that brings some nice features, mainly for homelab’ers. The goal is also, to provide a plugin system and give plugin authors the tools to develop such and publish them with very little effort.

Currently it’ developer’s summer pause

Saw no updates recently here/on github? That’s because i’m making a summer break presumably till the end of August. If you have commercial/paid interest on getting this project done faster, or want some urgent features, then write me. So i can focus more on this one and don’t have to catch other customer projects for my earnings then.

Install

!!!!It’s not yet releaed!!!. Please be patient! Here, you’ll find some random in-development release in the meanwhile.

wget https://pve-electrified.net/pubkey.asc -O /etc/apt/trusted.gpg.d/pve-electrified.asc
echo "deb https://pve-electrified.net/debian bookworm main" >> /etc/apt/sources.list
apt update && apt install -y pve-manager-electrified

Uninstall

apt install -y pve-manager-electrified- pve-manager+

Behind the scenes / architecture

These are the differences to the original pve-manager package from Proxmox: These are mainly intended, to improve the developer experience.

Security consideration when using it in an enterprise

Read here

Source code / license

Source code on Github
License. It meets GNU Affero General Public License, GPL and MIT. So it’s luckily allowed to modify and republish the Proxmox’s packages👍.