From 521395e19aac9fbf4be5e0bface00b94061f6997 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 15 Sep 2025 09:52:02 +0200 Subject: [PATCH] Update update-apps.json --- frontend/public/json/update-apps.json | 32 ++++++++++++++++++++------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/frontend/public/json/update-apps.json b/frontend/public/json/update-apps.json index 55386367..10c37913 100644 --- a/frontend/public/json/update-apps.json +++ b/frontend/public/json/update-apps.json @@ -1,23 +1,23 @@ { - "name": "Proxmox VE LXC-Updater", + "name": "Proxmox VE LXC Apps Update", "slug": "update-apps", "categories": [ 1 ], - "date_created": "2025-07-29", + "date_created": "2025-09-15", "type": "pve", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, "website": null, - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/proxmox.svg", - "config_path": "", - "description": "This script automatically updates LXC containers using a Systemd service. The service also updates the tags if a LXC IP address is changed.", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/proxmox.webp", + "config_path": null, + "description": "This script updates community-scripts managed LXC containers on a Proxmox VE node. It detects the installed service, verifies available update scripts, and applies updates interactively or unattended. Optionally, containers can be backed up before the update process. If additional build resources (CPU/RAM) are required, the script adjusts container resources temporarily and restores them after the update. Containers requiring a reboot will be listed at the end of the process.", "install_methods": [ { "type": "default", - "script": "tools/pve/update-apps.sh", + "script": "pve/update-apps.sh", "resources": { "cpu": null, "ram": null, @@ -33,7 +33,23 @@ }, "notes": [ { - "text": "Execute only within the Proxmox shell", + "text": "Execute within the Proxmox shell.", + "type": "info" + }, + { + "text": "Only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update.", + "type": "info" + }, + { + "text": "Optionally performs a vzdump backup before updating containers.", + "type": "warning" + }, + { + "text": "If required, the script will temporarily increase container CPU/RAM resources for the build process and restore them after completion.", + "type": "info" + }, + { + "text": "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.", "type": "info" } ]