From fe6cea14107a66ffa777c9f9f1a3be316c93e692 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Fri, 3 Oct 2025 14:54:57 +0200 Subject: [PATCH] Add pve scripts local --- frontend/public/json/pve-scripts-local.json | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/public/json/pve-scripts-local.json diff --git a/frontend/public/json/pve-scripts-local.json b/frontend/public/json/pve-scripts-local.json new file mode 100644 index 00000000..c8d5061f --- /dev/null +++ b/frontend/public/json/pve-scripts-local.json @@ -0,0 +1,35 @@ +{ + "name": "PVEScriptsLocal", + "slug": "pve-scripts-local", + "categories": [ + 1 + ], + "date_created": "2025-10-03", + "type": "ct", + "updateable": false, + "privileged": false, + "interface_port": 3000, + "documentation": "https://github.com/community-scripts/ProxmoxVE-Local", + "config_path": "/opt/PVEScripts-Local/.env", + "website": "https://community-scripts.github.io/ProxmoxVE", + "logo": "https://community-scripts.github.io/ProxmoxVE/logo.png", + "description": "A modern web-based management interface for Proxmox VE (PVE) helper scripts. This tool provides a user-friendly way to discover, download, and execute community-sourced Proxmox scripts locally with real-time terminal output streaming.", + "install_methods": [ + { + "type": "default", + "script": "ct/pve-scripts-local.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}