Go to file
2020-05-10 09:54:48 +02:00
debian Updated to PVE5 2018-03-20 22:43:22 +01:00
.gitignore Updated to PVE5 2018-03-20 22:43:22 +01:00
apt-hook Check if patch-file exists 2016-11-16 16:52:55 +01: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 Updated to PVE5 2018-03-20 22:43:22 +01:00
no-subscription-warning-ext4.patch Support PVE3 and PVE4 2016-07-05 13:15:52 +02:00
no-subscription-warning-ext6.patch Adding 'community edition' strings 2016-11-04 10:49:11 +01:00
no-subscription-warning-js.patch New Version for js-style PVE Manager 2017-03-09 22:28:51 +01:00
no-subscription-warning-js2.patch Updated to PVE5 2018-03-20 22:43:22 +01:00
no-subscription-warning.sh Updated to PVE5 2018-03-20 22:43:22 +01:00
pve-no-subscription.list Updated to PVE5 2018-03-20 22:43:22 +01: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.