Go to file
2021-06-25 00:39:36 +08:00
scripts fix auxiliary files 2021-06-25 00:39:36 +08:00
usr fix auxiliary files 2021-06-25 00:39:36 +08:00
.gitignore add missing files 2019-06-22 23:06:24 +08:00
LICENSE initial commit 2019-04-17 19:41:33 +08:00
package.sh remove dependence on libpve-common-perl since Proxmox Backup Server does not come with it 2021-06-25 00:00:36 +08:00
README.md fix auxiliary files 2021-06-25 00:39:36 +08:00

I am really poor and I really can't afford a license. I just want to get rid of the annoying dialog on every login.

Features

  • Works for:
    • Proxmox VE (5.x or later, tested up to 7.0)
    • Proxmox Mail Gateway (5.x or later)
    • Proxmox Backup Server (1.x)
  • Non-intrusive, no changes to any system file, persists between system updates
  • Comes with standard Debian package, easy to manage and automate
  • You can uninstall at any time, hassle-free
  • No JavaScript is involved in the whole process

Installation

  • Go to release to download the latest release
  • Run dpkg -i pve-fake-subscription_*.deb as root on every Proxmox VE node

Uninstallation

Run as root:

apt purge pve-fake-subscription

This will revert your system to a "no subscription key" status.

Building the Package

Run everything as root on a Debian 10 system:

apt-get install ruby ruby-dev rubygems build-essential
gem install --no-ri --no-rdoc fpm
./package.sh