diff --git a/frontend/public/json/update-apps.json b/frontend/public/json/update-apps.json new file mode 100644 index 00000000..55386367 --- /dev/null +++ b/frontend/public/json/update-apps.json @@ -0,0 +1,40 @@ +{ + "name": "Proxmox VE LXC-Updater", + "slug": "update-apps", + "categories": [ + 1 + ], + "date_created": "2025-07-29", + "type": "pve", + "updateable": false, + "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.", + "install_methods": [ + { + "type": "default", + "script": "tools/pve/update-apps.sh", + "resources": { + "cpu": null, + "ram": null, + "hdd": null, + "os": null, + "version": null + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Execute only within the Proxmox shell", + "type": "info" + } + ] +}