From 39b6b725f531e27cd62ba75cdeb91217d8c8a06a Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Sat, 11 Oct 2025 00:56:17 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a39968f..cd94145 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -3983,6 +3983,21 @@ "notes": [], "type": "ct" }, + { + "name": "Prometheus Blackbox Exporter", + "slug": "prometheus-blackbox-exporter", + "desc": "An exporter allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP, ICMP and gRPC for use by the Prometheus monitoring system.", + "script": "ct/prometheus-blackbox-exporter.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/prometheus-blackbox-exporter.sh", + "categories": [ + 1, + 9 + ], + "notes": [ + "Please adjust the Proxmox credentials in the configuration file!" + ], + "type": "ct" + }, { "name": "Prometheus Paperless NGX Exporter", "slug": "prometheus-paperless-ngx-exporter", @@ -4589,6 +4604,23 @@ ], "type": "ct" }, + { + "name": "sonarqube", + "slug": "sonarqube", + "desc": "SonarQube Server automates code quality and security reviews and provides actionable code intelligence so developers can focus on building better, faster.", + "script": "ct/sonarqube.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/sonarqube.sh", + "categories": [ + 20, + 19 + ], + "notes": [], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } + }, { "name": "Sonarr", "slug": "sonarr",