Add readme.md

This commit is contained in:
2025-07-28 06:36:25 +00:00
parent eef7f960f3
commit 72105ba8bb

58
readme.md Normal file
View File

@@ -0,0 +1,58 @@
# Universal Proxmox Subscription Nag Remover
A standalone script to remove the Proxmox subscription warning from the web interface.
Supports **Proxmox VE (PVE)**, **Proxmox Backup Server (PBS)**, and **Proxmox Mail Gateway (PMG)**.
Fixes persist across updates and are reapplied automatically.
---
## Features
- ✅ Works with PVE, PBS, and PMG
- ✅ Automatically detects your Proxmox product
- ✅ Applies the correct patch for each product
- ✅ Persists across updates via APT hook
- ✅ Supports both desktop and mobile interfaces (PMG)
- ✅ Based on `tteck`'s community scripts, but self-contained
---
## Usage
Run as root:
```bash
sudo ./remove-proxmox-nag.sh
```
Youll be prompted before continuing.
The patch modifies `proxmoxlib.js` and installs an `apt.conf.d` script to automatically reapply after upgrades.
---
## To Reinstall or Reapply
Delete the APT hook and rerun the script:
```bash
sudo rm /etc/apt/apt.conf.d/no-nag-script
sudo ./remove-proxmox-nag.sh
```
---
## Note on Ethics
This script removes only the **UI nag banner**.
It does *not* interfere with any core functionality or licensing checks.
> If you use Proxmox in production, please consider purchasing a subscription.
> This script is intended only for personal, homelab, and non-commercial educational use.
---
## License
MIT License
Copyright (c) 20212025
Based on [tteck's community-scripts](https://community-scripts.github.io/ProxmoxVE/)