Compare commits

...

31 Commits

Author SHA1 Message Date
github-actions
3013387c7e GitHub bot: changelog 2026-03-07 11:12:45 +00:00
Alexandre
a42301c494 Merge pull request #2562 from alexbelgium/copilot/fix-cloudcmd-file-not-found
Fix CloudCommander argument quoting in launch command
2026-03-07 12:05:01 +01:00
Alexandre
07efbb5272 Merge branch 'master' into copilot/fix-cloudcmd-file-not-found 2026-03-07 12:04:53 +01:00
copilot-swe-agent[bot]
0819cdff8b Increment version to 19.6.8-2 and update changelog
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-07 09:33:41 +00:00
alexbelgium
8eed407509 Updater bot : zzz_archived_code-server updated to 4.109.5 2026-03-07 06:45:31 +01:00
alexbelgium
4d57d79db0 Updater bot : unpackerr updated to v0.15.0 2026-03-07 06:44:33 +01:00
alexbelgium
4f99299934 Updater bot : tdarr updated to 2.61.01 2026-03-07 06:44:21 +01:00
alexbelgium
f338d5a7d1 Updater bot : social_to_mealie updated to 1.6.0 2026-03-07 06:44:07 +01:00
alexbelgium
89f9a068f5 Updater bot : scrutiny_fa updated to v1.41.0 2026-03-07 06:43:56 +01:00
alexbelgium
a9e2e5895b Updater bot : scrutiny updated to v1.41.0 2026-03-07 06:43:53 +01:00
alexbelgium
9f3110d3c2 Updater bot : prowlarr updated to nightly-2.3.3.5292-ls225 2026-03-07 06:43:33 +01:00
alexbelgium
cea9f733ba Updater bot : photoprism updated to ubuntu-2026-03-05 2026-03-07 06:43:17 +01:00
alexbelgium
671b3e79ba Updater bot : nzbget updated to v26.0-ls233 2026-03-07 06:43:08 +01:00
alexbelgium
cd96afd2a6 Updater bot : netalertx_fa updated to 26.3.7 2026-03-07 06:43:02 +01:00
alexbelgium
2e8c92ea0d Updater bot : netalertx updated to 26.3.7 2026-03-07 06:42:59 +01:00
alexbelgium
5ff4d786eb Updater bot : jackett updated to 0.24.1292 2026-03-07 06:42:13 +01:00
alexbelgium
70b6433e3d Updater bot : immich_power_tools updated to 0.20.0 2026-03-07 06:42:08 +01:00
alexbelgium
e2fc419c3c Updater bot : immich_frame updated to 1.0.32.0 2026-03-07 06:41:59 +01:00
alexbelgium
b2b75acfea Updater bot : flexget updated to 3.19.0 2026-03-07 06:41:34 +01:00
alexbelgium
724926ad09 Updater bot : fireflyiii_data_importer updated to 2.2.0 2026-03-07 06:41:28 +01:00
alexbelgium
8d6574f467 Updater bot : fireflyiii updated to 6.5.4 2026-03-07 06:41:25 +01:00
alexbelgium
f8fcf09eeb Updater bot : filebrowser updated to 2.61.2 2026-03-07 06:41:18 +01:00
alexbelgium
f852964a5a Updater bot : epicgamesfree updated to debian-2026-03-06 2026-03-07 06:41:14 +01:00
alexbelgium
1cb89a5e8f Updater bot : ente updated to 1.7.21 2026-03-07 06:41:12 +01:00
alexbelgium
4db9441aab Updater bot : codex updated to 1.9.23 2026-03-07 06:40:53 +01:00
alexbelgium
8a026bd852 Updater bot : changedetection.io updated to 0.54.4 2026-03-07 06:40:44 +01:00
alexbelgium
42303a3a4e Updater bot : browser_chromium updated to version-09bef544 2026-03-07 06:40:32 +01:00
alexbelgium
97b022df09 Updater bot : browser_brave updated to 1.87.192-ls80 2026-03-07 06:40:23 +01:00
alexbelgium
4071b45727 Updater bot : birdnet-pipy updated to 0.5.6 2026-03-07 06:39:44 +01:00
copilot-swe-agent[bot]
383f9eaf21 Fix cloudcmd argument quoting: use unquoted expansion for proper CLI arg passing
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-06 17:27:54 +00:00
copilot-swe-agent[bot]
668c11eb28 Initial plan 2026-03-06 17:21:44 +00:00
78 changed files with 156 additions and 78 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,6 +1,11 @@
## 19.6.8-4 (07-03-2026)
- Minor bugs fixed
## 19.6.8-3 (06-03-2026)
- Minor bugs fixed
## 19.6.8-2 (2026-03-07)
- Fix argument quoting in cloudcmd launch command
## 19.6.8 (2026-02-28)
- Update to latest version from coderaiser/cloudcmd (changelog : https://github.com/coderaiser/cloudcmd/releases)

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-3"
version: "19.6.8-4"

View File

@@ -98,7 +98,8 @@ else
bashio::log.error "Cloud Commander binary not found in /usr/src/app/bin or PATH."
exit 1
fi
"$CLOUDCMD_BIN" '"'"$DROPBOX_TOKEN""$CUSTOMOPTIONS"'"' &
# shellcheck disable=SC2086
"$CLOUDCMD_BIN" $DROPBOX_TOKEN $CUSTOMOPTIONS &
bashio::net.wait_for 8000 localhost 900 || true
bashio::log.info "Started !"
exec nginx

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"
}