From e94f2bf68e0a92158b5e62638bacd4e19138d5b4 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 29 Jul 2025 11:09:10 +0200 Subject: [PATCH] Create update-apps.json --- frontend/public/json/update-apps.json | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/update-apps.json 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" + } + ] +}