Update date in json (#11606)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-02-06 07:54:44 +00:00
committed by GitHub
parent 2af418c729
commit ac3732db2f

View File

@@ -1,84 +1,84 @@
{ {
"name": "PVE LXC Apps Updater", "name": "PVE LXC Apps Updater",
"slug": "update-apps", "slug": "update-apps",
"categories": [ "categories": [
1 1
], ],
"date_created": "2025-02-04", "date_created": "2026-02-06",
"type": "pve", "type": "pve",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/11532", "documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/11532",
"website": null, "website": null,
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/proxmox.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/proxmox.webp",
"config_path": "", "config_path": "",
"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.", "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": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "tools/pve/update-apps.sh", "script": "tools/pve/update-apps.sh",
"resources": { "resources": {
"cpu": null, "cpu": null,
"ram": null, "ram": null,
"hdd": null, "hdd": null,
"os": null, "os": null,
"version": null "version": null
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
},
"notes": [
{
"text": "Execute within the Proxmox shell.",
"type": "info"
}, },
"notes": [ {
{ "text": "Full Guide can be found here: `https://github.com/community-scripts/ProxmoxVE/discussions/11532`",
"text": "Execute within the Proxmox shell.", "type": "info"
"type": "info" },
}, {
{ "text": "Only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update.",
"text": "Full Guide can be found here: `https://github.com/community-scripts/ProxmoxVE/discussions/11532`", "type": "info"
"type": "info" },
}, {
{ "text": "Optionally performs a vzdump backup before updating containers.",
"text": "Only containers with `community-script` or `proxmox-helper-scripts` tags are listed for update.", "type": "warning"
"type": "info" },
}, {
{ "text": "If required, the script will temporarily increase container CPU/RAM resources for the build process and restore them after completion.",
"text": "Optionally performs a vzdump backup before updating containers.", "type": "info"
"type": "warning" },
}, {
{ "text": "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.",
"text": "If required, the script will temporarily increase container CPU/RAM resources for the build process and restore them after completion.", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_backup=yes|no` to enable/disable backup (skip prompt).",
"text": "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_backup_storage=<name>` to set backup storage location.",
"text": "Use `var_backup=yes|no` to enable/disable backup (skip prompt).", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_container=all|all_running|all_stopped|101,102,...` to select containers.",
"text": "Use `var_backup_storage=<name>` to set backup storage location.", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_unattended=yes|no` to run updates without interaction.",
"text": "Use `var_container=all|all_running|all_stopped|101,102,...` to select containers.", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_skip_confirm=yes` to skip initial confirmation dialog.",
"text": "Use `var_unattended=yes|no` to run updates without interaction.", "type": "info"
"type": "info" },
}, {
{ "text": "Use `var_auto_reboot=yes|no` to auto-reboot containers after update.",
"text": "Use `var_skip_confirm=yes` to skip initial confirmation dialog.", "type": "info"
"type": "info" }
}, ]
{
"text": "Use `var_auto_reboot=yes|no` to auto-reboot containers after update.",
"type": "info"
}
]
} }