Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foundObjects/pve-nag-buster
Persistent license nag removal for Proxmox VE 5.x+
https://github.com/foundObjects/pve-nag-buster
proxmox proxmox-ve pve
Last synced: 4 days ago
JSON representation
Persistent license nag removal for Proxmox VE 5.x+
- Host: GitHub
- URL: https://github.com/foundObjects/pve-nag-buster
- Owner: foundObjects
- License: gpl-2.0
- Created: 2019-04-15T05:40:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T14:34:12.000Z (about 1 year ago)
- Last Synced: 2024-08-01T21:55:08.039Z (3 months ago)
- Topics: proxmox, proxmox-ve, pve
- Language: Shell
- Homepage:
- Size: 43 KB
- Stars: 755
- Watchers: 19
- Forks: 75
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## pve-nag-buster
https://github.com/foundObjects/pve-nag-buster`pve-nag-buster` is a dpkg hook script that persistently removes license nags
from Proxmox VE 6.x and up. Install it once and you won't see another license
nag until the Proxmox team changes their web-ui code in a way that breaks the patch.Please support the Proxmox team by [buying a subscription](https://www.proxmox.com/en/proxmox-ve/pricing) if it's within your
means. High quality open source software like Proxmox needs our support!### News:
Last updated for: pve-manager/6.4-4/337d6701 (running kernel: 5.4.106-1-pve)
### How does it work?
The included hook script removes the "unlicensed node" popup nag from the web
gui and disables the pve-enterprise repository list. This script is called
every time a package updates the web gui or the pve-enterprise source list and
will only run if packages containing those files are changed.The installer installs the dpkg hook script, adds the pve-no-subscription repo list
and calls the hook script once. There are no external dependencies beyond the base
packages installed with PVE by default.### Installation
```sh
wget https://raw.githubusercontent.com/foundObjects/pve-nag-buster/master/install.sh# Always read scripts downloaded from the internet before running them with sudo
sudo bash install.sh# or ..
chmod +x install.sh && sudo ./install.sh
```With Git:
```sh
git clone https://github.com/foundObjects/pve-nag-buster.git# Always read scripts downloaded from the internet before running them with sudo
cd pve-nag-buster && sudo ./install.sh
```### Uninstall:
```sh
sudo ./install.sh --uninstall
# remove /etc/apt/sources.list.d/pve-no-subscription.list if desired
```### Notes:
#### Why is there base64 in my peanut-butter?
For convenience the install script also contains a base64 encoded copy of the
hook script, this makes installation possible without access to github or a
full clone of the project directory.To inspect the base64 encoded script run `./install.sh --emit`; this dumps the
encoded copy to stdout and quits. To install using the stored copy just run
`sudo ./install.sh --offline`, no internet required.### Thanks to:
- John McLaren for his [blog post](https://www.reddit.com/user/seaqueue) documenting the web gui patch.
- [Marlin Sööse](https://github.com/msoose) for the update for PVE 6.3+### Contact:
[Open an issue](https://github.com/foundObjects/pve-nag-buster/issues) on GitHub
Please get in touch if you find a way to improve anything, otherwise enjoy!