Created
March 31, 2026 21:12
-
-
Save celber/4fe15ff042787255433299a5895d43a9 to your computer and use it in GitHub Desktop.
Disable Proxmox subscription nag/alert/window, persistent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Injecting JS in GUI configuration. It disables checking for subscription, and no alert is shown. | |
| # This is cluster config file so it is persistent between PVE updates. | |
| echo "consent-text: '};Ext.onReady(()=>{Proxmox.Utils.checked_command=(x)=>{x()}});{_:'" >> /etc/pve/datacenter.cfg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment