From 93fe269b09140e74d2489adbfd649ecf2cc58e86 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Thu, 11 Dec 2025 12:31:23 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index a6c6a32..1322c6a 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -4567,7 +4567,8 @@ ], "notes": [ "Show Login Credentials, type `cat ~/paperless-ngx.creds` in the LXC console", - "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`)." + "Script installs English as default OCR language. To install additional languages, use `apt-get install tesseract-ocr-[lang]`, where [lang] is the language code (e.g. `apt-get install tesseract-ocr-deu`).", + "Paperless-NGX use uv, so all calls need to start with `uv run` f.e. `uv run python3 manage.py document_exporter $path` instead `python3 manage.py`" ], "type": "ct" }, @@ -5909,6 +5910,24 @@ "notes": [], "type": "ct" }, + { + "name": "Speedtest-Tracker", + "slug": "speedtest-tracker", + "desc": "Speedtest Tracker is a self-hosted application that runs scheduled speed tests using the Ookla Speedtest CLI and saves the results to a database for historical tracking and visualization.", + "script": "ct/speedtest-tracker.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/speedtest-tracker.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/speedtest-tracker.sh", + "os": "debian", + "categories": [ + 4 + ], + "notes": [], + "type": "ct", + "default_credentials": { + "username": "admin@example.com", + "password": "password" + } + }, { "name": "Splunk Enterprise", "slug": "splunk-enterprise",