Difference between revisions of "Proxmox Subscription Notice Removal"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
New (as of 2023/11/08) but yet to test... | New (as of 2023/11/08) but yet to test... | ||
* [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 8.0)] | * [https://johnscs.com/remove-proxmox51-subscription-notice/ Remove Proxmox Subscription Notice (Tested to 8.0)] | ||
* [https://gist.github.com/ngadmini/7f9df377999cc78c1b58e361d5425ac4 ngadmini/pve_API2Subs_sed.sh] |
Latest revision as of 18:38, 8 November 2023
They like to make this rather difficult... Here're a few links:
- Remove Proxmox Subscription Notice (Tested to 7.1-10)
sed -Ezi.bak "s/(Ext.Msg.show\(\{\s+title: gettext\('No valid sub)/void\(\{ \/\/\1/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
- Removing ProxMox Subscription Notice
- pve-nag-buster
- dannyda's page
New (as of 2023/11/08) but yet to test...