mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-14 16:16:21 +00:00
Update helpers_cache.json
This commit is contained in:
@@ -4567,7 +4567,8 @@
|
|||||||
],
|
],
|
||||||
"notes": [
|
"notes": [
|
||||||
"Show Login Credentials, type `cat ~/paperless-ngx.creds` in the LXC console",
|
"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"
|
"type": "ct"
|
||||||
},
|
},
|
||||||
@@ -5909,6 +5910,24 @@
|
|||||||
"notes": [],
|
"notes": [],
|
||||||
"type": "ct"
|
"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",
|
"name": "Splunk Enterprise",
|
||||||
"slug": "splunk-enterprise",
|
"slug": "splunk-enterprise",
|
||||||
|
|||||||
Reference in New Issue
Block a user