From 7f2adb068e4aa5933fc31dd9e7d72a6170b6f3f5 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Tue, 29 Jul 2025 18:21:40 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 3bc02a0..914fe12 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -1739,9 +1739,7 @@ "categories": [ 24 ], - "notes": [ - ".env file location: `/opt/.env`" - ], + "notes": [], "type": "ct" }, { @@ -1958,6 +1956,25 @@ "notes": [], "type": "ct" }, + { + "name": "Jeedom", + "slug": "jeedom", + "desc": "Jeedom is a home automation system that is free, open, and cloudless. It allows users to manage and automate various aspects of their homes by creating objects, installing plugins for added functionalities, and connecting to a Market account for services. It also supports direct access URLs and user management.", + "script": "ct/jeedom.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/jeedom.sh", + "categories": [ + 16 + ], + "notes": [ + "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.", + "Only OS packages are updateable. To update Jeedom, please use the web interface." + ], + "type": "ct", + "default_credentials": { + "username": "admin", + "password": "admin" + } + }, { "name": "Jellyfin Media Server", "slug": "jellyfin",