Merge branch 'master' into copilot/fix-cloudcmd-file-not-found

This commit is contained in:
Alexandre
2026-03-07 12:04:53 +01:00
committed by GitHub
78 changed files with 162 additions and 82 deletions

View File

@@ -1,3 +1,6 @@
## 0.5.6 (2026-03-07)
- Update to latest version from Suncuss/BirdNET-PiPy (changelog : https://github.com/Suncuss/BirdNET-PiPy/releases)
## 0.5.5-2 (04-03-2026)
- Minor bugs fixed

View File

@@ -97,5 +97,5 @@ schema:
ssl: bool?
slug: birdnet-pipy
url: https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-pipy
version: "0.5.5-2"
version: "0.5.6"
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "birdnet-pipy",
"source": "github",
"upstream_repo": "Suncuss/BirdNET-PiPy",
"upstream_version": "0.5.5"
"upstream_version": "0.5.6"
}

View File

@@ -1,4 +1,7 @@
## 1.87.192-ls80 (2026-03-07)
- Update to latest version from linuxserver/docker-brave (changelog : https://github.com/linuxserver/docker-brave/releases)
## 1.87.191-ls79 (2026-02-28)
- Update to latest version from linuxserver/docker-brave (changelog : https://github.com/linuxserver/docker-brave/releases)

View File

@@ -69,5 +69,5 @@ slug: brave
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "1.87.191-ls79"
version: "1.87.192-ls80"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "brave",
"source": "github",
"upstream_repo": "linuxserver/docker-brave",
"upstream_version": "1.87.191-ls79"
"upstream_version": "1.87.192-ls80"
}

View File

@@ -71,5 +71,5 @@ slug: chromium
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "version-0bce4c55"
version: "version-09bef544"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "chromium",
"source": "github",
"upstream_repo": "linuxserver/docker-chromium",
"upstream_version": "version-0bce4c55"
"upstream_version": "version-09bef544"
}

View File

@@ -1,4 +1,7 @@
## 0.54.4 (2026-03-07)
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)
## 0.54.3 (2026-03-02)
- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases)

View File

@@ -34,4 +34,4 @@ schema:
slug: changedetection.io
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io
version: "0.54.3"
version: "0.54.4"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "changedetection.io",
"source": "github",
"upstream_repo": "linuxserver/docker-changedetection.io",
"upstream_version": "0.54.3"
"upstream_version": "0.54.4"
}

View File

@@ -1,3 +1,5 @@
## 19.6.8-3 (06-03-2026)
- Minor bugs fixed
## 19.6.8-2 (2026-03-07)
- Fix argument quoting in cloudcmd launch command

View File

@@ -104,4 +104,4 @@ schema:
slug: cloudcommander
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander
version: "19.6.8-2"
version: "19.6.8-4"

View File

@@ -18,7 +18,9 @@ fi
# Clean symlinks
find /config -maxdepth 1 -type l -delete
find /homeassistant/addons_config -maxdepth 1 -type l -delete
if [ -d /homeassistant/addons_config ]; then
find /homeassistant/addons_config -maxdepth 1 -type l -delete
fi
# Remove erroneous folders
if [ -d /homeassistant ]; then
@@ -30,10 +32,14 @@ if [ -d /homeassistant ]; then
fi
fi
# Create symlinks
ln -s /homeassistant/addons_config /config
ln -s /homeassistant/addons_autoscripts /config
find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*cloudcommander*" -exec ln -s {} /config/addons_config/ \;
# Create symlinks with legacy folders
if [ -d /homeassistant/addons_config ]; then
ln -s /homeassistant/addons_config /config
find /addon_configs/ -maxdepth 1 -mindepth 1 -type d -not -name "*cloudcommander*" -exec ln -s {} /config/addons_config/ \;
fi
if [ -d /homeassistant/addons_autoscripts ]; then
ln -s /homeassistant/addons_autoscripts /config
fi
#################
# NGINX SETTING #

View File

@@ -1,4 +1,7 @@
## 1.9.23 (2026-03-07)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)
## 1.9.21 (2026-02-28)
- Update to latest version from ajslater/codex (changelog : https://github.com/ajslater/codex/releases)

View File

@@ -101,4 +101,4 @@ schema:
slug: codex
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "1.9.21"
version: "1.9.23"

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "codex",
"source": "github",
"upstream_repo": "ajslater/codex",
"upstream_version": "1.9.21"
"upstream_version": "1.9.23"
}

View File

