瘦了就帅了 / ProxmoxVE 关闭订阅提示

Created Tue, 06 Jun 2023 20:20:04 +0800 Modified Sun, 05 Oct 2025 02:09:22 +0000

修改JS文件

$ nano /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js

6.0+ (380行)

if (data.status !== 'Active') {

替换为

if (false) {

重启服务

$ systemctl restart pveproxy.service

参考文档