From f9e0376559f7dac45baa20fe2354727e17f61c96 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Jun 2025 10:25:50 +0200 Subject: [PATCH] Delete pve-privilege-converter.json --- .../public/json/pve-privilege-converter.json | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 frontend/public/json/pve-privilege-converter.json diff --git a/frontend/public/json/pve-privilege-converter.json b/frontend/public/json/pve-privilege-converter.json deleted file mode 100644 index 087847d9..00000000 --- a/frontend/public/json/pve-privilege-converter.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "name": "PVE Privilege Converter", - "slug": "pve-privilege-converter", - "categories": [ - 1 - ], - "date_created": "2025-05-22", - "type": "pve", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": "https://github.com/onethree7/proxmox-lxc-privilege-converter", - "website": null, - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp", - "config_path": "", - "description": "This script allows converting Proxmox LXC containers between privileged and unprivileged modes using vzdump backup and restore. It guides you through container selection, backup storage, ID assignment, and privilege flipping via automated restore. Useful for applying changes that require different LXC modes.", - "install_methods": [ - { - "type": "default", - "script": "tools/pve/pve-privilege-converter.sh", - "resources": { - "cpu": null, - "ram": null, - "hdd": null, - "os": null, - "version": null - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Execute this script inside the Proxmox shell as root.", - "type": "info" - }, - { - "text": "Ensure that the backup and target storage have enough space.", - "type": "warning" - }, - { - "text": "The container will be recreated with a new ID and desired privilege setting.", - "type": "info" - } - ] -}