@@ -1,4 +1,7 @@
## 1.7.21 (2026-03-07)
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)
## 1.3.16 (2026-02-28)
- Update to latest version from ente-io/ente (changelog : https://github.com/ente-io/ente/releases)

View File

@@ -120,6 +120,6 @@ schema:
slug: ente
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "1.3.16"
version: "1.7.21"
video: true
webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "ente",
"source": "github",
"upstream_repo": "ente-io/ente",
"upstream_version": "1.3.16"
"upstream_version": "1.7.21"
}

View File

@@ -1,4 +1,7 @@
## debian-2026-03-06 (2026-03-06)
- Update to latest version from charlocharlie/epicgames-freegames
## debian-2026-02-28 (2026-02-28)
- Update to latest version from charlocharlie/epicgames-freegames

View File

@@ -88,5 +88,5 @@ schema:
slug: epicgamesfree
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "debian-2026-02-28"
version: "debian-2026-03-06"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"

View File

@@ -2,10 +2,10 @@
"dockerhub_by_date": true,
"dockerhub_list_size": 2,
"github_exclude": "-",
"last_update": "2026-02-28",
"last_update": "2026-03-06",
"repository": "alexbelgium/hassio-addons",
"slug": "epicgamesfree",
"source": "dockerhub",
"upstream_repo": "charlocharlie/epicgames-freegames",
"upstream_version": "debian-2026-02-28"
"upstream_version": "debian-2026-03-06"
}

View File

@@ -1,4 +1,7 @@
## 2.61.2 (2026-03-07)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)
## 2.61.0 (2026-02-28)
- Update to latest version from filebrowser/filebrowser (changelog : https://github.com/filebrowser/filebrowser/releases)

View File

@@ -123,4 +123,4 @@ schema:
slug: filebrowser
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.61.0"
version: "2.61.2"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "filebrowser",
"source": "github",
"upstream_repo": "filebrowser/filebrowser",
"upstream_version": "2.61.0"
"upstream_version": "2.61.2"
}

View File

@@ -1,4 +1,7 @@
## 6.5.4 (2026-03-07)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.5.1 (2026-02-28)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)

View File

@@ -104,5 +104,5 @@ slug: fireflyiii
startup: services
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "6.5.1"
version: "6.5.4"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "develop",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii",
"source": "github",
"upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.5.1"
"upstream_version": "6.5.4"
}

View File

@@ -1,4 +1,7 @@
## 2.2.0 (2026-03-07)
- Update to latest version from firefly-iii/data-importer (changelog : https://github.com/firefly-iii/data-importer/releases)
## 2.1.1-3 (2026-02-27)
- Fix boot failure due to unbound JSON_CONFIGURATION_DIR variable (https://github.com/alexbelgium/hassio-addons/issues/1852)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.1.1"
ARG BUILD_UPSTREAM="2.2.0"
FROM ${BUILD_FROM}
##################

View File

@@ -101,5 +101,5 @@ schema:
slug: fireflyiii_data_importer
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.1.1-3"
version: "2.2.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "develop",
"last_update": "2026-02-21",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii_data_importer",
"source": "github",
"upstream_repo": "firefly-iii/data-importer",
"upstream_version": "2.1.1"
"upstream_version": "2.2.0"
}

View File

@@ -1,4 +1,7 @@
## 3.19.0 (2026-03-07)
- Update to latest version from wiserain/flexget
## 3.18.52 (2026-02-28)
- Update to latest version from wiserain/flexget

View File

@@ -95,5 +95,5 @@ schema:
slug: flexget
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "3.18.52"
version: "3.19.0"
webui: "[PROTO:ssl]://[HOST]:[PORT:5050]"

View File

@@ -1,9 +1,9 @@
{
"dockerhub_list_size": "10",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "flexget",
"source": "dockerhub",
"upstream_repo": "wiserain/flexget",
"upstream_version": "3.18.52"
"upstream_version": "3.19.0"
}

View File

@@ -1,4 +1,7 @@
## 1.0.32.0 (2026-03-07)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)
## 1.0.31.0 (2026-01-21)
- Update to latest version from immichFrame/ImmichFrame (changelog : https://github.com/immichFrame/ImmichFrame/releases)

View File

@@ -23,5 +23,5 @@ schema:
TZ: str?
slug: immich_frame
url: https://github.com/alexbelgium/hassio-addons
version: "1.0.31.0"
version: "1.0.32.0"
webui: http://[HOST]:[PORT:8080]

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-01-21",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "immich_frame",
"source": "github",
"upstream_repo": "immichFrame/ImmichFrame",
"upstream_version": "1.0.31.0"
"upstream_version": "1.0.32.0"
}

View File

@@ -1,4 +1,7 @@
## 0.20.0 (2026-03-07)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)
## 0.19.1 (2026-02-07)
- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -30,5 +30,5 @@ schema:
IMMICH_URL: str
slug: immich_power_tools
url: https://github.com/alexbelgium/hassio-addons
version: "0.19.1"
version: "0.20.0"
webui: http://[HOST]:[PORT:3000]

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "2026-02-07",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "immich-power-tools",
"source": "github",
"upstream_repo": "varun-raj/immich-power-tools",
"upstream_version": "0.19.1"
"upstream_version": "0.20.0"
}

