From a50cee62be61ac424dc73d004694cfc09e7dba8b Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Fri, 5 Dec 2025 18:18:53 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 2cdc10e..f08997f 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1469,6 +1469,26 @@ "password": "public" } }, + { + "name": "Endurain", + "slug": "endurain", + "desc": "Endurain is a self-hosted fitness tracking service designed to give users full control over their data and hosting environment. It's similar to Strava but focused on privacy and customization", + "script": "ct/endurain.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/endurain.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/endurain.sh", + "os": "debian", + "categories": [ + 24 + ], + "notes": [ + "When using a reverse proxy, edit `/opt/endurain/frontend/app/dist/env.js`." + ], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } + }, { "name": "ErsatzTV", "slug": "ersatztv", @@ -3392,6 +3412,20 @@ "notes": [], "type": "ct" }, + { + "name": "MeTube", + "slug": "metube", + "desc": "MeTube allows you to download videos from YouTube and dozens of other sites.", + "script": "ct/metube.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/metube.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/metube.sh", + "os": "debian", + "categories": [ + 11 + ], + "notes": [], + "type": "ct" + }, { "name": "PVE Processor Microcode", "slug": "microcode", @@ -3711,8 +3745,8 @@ 9 ], "notes": [ - "The integrated daemon config is located at `/root/.config/daemon/config.json`", - "When using a reverse proxy, edit `/opt/netvisor/ui/build/_app/env.js`: add 443 to `PUBLIC_SERVER_PORT` and remove 'default' from `PUBLIC_SERVER_HOSTNAME`." + "To configure the integrated daemon after install is complete, either use the `Create Daemon` menu in the UI, or run `/root/configure_daemon.sh` for automatic configuration", + "The integrated daemon config is located at `/root/.config/daemon/config.json`" ], "type": "ct" },