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

Created Tue, 06 Jun 2023 20:20:04 +0800 Modified Fri, 09 Jan 2026 08:55:18 +0000

修改JS文件

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

6.0+ (380行)

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

替换为

if (false) {

重启服务

$ systemctl restart pveproxy.service

参考文档