View File

@@ -1,4 +1,7 @@
## 0.24.1292 (2026-03-07)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)
## 0.24.1247 (2026-03-02)
- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases)

View File

@@ -106,5 +106,5 @@ schema:
slug: jackett_nas
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/jackett
version: "0.24.1247"
version: "0.24.1292"
webui: http://[HOST]:[PORT:9117]

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "jackett",
"source": "github",
"upstream_repo": "linuxserver/docker-jackett",
"upstream_version": "0.24.1247"
"upstream_version": "0.24.1292"
}

View File

@@ -1,3 +1,6 @@
## 26.3.7 (2026-03-07)
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)
## 26.2.6-4 (18-02-2026)
- Minor bugs fixed
## 26.2.6-3 (17-02-2026)

View File

@@ -50,4 +50,4 @@ slug: netalertx
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "26.2.6-4"
version: "26.3.7"

View File

@@ -1,9 +1,9 @@
{
"last_update": "2026-01-17",
"last_update": "2026-03-07",
"paused": "false",
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx",
"source": "github",
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "26.2.6"
"upstream_version": "26.3.7"
}

View File

@@ -1,3 +1,6 @@
## 26.3.7 (2026-03-07)
- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases)
## 26.2.6-4 (18-02-2026)
- Minor bugs fixed

View File

@@ -51,4 +51,4 @@ slug: netalertx_fa
tmpfs: true
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "26.2.6-4"
version: "26.3.7"

View File

@@ -1,9 +1,9 @@
{
"last_update": "2026-02-07",
"last_update": "2026-03-07",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "netalertx_fa",
"source": "github",
"upstream_repo": "jokob-sk/NetAlertX",
"upstream_version": "26.2.6"
"upstream_version": "26.3.7"
}

View File

@@ -1,4 +1,7 @@
## v26.0-ls233 (2026-03-07)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)
## v26.0-ls232 (2026-02-28)
- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases)

View File

@@ -104,4 +104,4 @@ schema:
slug: nzbget
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "v26.0-ls232"
version: "v26.0-ls233"

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "nzbget",
"source": "github",
"upstream_repo": "linuxserver/docker-nzbget",
"upstream_version": "v26.0-ls232"
"upstream_version": "v26.0-ls233"
}

View File

@@ -1,3 +1,6 @@
## ubuntu-2026-03-05 (2026-03-05)
- Update to latest version from photoprism/photoprism
## ubuntu-2025-11-30-4 (26-02-2026)
- Minor bugs fixed
## ubuntu-2025-11-30-3 (2026-01-10)

View File

@@ -131,5 +131,5 @@ services:
slug: photoprism
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "ubuntu-2025-11-30-4"
version: "ubuntu-2026-03-05"
video: true

View File

@@ -1,11 +1,11 @@
{
"dockerhub_by_date": "true",
"github_fulltag": "true",
"last_update": "2025-11-30",
"last_update": "2026-03-05",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "photoprism",
"source": "dockerhub",
"upstream_repo": "photoprism/photoprism",
"upstream_version": "ubuntu-2025-11-30"
"upstream_version": "ubuntu-2026-03-05"
}

View File

@@ -1,4 +1,7 @@
## nightly-2.3.3.5292-ls225 (2026-03-07)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)
## nightly-2.3.3.5285-ls224 (2026-02-21)
- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases)

View File

@@ -109,5 +109,5 @@ schema:
slug: prowlarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "nightly-2.3.3.5285-ls224"
version: "nightly-2.3.3.5292-ls225"
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"

View File

@@ -1,10 +1,10 @@
{
"github_beta": "true",
"github_fulltag": "true",
"last_update": "2026-02-21",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "prowlarr",
"source": "github",
"upstream_repo": "linuxserver/docker-prowlarr",
"upstream_version": "nightly-2.3.3.5285-ls224"
"upstream_version": "nightly-2.3.3.5292-ls225"
}

