Go to file
2020-05-10 10:48:41 +02:00
debian Minimum Requirement PVE 6 2020-05-10 09:55:05 +02:00
.dockerignore Ignoring resulting deb files 2020-05-10 10:02:43 +02:00
.gitignore Updated to PVE5 2018-03-20 22:43:22 +01:00
apt-hook show no error if file does not exist 2020-05-10 10:45:27 +02:00
Dockerfile Update auf Buster 2020-05-10 09:54:48 +02:00
LICENSE Update and rename LICENSE.md to LICENSE 2016-04-14 10:57:23 +02:00
Makefile Update to PVE6 and only 6 2020-05-10 10:48:41 +02:00
no-subscription-warning.sh Update to PVE6 and only 6 2020-05-10 10:48:41 +02:00
proxmoxlib.patch Update to PVE6 and only 6 2020-05-10 10:48:41 +02:00
pve-no-subscription.list Update auf Buster 2020-05-10 09:54:55 +02:00
pvemanagerlib.patch Update to PVE6 and only 6 2020-05-10 10:48:41 +02:00
README.md Added installation how-to to README 2019-06-11 17:41:52 +02:00

Proxmox VE No-Subscription Patch

This patch removes the 'No valid subscription' warning in Proxmox VE and should only be used in test or demo environments. Please consider buying a subscription and supporting the development of Proxmox VE.

How to install

Navigate to the releases, copy the link to the latest .deb package. On your Proxmox server, download and then install the package, e.g.

wget https://github.com/lnxbil/pve-no-subscription/releases/download/1.5/pve-no-subscription_1.5_all.deb
dpkg -i pve-no-subscription_1.5_all.deb

Navigate to your Proxmox web interface, then refresh. If necessary, clear your browser cache.

Technical Implementation

The patch does automatically be invoked after a package update. It is built as an APT hook that automagically applies the patch if necessary.