From 2ed04f57fefdb06d4d53ba9d2c6346b9ad5c525a Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Mon, 29 Sep 2025 12:26:48 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index e524713..6eec460 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1416,21 +1416,6 @@ ], "type": "ct" }, - { - "name": "Frigate", - "slug": "frigate", - "desc": "Frigate is an open source NVR built around real-time AI object detection. All processing is performed locally on your own hardware, and your camera feeds never leave your home.", - "script": "ct/frigate.sh", - "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/frigate.sh", - "categories": [ - 15 - ], - "notes": [ - "Discussions (explore more advanced methods): `https://github.com/tteck/Proxmox/discussions/2711`", - "go2rtc Interface port:`1984`" - ], - "type": "ct" - }, { "name": "PVE LXC Filesystem Trim", "slug": "fstrim", @@ -2849,6 +2834,18 @@ ], "type": "ct" }, + { + "name": "MyIP", + "slug": "myip", + "desc": "The best IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability, whois search and more!", + "script": "ct/myip.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/myip.sh", + "categories": [ + 4 + ], + "notes": [], + "type": "ct" + }, { "name": "Mylar3", "slug": "mylar3", @@ -5213,6 +5210,20 @@ ], "type": "ct" }, + { + "name": "Verdaccio", + "slug": "verdaccio", + "desc": "Verdaccio is a lightweight private npm proxy registry built with Node.js. It allows you to host your own npm registry with minimal configuration, providing a private npm repository for your projects. Verdaccio supports npm, yarn, and pnpm, and can cache packages from the public npm registry, allowing for faster installs and protection against npm registry outages. It includes a web interface for browsing packages, authentication and authorization features, and can be easily integrated into your development workflow.", + "script": "ct/verdaccio.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/verdaccio.sh", + "categories": [ + 20 + ], + "notes": [ + "To create the first user, run: npm adduser --registry http://:4873" + ], + "type": "ct" + }, { "name": "VictoriaMetrics", "slug": "victoriametrics",