Go to file
Andreas Steinel 1da5e6bcc8
Typo in URL
2020-05-12 15:57:35 +02:00
debian Release new Version 2020-05-10 10:49:20 +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
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
README.md Typo in URL 2020-05-12 15:57:35 +02:00
apt-hook show no error if file does not exist 2020-05-10 10:45:27 +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

Proxmox VE No-Subscription Removal Patch (Version 6 only)

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

This package also includes the pve-no-subscription APT repository, so you just need this in a home setup.

How to install

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

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

The corresponding daemons pvedaemon and pveproxy are automatically restarted. Navigate to your Proxmox VE web interface, then refresh. If necessary, clear your browser cache.

How to uninstall

Remove the package itself

apt-get purge pve-no-subscription

Reinstall the packages that were altered:

apt-get install --reinstall pve-manager proxmox-widget-toolkit

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.