View File

@@ -1,4 +1,7 @@
## v1.41.0 (2026-03-07)
- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases)
## v1.37.0 (2026-02-28)
- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases)

View File

@@ -113,4 +113,4 @@ schema:
slug: scrutiny
udev: true
url: https://github.com/Starosdev/scrutiny
version: "v1.37.0"
version: "v1.41.0"

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": "true",
"last_update": "2026-02-28",
"last_update": "2026-03-07",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "scrutiny",
"source": "github",
"upstream_repo": "Starosdev/scrutiny",
"upstream_version": "v1.37.0"
"upstream_version": "v1.41.0"
}

View File

@@ -1,4 +1,7 @@
## v1.41.0 (2026-03-07)
- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases)
## v1.39.0 (2026-03-02)
- Update to latest version from Starosdev/scrutiny (changelog : https://github.com/Starosdev/scrutiny/releases)

View File

@@ -45,4 +45,4 @@ schema:
slug: scrutiny_fa
udev: true
url: https://github.com/Starosdev/scrutiny
version: "v1.39.0"
version: "v1.41.0"

View File

@@ -1,10 +1,10 @@
{
"github_fulltag": "true",
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"paused": false,
"repository": "alexbelgium/hassio-addons",
"slug": "scrutiny_fa",
"source": "github",
"upstream_repo": "Starosdev/scrutiny",
"upstream_version": "v1.39.0"
"upstream_version": "v1.41.0"
}

View File

@@ -1,4 +1,7 @@
## 1.6.0 (2026-03-07)
- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases)
## 1.5.0 (2026-03-02)
- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases)
## 1.4.0-2 (26-02-2026)

View File

@@ -1,5 +1,5 @@
name: Social to Mealie
version: "1.5.0"
version: "1.6.0"
slug: social_to_mealie
description: Import recipes from social media directly into Mealie
url: https://github.com/alexbelgium/hassio-addons

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"dockerhub_list_size": 2,
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "social_to_mealie",
"source": "github",
"upstream_repo": "GerardPolloRebozado/social-to-mealie",
"upstream_version": "1.5.0"
"upstream_version": "1.6.0"
}

View File

@@ -1,4 +1,7 @@
## 2.61.01 (2026-03-07)
- Update to latest version from haveagitgat/tdarr
## 2.59.03 (2026-03-02)
- Update to latest version from haveagitgat/tdarr
## 2.58.02-2 (26-02-2026)

View File

@@ -122,6 +122,6 @@ schema:
slug: tdarr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "2.59.03"
version: "2.61.01"
video: true
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "pro",
"last_update": "2026-03-02",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "tdarr",
"source": "dockerhub",
"upstream_repo": "haveagitgat/tdarr",
"upstream_version": "2.59.03"
"upstream_version": "2.61.01"
}

View File

@@ -1,3 +1,6 @@
## v0.15.0 (2026-03-07)
- Update to latest version from Unpackerr/unpackerr (changelog : https://github.com/Unpackerr/unpackerr/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## v0.14.5-2 (2025-07-23)

View File

@@ -100,4 +100,4 @@ schema:
slug: unpackerr
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: v0.14.5-2
version: "v0.15.0"

View File

@@ -1,10 +1,10 @@
{
"dockerhub_by_date": true,
"github_fulltag": true,
"last_update": "12-07-2025",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "unpackerr",
"source": "github",
"upstream_repo": "Unpackerr/unpackerr",
"upstream_version": "v0.14.5"
"upstream_version": "v0.15.0"
}

View File

@@ -1,4 +1,7 @@
## 4.109.5 (2026-03-07)
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)
## 4.109.2 (2026-02-14)
- Update to latest version from linuxserver/docker-code-server (changelog : https://github.com/linuxserver/docker-code-server/releases)

View File

@@ -101,5 +101,5 @@ schema:
slug: code-server
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
version: "4.109.2"
version: "4.109.5"
webui: "[PROTO:ssl]://[HOST]:[PORT:8443]"

View File

@@ -1,8 +1,8 @@
{
"last_update": "2026-02-14",
"last_update": "2026-03-07",
"repository": "alexbelgium/hassio-addons",
"slug": "code-server",
"source": "github",
"upstream_repo": "linuxserver/docker-code-server",
"upstream_version": "4.109.2"
"upstream_version": "4.109.5"
}