From 03045c9d48fa0d53a17259b71e9532932a809831 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Mon, 3 Aug 2026 09:27:52 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index cbb0faf2..85a872b5 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -34,6 +34,42 @@ "config_path": "cat /opt/2fauth/.env", "os": "debian" }, + { + "name": "Portainer", + "slug": "Portainer", + "desc": "

Portainer Community Edition is a lightweight service delivery platform for containerized applications that can be used to manage Docker, Swarm, Kubernetes and ACI environments. It is designed to be as simple to deploy as it is to use. The application allows you to manage all your orchestrator resources (containers, images, volumes, networks and more) through a ‘smart’ GUI and/or an extensive API.

", + "script": "tools/addon/Portainer.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/Portainer.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/tools/addon/Portainer.sh", + "type": "addon", + "type_id": "88xtxy57q80v38v", + "categories": [ + "scriptcat00003" + ], + "category_names": [ + "Containers & Docker" + ], + "notes": [ + "This is an addon script intended to be used on top of an existing Docker container.", + "Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)", + "To update, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/portainer.sh)" + ], + "warnings": [], + "port": 9443, + "website": "https://www.portainer.io/", + "documentation": "https://docs.portainer.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/portainer.webp", + "updateable": true, + "privileged": false, + "has_arm": true, + "is_dev": false, + "execute_in": [ + "lxc", + "vm" + ], + "config_path": "/opt/portainer/compose.yaml", + "os": "" + }, { "name": "Actual Budget Prometheus Exporter", "slug": "actual-budget-prometheus-exporter",