diff --git a/ct/jeedom.sh b/ct/jeedom.sh index 2b933cb83..40fa799ee 100644 --- a/ct/jeedom.sh +++ b/ct/jeedom.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) +source <(curl -fsSL https://raw.githubusercontent.com/asylumexp/Proxmox/main/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: Mips2648 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://jeedom.com/ APP="Jeedom" diff --git a/frontend/public/json/statuses.json b/frontend/public/json/statuses.json index 73a84dbc6..5db0df419 100644 --- a/frontend/public/json/statuses.json +++ b/frontend/public/json/statuses.json @@ -137,6 +137,7 @@ "itsm-ng.json": "โŒ", "iventoy.json": "โœ…", "jackett.json": "โœ…", + "jeedom.json": "๐Ÿšง", "jellyfin.json": "โœ…", "jellyseerr.json": "โœ…", "jenkins.json": "๐Ÿงช", @@ -304,8 +305,8 @@ "statuses.json": "๐Ÿšง", "stirling-pdf.json": "โœ…", "streamlink-webui.json": "๐Ÿงช", + "suwayomi-server.json": "๐Ÿšง", "syncthing.json": "โœ…", - "tandoor.json": "โœ…", "tasmoadmin.json": "โœ…", "tasmocompiler.json": "๐Ÿงช", "tautulli.json": "โœ…", @@ -365,4 +366,4 @@ "zoraxy.json": "โœ…", "zot-registry.json": "๐Ÿงช", "zwave-js-ui.json": "โœ…" -} +} \ No newline at end of file diff --git a/install/jeedom-install.sh b/install/jeedom-install.sh index d868e84b1..82a7cbb0a 100644 --- a/install/jeedom-install.sh +++ b/install/jeedom-install.sh @@ -2,7 +2,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: Mips2648 -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE +# License: MIT | https://github.com/asylumexp/Proxmox/raw/main/LICENSE # Source: https://jeedom.com/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"