From f876b7cd20e563f556a93f522cfad3e3f333fe87 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Tue, 28 Jul 2026 08:19:22 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 753e2fe3..b4de03d2 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -34,6 +34,41 @@ "config_path": "cat /opt/2fauth/.env", "os": "debian" }, + { + "name": "Actual Budget Prometheus Exporter", + "slug": "actual-budget-prometheus-exporter", + "desc": "Prometheus exporter for Actual Budget. Exposes account balances, budget balances, transaction counts and uncategorized/transfer counts as metrics on /metrics. Installs as an addon into an existing LXC (e.g. alongside your Actual Budget server) and builds from source with Node.js.", + "script": "ct/actual-budget-prometheus-exporter.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/actual-budget-prometheus-exporter.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/actual-budget-prometheus-exporter.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00009" + ], + "category_names": [ + "Monitoring & Analytics" + ], + "notes": [ + "This is an addon, not a standalone container. Run it inside an existing LXC via the tools/addon script; it does not create its own container.", + "Requires an Actual Budget server URL, server password, and the Budget Sync ID (Settings > Advanced settings > Sync ID). E2E encryption password is optional.", + "Metrics are served at http://:3001/metrics (port configurable via PORT in the config file)." + ], + "warnings": [], + "port": 3001, + "website": "https://github.com/sakowicz/actual-budget-prometheus-exporter", + "documentation": "https://github.com/sakowicz/actual-budget-prometheus-exporter", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/actual-budget.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": true, + "execute_in": [ + "lxc" + ], + "config_path": "/opt/actual-budget-prometheus-exporter.env", + "os": "" + }, { "name": "Actual Budget", "slug": "actualbudget",