Update helpers_cache.json

This commit is contained in:
ProxMenuxBot
2025-09-18 12:25:39 +00:00
parent 9c00798373
commit 374e05c422

View File

@@ -1222,6 +1222,22 @@
"notes": [], "notes": [],
"type": "ct" "type": "ct"
}, },
{
"name": "PVE LXC Execute Command",
"slug": "lxc-execute",
"desc": "This script allows administrators to execute a custom command inside one or multiple LXC containers on a Proxmox VE node. Containers can be selectively excluded via an interactive checklist. If a container is stopped, the script will automatically start it, run the command, and then shut it down again. Only Debian and Ubuntu based containers are supported.",
"script": "tools/pve/execute.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/execute.sh",
"categories": [
1
],
"notes": [
"Execute within the Proxmox shell.",
"Non-Debian/Ubuntu containers will be skipped automatically.",
"Stopped containers will be started temporarily to run the command, then shut down again."
],
"type": "pve"
},
{ {
"name": "Fenrus", "name": "Fenrus",
"slug": "fenrus", "slug": "fenrus",
@@ -1515,6 +1531,18 @@
], ],
"type": "addon" "type": "addon"
}, },
{
"name": "GlobaLeaks",
"slug": "globaleaks",
"desc": "GlobaLeaks is a free and open-source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platform.",
"script": "ct/globaleaks.sh",
"script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/globaleaks.sh",
"categories": [
0
],
"notes": [],
"type": "ct"
},
{ {
"name": "GLPI", "name": "GLPI",
"slug": "glpi", "slug": "glpi",
@@ -1770,6 +1798,7 @@
16 16
], ],
"notes": [ "notes": [
"Containerized version doesn't allow Home Assistant add-ons.",
"If the LXC is created Privileged, the script will automatically set up USB passthrough.", "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
"config path: `/var/lib/docker/volumes/hass_config/_data`", "config path: `/var/lib/docker/volumes/hass_config/_data`",
"Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!", "Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!",