Update update-apps.json

This commit is contained in:
CanbiZ 2025-09-15 09:52:02 +02:00
parent 047dcbe375
commit 521395e19a

View File

@ -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"
}
]