From e8232a9ea06f5110494f511cc877e98e47c48f4e Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Wed, 18 Mar 2026 18:18:46 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 100 ++++++++++++++++++++++++++-------------- 1 file changed, 66 insertions(+), 34 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 8ae1f7d0..d2ba0251 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -650,38 +650,6 @@ "config_path": "", "os": "alpine" }, - { - "name": "Alpine-ntfy", - "slug": "alpine-ntfy", - "desc": "ntfy is a simple HTTP-based pub-sub notification service that lets you send push notifications to your phone or desktop via scripts, without signup or cost.", - "script": "ct/alpine-ntfy.sh", - "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-ntfy.sh", - "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/alpine-ntfy.sh", - "type": "lxc", - "type_id": "nm9bra8mzye2scg", - "categories": [ - "scriptcat00018" - ], - "category_names": [ - "MQTT & Messaging" - ], - "notes": [ - "Alpine-based LXC using apk package manager." - ], - "port": 80, - "website": "https://ntfy.sh/", - "documentation": "https://docs.ntfy.sh/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ntfy.webp", - "updateable": true, - "privileged": false, - "has_arm": false, - "is_dev": true, - "execute_in": [ - "pve" - ], - "config_path": "/etc/ntfy/server.yml", - "os": "alpine" - }, { "name": "Redlib", "slug": "alpine-redlib", @@ -3878,7 +3846,7 @@ "notes": [ "Type `cat ~/matrix.creds` to see admin username/password.", "Synapse-Admin is running on port 5173", - "For bridges Installation methods (WhatsApp, Signal, Discord, etc.), see: ´https://docs.mau.fi/bridges/go/setup.html´" + "For bridges Installation methods (WhatsApp, Signal, Discord, etc.), see: `https://docs.mau.fi/bridges/go/setup.html`" ], "port": 8008, "website": "https://element.io/", @@ -7645,7 +7613,9 @@ ], "notes": [ "Register the first account via the web interface — it becomes the admin account.", - "Configure your AI provider API keys in /opt/librechat/.env and restart the service." + "Configure your AI provider API keys in /opt/librechat/.env and restart the service.", + "RAG API is included and running on port 8000. Set RAG_OPENAI_API_KEY in /opt/rag-api/.env to enable document Q&A.", + "For local embeddings without an API key, set EMBEDDINGS_PROVIDER=ollama and OLLAMA_BASE_URL=http://:11434 in /opt/rag-api/.env and restart rag-api." ], "port": 3000, "website": "https://www.librechat.ai", @@ -10041,6 +10011,36 @@ "config_path": "/etc/ntfy/server.yml", "os": "debian" }, + { + "name": "ntfy", + "slug": "ntfy", + "desc": "ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, and/or using a REST API. It's infinitely flexible, and 100% free software.", + "script": "ct/ntfy.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/ntfy.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/ntfy.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00019" + ], + "category_names": [ + "Automation & Scheduling" + ], + "notes": [], + "port": 80, + "website": "https://ntfy.sh/", + "documentation": "https://docs.ntfy.sh/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ntfy.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": false, + "execute_in": [ + "pve" + ], + "config_path": "/etc/ntfy/server.yml", + "os": "alpine" + }, { "name": "Nx Witness", "slug": "nxwitness", @@ -15293,6 +15293,38 @@ "config_path": "/etc/telegraf/telegraf.conf", "os": "debian" }, + { + "name": "Teleport", + "slug": "teleport", + "desc": "Teleport unifies identities — humans, machines, and AI — with strong identity implementation to speed up engineering, improve resiliency against identity-based attacks, and control AI in production infrastructure.", + "script": "ct/teleport.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/teleport.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/teleport.sh", + "type": "lxc", + "type_id": "nm9bra8mzye2scg", + "categories": [ + "scriptcat00006" + ], + "category_names": [ + "Authentication & Security" + ], + "notes": [ + "After installation finishes, do `cat ~/teleportadmin.creds` inside LXC to get admin creation URL." + ], + "port": 3080, + "website": "https://goteleport.com/", + "documentation": "https://goteleport.com/docs/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/teleport.webp", + "updateable": true, + "privileged": false, + "has_arm": false, + "is_dev": true, + "execute_in": [ + "lxc" + ], + "config_path": "/etc/teleport.yaml", + "os": "debian" + }, { "name": "Termix", "slug": "termix",