From bcae7caf914260184debf208f55d11531f229010 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:55:41 +0100 Subject: [PATCH 01/35] Updater bot : changedetection.io updated to 0.49.3 --- changedetection.io/CHANGELOG.md | 3 +++ changedetection.io/config.json | 2 +- changedetection.io/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index 17b00a8a8..216925f38 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.49.3 (01-03-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) + ## 0.49.2 (21-02-2025) - Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) diff --git a/changedetection.io/config.json b/changedetection.io/config.json index 8a831ffe8..b445fe9b0 100644 --- a/changedetection.io/config.json +++ b/changedetection.io/config.json @@ -36,6 +36,6 @@ "slug": "changedetection.io", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io", - "version": "0.49.2", + "version": "0.49.3", "webui": "http://[HOST]:[PORT:5000]" } diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index 58b4c2a8d..c3e5ece43 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.49.2" + "upstream_version": "0.49.3" } From 77720b518188d8dc334ec3ec5b6b62564a93f430 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:55:51 +0100 Subject: [PATCH 02/35] Updater bot : emby updated to 4.9.0.40 --- emby/CHANGELOG.md | 3 +++ emby/Dockerfile | 2 +- emby/config.json | 2 +- emby/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 2f2035100..a8bd8d749 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.9.0.40 (01-03-2025) +- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) + ## 4.9.0.38 (08-02-2025) - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) diff --git a/emby/Dockerfile b/emby/Dockerfile index 28e038140..6470266ad 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.9.0.38" +ARG BUILD_UPSTREAM="4.9.0.40" FROM ${BUILD_FROM} ################## diff --git a/emby/config.json b/emby/config.json index def09fc30..2b14e3ba8 100644 --- a/emby/config.json +++ b/emby/config.json @@ -126,6 +126,6 @@ "slug": "emby_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "version": "4.9.0.38", + "version": "4.9.0.40", "video": true } diff --git a/emby/updater.json b/emby/updater.json index 2fe5534fa..5ec9bd334 100644 --- a/emby/updater.json +++ b/emby/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "08-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "emby", "source": "github", "upstream_repo": "linuxserver/docker-emby", - "upstream_version": "4.9.0.38" + "upstream_version": "4.9.0.40" } From 744d848156647cdc8ace0b55190925fe3ca8d308 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:00 +0100 Subject: [PATCH 03/35] Updater bot : epicgamesfree updated to debian-2025-02-28 --- epicgamesfree/CHANGELOG.md | 3 +++ epicgamesfree/config.json | 2 +- epicgamesfree/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/epicgamesfree/CHANGELOG.md b/epicgamesfree/CHANGELOG.md index e41e2082e..8ff8a060b 100644 --- a/epicgamesfree/CHANGELOG.md +++ b/epicgamesfree/CHANGELOG.md @@ -1,4 +1,7 @@ +## debian-2025-02-28 (2025-02-28) +- Update to latest version from charlocharlie/epicgames-freegames + ## debian-2025-01-23 (2025-01-23) - Update to latest version from charlocharlie/epicgames-freegames diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index 149f0ecd9..f1cb0f61f 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -86,6 +86,6 @@ "slug": "epicgamesfree", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "debian-2025-01-23", + "version": "debian-2025-02-28", "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" } diff --git a/epicgamesfree/updater.json b/epicgamesfree/updater.json index 47a7646af..f5aaa029d 100644 --- a/epicgamesfree/updater.json +++ b/epicgamesfree/updater.json @@ -2,10 +2,10 @@ "dockerhub_by_date": true, "dockerhub_list_size": 2, "github_exclude": "-", - "last_update": "2025-01-23", + "last_update": "2025-02-28", "repository": "alexbelgium/hassio-addons", "slug": "epicgamesfree", "source": "dockerhub", "upstream_repo": "charlocharlie/epicgames-freegames", - "upstream_version": "debian-2025-01-23" + "upstream_version": "debian-2025-02-28" } From 825d7771b1b918ee361bc92d3e1362949814bbb0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:04 +0100 Subject: [PATCH 04/35] Updater bot : fireflyiii updated to 20250222.5 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.json | 2 +- fireflyiii/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index fc8fb967d..efcc2134c 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20250222.5 (01-03-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 20250220.2 (22-02-2025) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 05ae555bf..0fa684df8 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -111,6 +111,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "20250220.2", + "version": "20250222.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index b776444bc..b0c736da5 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "20250220.2" + "upstream_version": "20250222.5" } From 984597da15e783f191270aaed18c46d389bfdd01 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:12 +0100 Subject: [PATCH 05/35] Updater bot : flexget updated to 3.15.17 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 2 +- flexget/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 2ca8d3234..8a0e315a5 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.15.17 (01-03-2025) +- Update to latest version from wiserain/flexget + ## 3.15.11 (22-02-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 3106953cc..e950af351 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -101,6 +101,6 @@ "slug": "flexget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.15.11", + "version": "3.15.17", "webui": "[PROTO:ssl]://[HOST]:[PORT:5050]" } diff --git a/flexget/updater.json b/flexget/updater.json index a06cf1e73..6a0a2dce4 100644 --- a/flexget/updater.json +++ b/flexget/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": "10", - "last_update": "22-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "flexget", "source": "dockerhub", "upstream_repo": "wiserain/flexget", - "upstream_version": "3.15.11" + "upstream_version": "3.15.17" } From ffc423bcc750f83e6e39d8856a4ba57c3261d2d4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:30 +0100 Subject: [PATCH 06/35] Updater bot : immich updated to 1.128.0 --- immich/CHANGELOG.md | 3 +++ immich/config.json | 2 +- immich/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index a2e364c72..071101806 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.128.0 (01-03-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.126.1-14 (20-02-2025) - Minor bugs fixed diff --git a/immich/config.json b/immich/config.json index e91d96dd6..71440326e 100644 --- a/immich/config.json +++ b/immich/config.json @@ -148,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.126.1-14", + "version": "1.128.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index db311236b..114edab2e 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.126.1" + "upstream_version": "1.128.0" } From c906d1a0a1f086241487f8cd831857d9d1c658e6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:33 +0100 Subject: [PATCH 07/35] Updater bot : immich_cuda updated to 1.128.0 --- immich_cuda/CHANGELOG.md | 3 + immich_cuda/Dockerfile | 158 ++++++++++++++++++++++++++++++++++++++- immich_cuda/config.json | 2 +- immich_cuda/updater.json | 4 +- 4 files changed, 163 insertions(+), 4 deletions(-) mode change 120000 => 100644 immich_cuda/Dockerfile diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 7e964152f..e80b31864 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.128.0 (01-03-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.126.1-10 (18-02-2025) - Minor bugs fixed ## 1.126.1-7 (16-02-2025) diff --git a/immich_cuda/Dockerfile b/immich_cuda/Dockerfile deleted file mode 120000 index 00fe01b0e..000000000 --- a/immich_cuda/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -../immich/Dockerfile \ No newline at end of file diff --git a/immich_cuda/Dockerfile b/immich_cuda/Dockerfile new file mode 100644 index 000000000..1bf7fba0f --- /dev/null +++ b/immich_cuda/Dockerfile @@ -0,0 +1,157 @@ +#============================# +# ALEXBELGIUM'S DOCKERFILE # +#============================# +# _.------. +# _.-` ('>.-`"""-. +# '.--'` _'` _ .--.) +# -' '-.-';` ` +# ' - _.' ``'--. +# d '---` .-'""` +# /` +#=== Home Assistant Addon ===# + +################# +# 1 Build Image # +################# + +ARG BUILD_VERSION +ARG BUILD_FROM +FROM $BUILD_FROM + +################## +# 2 Modify Image # +################## + +# Set S6 wait time +ENV S6_CMD_WAIT_FOR_SERVICES=1 \ + S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ + S6_SERVICES_GRACETIME=0 + +USER root + +# Global LSIO modifications +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" +ARG CONFIGLOCATION="/config" +RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh + +# Install REDIS +ENV DOCKER_MODS="imagegenius/mods:universal-redis" + +# && chmod 777 -R /docker-mods \ +# && /./docker-mods/* || ls / \ +# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi +#ENV DOCKER_MODS="" + +################## +# 3 Install apps # +################## + +# Add rootfs +COPY rootfs/ / + +# Uses /bin for compatibility purposes +# hadolint ignore=DL4005 +RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ + if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi + +# Modules +ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.sh 00-smb_mounts.sh" + +# Automatic modules download +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh + +# Manual apps +ENV PACKAGES="sudo yamllint pip jq" + +# Automatic apps & bashio +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" +RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh + +################ +# 4 Entrypoint # +################ + +# Add entrypoint +ENV S6_STAGE2_HOOK=/ha_entrypoint.sh +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh" + +# Entrypoint modifications +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" +RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh + +RUN sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run + +# Install dependencies +SHELL ["/bin/bash", "-o", "pipefail", "-c"] +RUN apt-get update && apt-get install -y --no-install-recommends \ + lsb-release \ + wget \ + gnupg && \ + echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \ + wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \ + apt-get update && \ + apt-get install -y --no-install-recommends postgresql-client-15 + +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/ha_entrypoint.sh" ] + +############ +# 5 Labels # +############ + +ARG BUILD_ARCH +ARG BUILD_DATE +ARG BUILD_DESCRIPTION +ARG BUILD_NAME +ARG BUILD_REF +ARG BUILD_REPOSITORY +ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" +LABEL \ + io.hass.name="${BUILD_NAME}" \ + io.hass.description="${BUILD_DESCRIPTION}" \ + io.hass.arch="${BUILD_ARCH}" \ + io.hass.type="addon" \ + io.hass.version=${BUILD_VERSION} \ + maintainer="alexbelgium (https://github.com/alexbelgium)" \ + org.opencontainers.image.title="${BUILD_NAME}" \ + org.opencontainers.image.description="${BUILD_DESCRIPTION}" \ + org.opencontainers.image.vendor="Home Assistant Add-ons" \ + org.opencontainers.image.authors="alexbelgium (https://github.com/alexbelgium)" \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.url="https://github.com/alexbelgium" \ + org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \ + org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REF} \ + org.opencontainers.image.version=${BUILD_VERSION} + +################# +# 6 Healthcheck # +################# + +# Avoid spamming logs +# hadolint ignore=SC2016 +RUN \ + # Handle Apache configuration + if [ -d /etc/apache2/sites-available ]; then \ + for file in /etc/apache2/sites-*/*.conf; do \ + sed -i '/ /etc/nginx/nginx.conf.new && \ + mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ + fi + +ENV HEALTH_PORT="8080" \ + HEALTH_URL="/api/server/ping" +HEALTHCHECK \ + --interval=5s \ + --retries=5 \ + --start-period=30s \ + --timeout=25s \ + CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || exit 1 diff --git a/immich_cuda/config.json b/immich_cuda/config.json index b22e0c6e9..3916dea5f 100644 --- a/immich_cuda/config.json +++ b/immich_cuda/config.json @@ -148,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.126.1-10", + "version": "1.128.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_cuda/updater.json b/immich_cuda/updater.json index db311236b..114edab2e 100644 --- a/immich_cuda/updater.json +++ b/immich_cuda/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.126.1" + "upstream_version": "1.128.0" } From 757ca968646d1c5e309e62e1a175c8d83951e0b0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:37 +0100 Subject: [PATCH 08/35] Updater bot : immich_openvino updated to 1.128.0 --- immich_openvino/CHANGELOG.md | 3 + immich_openvino/Dockerfile | 158 ++++++++++++++++++++++++++++++++++- immich_openvino/config.json | 2 +- immich_openvino/updater.json | 4 +- 4 files changed, 163 insertions(+), 4 deletions(-) mode change 120000 => 100644 immich_openvino/Dockerfile diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index d3997d0e5..1a99ec323 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.128.0 (01-03-2025) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) ## 1.126.1-12 (20-02-2025) - Minor bugs fixed ## 1.126.1-11 (19-02-2025) diff --git a/immich_openvino/Dockerfile b/immich_openvino/Dockerfile deleted file mode 120000 index 00fe01b0e..000000000 --- a/immich_openvino/Dockerfile +++ /dev/null @@ -1 +0,0 @@ -../immich/Dockerfile \ No newline at end of file diff --git a/immich_openvino/Dockerfile b/immich_openvino/Dockerfile new file mode 100644 index 000000000..1bf7fba0f --- /dev/null +++ b/immich_openvino/Dockerfile @@ -0,0 +1,157 @@ +#============================# +# ALEXBELGIUM'S DOCKERFILE # +#============================# +# _.------. +# _.-` ('>.-`"""-. +# '.--'` _'` _ .--.) +# -' '-.-';` ` +# ' - _.' ``'--. +# d '---` .-'""` +# /` +#=== Home Assistant Addon ===# + +################# +# 1 Build Image # +################# + +ARG BUILD_VERSION +ARG BUILD_FROM +FROM $BUILD_FROM + +################## +# 2 Modify Image # +################## + +# Set S6 wait time +ENV S6_CMD_WAIT_FOR_SERVICES=1 \ + S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ + S6_SERVICES_GRACETIME=0 + +USER root + +# Global LSIO modifications +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" +ARG CONFIGLOCATION="/config" +RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh + +# Install REDIS +ENV DOCKER_MODS="imagegenius/mods:universal-redis" + +# && chmod 777 -R /docker-mods \ +# && /./docker-mods/* || ls / \ +# && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi +#ENV DOCKER_MODS="" + +################## +# 3 Install apps # +################## + +# Add rootfs +COPY rootfs/ / + +# Uses /bin for compatibility purposes +# hadolint ignore=DL4005 +RUN if [ ! -f /bin/sh ] && [ -f /usr/bin/sh ]; then ln -s /usr/bin/sh /bin/sh; fi && \ + if [ ! -f /bin/bash ] && [ -f /usr/bin/bash ]; then ln -s /usr/bin/bash /bin/bash; fi + +# Modules +ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 00-local_mounts.sh 00-smb_mounts.sh" + +# Automatic modules download +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN chmod 744 /ha_automodules.sh && /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh + +# Manual apps +ENV PACKAGES="sudo yamllint pip jq" + +# Automatic apps & bashio +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh" +RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh + +################ +# 4 Entrypoint # +################ + +# Add entrypoint +ENV S6_STAGE2_HOOK=/ha_entrypoint.sh +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh" + +# Entrypoint modifications +ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" +RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh + +RUN sed -i "s|postgresql-16|postgresql-15|g" /etc/s6-overlay/s6-rc.d/init-test-run/run + +# Install dependencies +SHELL ["/bin/bash", "-o", "pipefail", "-c"] +RUN apt-get update && apt-get install -y --no-install-recommends \ + lsb-release \ + wget \ + gnupg && \ + echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \ + wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \ + apt-get update && \ + apt-get install -y --no-install-recommends postgresql-client-15 + +#ENTRYPOINT [ "/usr/bin/env" ] +#CMD [ "/ha_entrypoint.sh" ] + +############ +# 5 Labels # +############ + +ARG BUILD_ARCH +ARG BUILD_DATE +ARG BUILD_DESCRIPTION +ARG BUILD_NAME +ARG BUILD_REF +ARG BUILD_REPOSITORY +ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" +LABEL \ + io.hass.name="${BUILD_NAME}" \ + io.hass.description="${BUILD_DESCRIPTION}" \ + io.hass.arch="${BUILD_ARCH}" \ + io.hass.type="addon" \ + io.hass.version=${BUILD_VERSION} \ + maintainer="alexbelgium (https://github.com/alexbelgium)" \ + org.opencontainers.image.title="${BUILD_NAME}" \ + org.opencontainers.image.description="${BUILD_DESCRIPTION}" \ + org.opencontainers.image.vendor="Home Assistant Add-ons" \ + org.opencontainers.image.authors="alexbelgium (https://github.com/alexbelgium)" \ + org.opencontainers.image.licenses="MIT" \ + org.opencontainers.image.url="https://github.com/alexbelgium" \ + org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \ + org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \ + org.opencontainers.image.created=${BUILD_DATE} \ + org.opencontainers.image.revision=${BUILD_REF} \ + org.opencontainers.image.version=${BUILD_VERSION} + +################# +# 6 Healthcheck # +################# + +# Avoid spamming logs +# hadolint ignore=SC2016 +RUN \ + # Handle Apache configuration + if [ -d /etc/apache2/sites-available ]; then \ + for file in /etc/apache2/sites-*/*.conf; do \ + sed -i '/ /etc/nginx/nginx.conf.new && \ + mv /etc/nginx/nginx.conf.new /etc/nginx/nginx.conf; \ + fi + +ENV HEALTH_PORT="8080" \ + HEALTH_URL="/api/server/ping" +HEALTHCHECK \ + --interval=5s \ + --retries=5 \ + --start-period=30s \ + --timeout=25s \ + CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || exit 1 diff --git a/immich_openvino/config.json b/immich_openvino/config.json index 92dc3babf..a17e321db 100644 --- a/immich_openvino/config.json +++ b/immich_openvino/config.json @@ -148,7 +148,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", "usb": true, - "version": "1.126.1-12", + "version": "1.128.0", "video": true, "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich_openvino/updater.json b/immich_openvino/updater.json index db311236b..114edab2e 100644 --- a/immich_openvino/updater.json +++ b/immich_openvino/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.126.1" + "upstream_version": "1.128.0" } From 9bb9964b5f6737a0c681b30b8f06ff168286946a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:46 +0100 Subject: [PATCH 09/35] Updater bot : jackett updated to 0.22.1462 --- jackett/CHANGELOG.md | 3 +++ jackett/config.json | 2 +- jackett/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index d0ee8b1f6..90492417a 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.22.1462 (01-03-2025) +- Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) + ## 0.22.1447 (21-02-2025) - Update to latest version from linuxserver/docker-jackett (changelog : https://github.com/linuxserver/docker-jackett/releases) diff --git a/jackett/config.json b/jackett/config.json index 952c43c94..83c4a763d 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -111,6 +111,6 @@ "slug": "jackett_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett", - "version": "0.22.1447", + "version": "0.22.1462", "webui": "http://[HOST]:[PORT:9117]" } diff --git a/jackett/updater.json b/jackett/updater.json index aa89fc0ea..c0cf3cbb5 100644 --- a/jackett/updater.json +++ b/jackett/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "jackett", "source": "github", "upstream_repo": "linuxserver/docker-jackett", - "upstream_version": "0.22.1447" + "upstream_version": "0.22.1462" } From a00584f00278543d88d553b5bb6f4698cb911e3e Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:56:57 +0100 Subject: [PATCH 10/35] Updater bot : joplin updated to 3.3.3 --- joplin/CHANGELOG.md | 3 +++ joplin/config.json | 2 +- joplin/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/joplin/CHANGELOG.md b/joplin/CHANGELOG.md index 36091416d..5c85da3f0 100644 --- a/joplin/CHANGELOG.md +++ b/joplin/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.3.3 (01-03-2025) +- Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) + ## 3.3.2 (21-02-2025) - Update to latest version from etechonomy/joplin-server (changelog : https://github.com/etechonomy/joplin-server/releases) diff --git a/joplin/config.json b/joplin/config.json index d166bcb3e..ee46e57e3 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -111,6 +111,6 @@ "slug": "joplin", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.3.2", + "version": "3.3.3", "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]" } diff --git a/joplin/updater.json b/joplin/updater.json index b37dc4af8..4594182f7 100644 --- a/joplin/updater.json +++ b/joplin/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "joplin", "source": "github", "upstream_repo": "etechonomy/joplin-server", - "upstream_version": "3.3.2" + "upstream_version": "3.3.3" } From 43c14356830415f88a8a65f2843c9c47d35aec99 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:08 +0100 Subject: [PATCH 11/35] Updater bot : mealie updated to v2.7.1 --- mealie/CHANGELOG.md | 3 +++ mealie/Dockerfile | 2 +- mealie/config.json | 2 +- mealie/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index cd9c40ef5..4dcb890c8 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,4 +1,7 @@ +## v2.7.1 (01-03-2025) +- Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases) + ## v2.6.0 (08-02-2025) - Update to latest version from mealie-recipes/mealie (changelog : https://github.com/mealie-recipes/mealie/releases) ## v2.5.0-3 (01-02-2025) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 14a216f60..ce57b4ba9 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -22,7 +22,7 @@ ARG SUB_PATH="/mealie/" ENV SUB_PATH=$SUB_PATH WORKDIR /app -ENV MEALIE_VERSION="v2.6.0" +ENV MEALIE_VERSION="v2.7.1" # Clone the Mealie repository to get the frontend source code # hadolint ignore=DL3003 diff --git a/mealie/config.json b/mealie/config.json index d0c90be32..09f9aab61 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.6.0" + "version": "v2.7.1" } diff --git a/mealie/updater.json b/mealie/updater.json index 03c7f8086..a7755ca3d 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -1,11 +1,11 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "08-02-2025", + "last_update": "01-03-2025", "paused": "false", "repository": "alexbelgium/hassio-addons", "slug": "mealie", "source": "github", "upstream_repo": "mealie-recipes/mealie", - "upstream_version": "v2.6.0" + "upstream_version": "v2.7.1" } From 556fbfc8a031d55d929eecdacb05ac7d1db00d20 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:19 +0100 Subject: [PATCH 12/35] Updater bot : netalertx updated to 25.3.1 --- netalertx/CHANGELOG.md | 3 +++ netalertx/config.json | 2 +- netalertx/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/netalertx/CHANGELOG.md b/netalertx/CHANGELOG.md index 87e0586c5..418b66075 100644 --- a/netalertx/CHANGELOG.md +++ b/netalertx/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 25.3.1 (01-03-2025) +- Update to latest version from jokob-sk/NetAlertX (changelog : https://github.com/jokob-sk/NetAlertX/releases) ## 25.2.8-3 (09-02-2025) - Minor bugs fixed ## 25.2.8-2 (09-02-2025) diff --git a/netalertx/config.json b/netalertx/config.json index 242ab5e8e..585c2141e 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -51,5 +51,5 @@ "slug": "netalertx", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "25.2.8-3" + "version": "25.3.1" } diff --git a/netalertx/updater.json b/netalertx/updater.json index 0cac28f57..9e504c8b3 100644 --- a/netalertx/updater.json +++ b/netalertx/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "netalertx", "source": "github", "upstream_repo": "jokob-sk/NetAlertX", - "upstream_version": "25.2.8" + "upstream_version": "25.3.1" } From 3d40c7e4a1aa825eaf33971cba8546a605f3b481 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:23 +0100 Subject: [PATCH 13/35] Updater bot : nextcloud updated to 31.0.0 --- nextcloud/CHANGELOG.md | 3 +++ nextcloud/config.json | 2 +- nextcloud/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/nextcloud/CHANGELOG.md b/nextcloud/CHANGELOG.md index 8fafb9688..3eb8ccc91 100644 --- a/nextcloud/CHANGELOG.md +++ b/nextcloud/CHANGELOG.md @@ -1,4 +1,7 @@ +## 31.0.0 (01-03-2025) +- Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) + ## 30.0.6 (15-02-2025) - Update to latest version from linuxserver/docker-nextcloud (changelog : https://github.com/linuxserver/docker-nextcloud/releases) diff --git a/nextcloud/config.json b/nextcloud/config.json index e41f24dda..53017aff1 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -158,6 +158,6 @@ "uart": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "30.0.6", + "version": "31.0.0", "webui": "https://[HOST]:[PORT:443]" } diff --git a/nextcloud/updater.json b/nextcloud/updater.json index 988943881..6adaf4a63 100644 --- a/nextcloud/updater.json +++ b/nextcloud/updater.json @@ -1,8 +1,8 @@ { - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "nextcloud", "source": "github", "upstream_repo": "linuxserver/docker-nextcloud", - "upstream_version": "30.0.6" + "upstream_version": "31.0.0" } From d96f3eb58a33dfa344580028e3616ae12612536f Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:26 +0100 Subject: [PATCH 14/35] Updater bot : nzbget updated to v24.6-ls183 --- nzbget/CHANGELOG.md | 3 +++ nzbget/config.json | 2 +- nzbget/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/nzbget/CHANGELOG.md b/nzbget/CHANGELOG.md index ae00b825b..51cff30a4 100644 --- a/nzbget/CHANGELOG.md +++ b/nzbget/CHANGELOG.md @@ -1,4 +1,7 @@ +## v24.6-ls183 (01-03-2025) +- Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) + ## v24.5-ls181 (15-02-2025) - Update to latest version from linuxserver/docker-nzbget (changelog : https://github.com/linuxserver/docker-nzbget/releases) ## v24.5-ls180-3 (10-02-2025) diff --git a/nzbget/config.json b/nzbget/config.json index 58d7453a8..be81c1a08 100644 --- a/nzbget/config.json +++ b/nzbget/config.json @@ -112,5 +112,5 @@ "slug": "nzbget", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v24.5-ls181" + "version": "v24.6-ls183" } diff --git a/nzbget/updater.json b/nzbget/updater.json index 5ad883db3..dd3336af5 100644 --- a/nzbget/updater.json +++ b/nzbget/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "nzbget", "source": "github", "upstream_repo": "linuxserver/docker-nzbget", - "upstream_version": "v24.5-ls181" + "upstream_version": "v24.6-ls183" } From 0b8d5f5590f78ef3a06220991268fc3f8e16dc07 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:30 +0100 Subject: [PATCH 15/35] Updater bot : omada_v3 updated to 5.3-amd64-2025-02-22 --- omada_v3/CHANGELOG.md | 3 +++ omada_v3/config.json | 2 +- omada_v3/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/omada_v3/CHANGELOG.md b/omada_v3/CHANGELOG.md index 326ceda26..4bd2c7b3e 100644 --- a/omada_v3/CHANGELOG.md +++ b/omada_v3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.3-amd64-2025-02-22 (2025-02-22) +- Update to latest version from mbentley/omada-controller + ## 5.3-amd64-2025-02-20 (2025-02-20) - Update to latest version from mbentley/omada-controller diff --git a/omada_v3/config.json b/omada_v3/config.json index 805792a55..6aa4cba6a 100644 --- a/omada_v3/config.json +++ b/omada_v3/config.json @@ -111,6 +111,6 @@ "slug": "omada_v3", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.3-amd64-2025-02-20", + "version": "5.3-amd64-2025-02-22", "webui": "http://[HOST]:[PORT:8088]" } diff --git a/omada_v3/updater.json b/omada_v3/updater.json index 7c798461b..5001b48af 100644 --- a/omada_v3/updater.json +++ b/omada_v3/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": true, "github_tagfilter": "5.3-amd64", - "last_update": "2025-02-20", + "last_update": "2025-02-22", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "omada_v3", "source": "dockerhub", "upstream_repo": "mbentley/omada-controller", - "upstream_version": "5.3-amd64-2025-02-20" + "upstream_version": "5.3-amd64-2025-02-22" } From 1d378900b515948a47e52b4c6926b29e467e2185 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:49 +0100 Subject: [PATCH 16/35] Updater bot : photoprism updated to ubuntu-2025-02-28 --- photoprism/CHANGELOG.md | 3 +++ photoprism/config.json | 2 +- photoprism/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/photoprism/CHANGELOG.md b/photoprism/CHANGELOG.md index 343dbc21b..611af349b 100644 --- a/photoprism/CHANGELOG.md +++ b/photoprism/CHANGELOG.md @@ -1,4 +1,7 @@ +## ubuntu-2025-02-28 (2025-02-28) +- Update to latest version from photoprism/photoprism + ## ubuntu-2024-09-15 (2024-09-15) - Update to latest version from photoprism/photoprism diff --git a/photoprism/config.json b/photoprism/config.json index 99c9d63d7..b9966ff70 100644 --- a/photoprism/config.json +++ b/photoprism/config.json @@ -136,6 +136,6 @@ "slug": "photoprism", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "ubuntu-2024-09-15", + "version": "ubuntu-2025-02-28", "video": true } diff --git a/photoprism/updater.json b/photoprism/updater.json index fb186bb13..3e1456219 100644 --- a/photoprism/updater.json +++ b/photoprism/updater.json @@ -1,11 +1,11 @@ { "dockerhub_by_date": "true", "github_fulltag": "true", - "last_update": "2024-09-15", + "last_update": "2025-02-28", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "photoprism", "source": "dockerhub", "upstream_repo": "photoprism/photoprism", - "upstream_version": "ubuntu-2024-09-15" + "upstream_version": "ubuntu-2025-02-28" } From f8f7e39ed0d70fa9b3235816dee686ac2380223c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:53 +0100 Subject: [PATCH 17/35] Updater bot : piwigo updated to 15.4.0 --- piwigo/CHANGELOG.md | 3 +++ piwigo/config.json | 2 +- piwigo/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/piwigo/CHANGELOG.md b/piwigo/CHANGELOG.md index 41d2e3595..5b12594a5 100644 --- a/piwigo/CHANGELOG.md +++ b/piwigo/CHANGELOG.md @@ -1,4 +1,7 @@ +## 15.4.0 (01-03-2025) +- Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) + ## 15.3.0 (21-12-2024) - Update to latest version from linuxserver/docker-piwigo (changelog : https://github.com/linuxserver/docker-piwigo/releases) diff --git a/piwigo/config.json b/piwigo/config.json index 6b504c4ba..b3534fe55 100644 --- a/piwigo/config.json +++ b/piwigo/config.json @@ -108,6 +108,6 @@ "slug": "piwigo", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "15.3.0", + "version": "15.4.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:80]" } diff --git a/piwigo/updater.json b/piwigo/updater.json index befea72e5..8f2e365d1 100644 --- a/piwigo/updater.json +++ b/piwigo/updater.json @@ -1,8 +1,8 @@ { - "last_update": "21-12-2024", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "piwigo", "source": "github", "upstream_repo": "linuxserver/docker-piwigo", - "upstream_version": "15.3.0" + "upstream_version": "15.4.0" } From 55f897484b471f2527d36a985ab9a62b9292b1bc Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:57:56 +0100 Subject: [PATCH 18/35] Updater bot : plex updated to 1.41.4.9463-630c9f557-ls256 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 2 +- plex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index df4142ce6..6aa71fa16 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.41.4.9463-630c9f557-ls256 (01-03-2025) +- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 1.41.4.9463-630c9f557-ls255 (15-02-2025) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) diff --git a/plex/config.json b/plex/config.json index 1c458d6d2..b6370c9cf 100644 --- a/plex/config.json +++ b/plex/config.json @@ -178,7 +178,7 @@ "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", "usb": true, - "version": "1.41.4.9463-630c9f557-ls255", + "version": "1.41.4.9463-630c9f557-ls256", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index b09b4fdc3..2f903aa8d 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.41.4.9463-630c9f557-ls255" + "upstream_version": "1.41.4.9463-630c9f557-ls256" } From 47ca33b75e5753c007010f88f5afff425cf67070 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:00 +0100 Subject: [PATCH 19/35] Updater bot : portainer updated to 2.27.1 --- portainer/CHANGELOG.md | 3 +++ portainer/Dockerfile | 2 +- portainer/config.json | 2 +- portainer/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/portainer/CHANGELOG.md b/portainer/CHANGELOG.md index 194f676ac..93776781d 100644 --- a/portainer/CHANGELOG.md +++ b/portainer/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.27.1 (01-03-2025) +- Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) + ## 2.27.0 (21-02-2025) - Update to latest version from portainer/portainer (changelog : https://github.com/portainer/portainer/releases) diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 177d26cbd..a82f1d552 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -31,7 +31,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ SHELL ["/bin/bash", "-o", "pipefail", "-c"] # Setup base -ARG BUILD_UPSTREAM="2.27.0" +ARG BUILD_UPSTREAM="2.27.1" # spellcheck disable=SC2015 # hadolint ignore=SC2015 diff --git a/portainer/config.json b/portainer/config.json index 4d4493975..3ebf98969 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -47,5 +47,5 @@ "slug": "portainer", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.27.0" + "version": "2.27.1" } diff --git a/portainer/updater.json b/portainer/updater.json index 96b7aba15..8e54c5a60 100644 --- a/portainer/updater.json +++ b/portainer/updater.json @@ -1,9 +1,9 @@ { "github_havingasset": "true", - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "portainer", "source": "github", "upstream_repo": "portainer/portainer", - "upstream_version": "2.27.0" + "upstream_version": "2.27.1" } From cbde0e8c7779bbc7a44d1a3a89270f4ef06c0ef3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:05 +0100 Subject: [PATCH 20/35] Updater bot : prowlarr updated to nightly-1.32.0.4976-ls173 --- prowlarr/CHANGELOG.md | 3 +++ prowlarr/config.json | 2 +- prowlarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index 9d8850c99..696f2faed 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## nightly-1.32.0.4976-ls173 (01-03-2025) +- Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) + ## nightly-1.31.2.4974-ls172 (21-02-2025) - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) diff --git a/prowlarr/config.json b/prowlarr/config.json index 7c80094c2..865d4d7f1 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -109,6 +109,6 @@ "slug": "prowlarr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "nightly-1.31.2.4974-ls172", + "version": "nightly-1.32.0.4976-ls173", "webui": "[PROTO:ssl]://[HOST]:[PORT:9696]" } diff --git a/prowlarr/updater.json b/prowlarr/updater.json index d4a7db0c5..2c16e3fd6 100644 --- a/prowlarr/updater.json +++ b/prowlarr/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "prowlarr", "source": "github", "upstream_repo": "linuxserver/docker-prowlarr", - "upstream_version": "nightly-1.31.2.4974-ls172" + "upstream_version": "nightly-1.32.0.4976-ls173" } From 7196222c6c4f66867c4732500b20d3f75c2dec46 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:11 +0100 Subject: [PATCH 21/35] Updater bot : radarr updated to 5.19.3.9730 --- radarr/CHANGELOG.md | 3 +++ radarr/config.json | 2 +- radarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/radarr/CHANGELOG.md b/radarr/CHANGELOG.md index eac6757b8..6442428bf 100644 --- a/radarr/CHANGELOG.md +++ b/radarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.19.3.9730 (01-03-2025) +- Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) + ## 5.18.4.9674 (08-02-2025) - Update to latest version from linuxserver/docker-radarr (changelog : https://github.com/linuxserver/docker-radarr/releases) diff --git a/radarr/config.json b/radarr/config.json index e7d8bdcde..0a32c9159 100644 --- a/radarr/config.json +++ b/radarr/config.json @@ -115,5 +115,5 @@ "slug": "radarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr", - "version": "5.18.4.9674" + "version": "5.19.3.9730" } diff --git a/radarr/updater.json b/radarr/updater.json index d88a79e1a..74f79bf69 100644 --- a/radarr/updater.json +++ b/radarr/updater.json @@ -1,8 +1,8 @@ { - "last_update": "08-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "radarr", "source": "github", "upstream_repo": "linuxserver/docker-radarr", - "upstream_version": "5.18.4.9674" + "upstream_version": "5.19.3.9730" } From 12c3a80b01a84a527987b2dc73689252818c4c68 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:15 +0100 Subject: [PATCH 22/35] Updater bot : readarr updated to 0.4.11.2747 --- readarr/CHANGELOG.md | 3 +++ readarr/config.json | 2 +- readarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/readarr/CHANGELOG.md b/readarr/CHANGELOG.md index 22fcdcee8..3d9b3495b 100644 --- a/readarr/CHANGELOG.md +++ b/readarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.4.11.2747 (01-03-2025) +- Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) + ## 0.4.11.2738 (21-02-2025) - Update to latest version from linuxserver/docker-readarr (changelog : https://github.com/linuxserver/docker-readarr/releases) diff --git a/readarr/config.json b/readarr/config.json index 8d70899c4..35ddfc9c3 100644 --- a/readarr/config.json +++ b/readarr/config.json @@ -115,5 +115,5 @@ "slug": "readarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr", - "version": "0.4.11.2738" + "version": "0.4.11.2747" } diff --git a/readarr/updater.json b/readarr/updater.json index 6a37403a4..3db665eba 100644 --- a/readarr/updater.json +++ b/readarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": "true", - "last_update": "21-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "readarr", "source": "github", "upstream_repo": "linuxserver/docker-readarr", - "upstream_version": "0.4.11.2738" + "upstream_version": "0.4.11.2747" } From d82d1c5a07021f3e6d02f681f776cb76b24f7a24 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:34 +0100 Subject: [PATCH 23/35] Updater bot : sonarr updated to 4.0.13.2933 --- sonarr/CHANGELOG.md | 3 +++ sonarr/Dockerfile | 2 +- sonarr/config.json | 2 +- sonarr/updater.json | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sonarr/CHANGELOG.md b/sonarr/CHANGELOG.md index 2a1d286cc..a03c40af4 100644 --- a/sonarr/CHANGELOG.md +++ b/sonarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.0.13.2933 (01-03-2025) +- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) + ## 4.0.13.2932 (15-02-2025) - Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases) diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 931fc0252..1ac7c773b 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="4.0.13.2932" +ARG BUILD_UPSTREAM="4.0.13.2933" FROM ${BUILD_FROM} ################## diff --git a/sonarr/config.json b/sonarr/config.json index b17e40c07..84647928f 100644 --- a/sonarr/config.json +++ b/sonarr/config.json @@ -115,5 +115,5 @@ "slug": "sonarr_nas", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr", - "version": "4.0.13.2932" + "version": "4.0.13.2933" } diff --git a/sonarr/updater.json b/sonarr/updater.json index 5fd791185..f209a4dbd 100644 --- a/sonarr/updater.json +++ b/sonarr/updater.json @@ -1,9 +1,9 @@ { "github_beta": true, - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "sonarr", "source": "github", "upstream_repo": "linuxserver/docker-sonarr", - "upstream_version": "4.0.13.2932" + "upstream_version": "4.0.13.2933" } From bdc95f37a1925297a9d4911cdb83f7b5988584c4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:58:45 +0100 Subject: [PATCH 24/35] Updater bot : tdarr updated to 2.35.02 --- tdarr/CHANGELOG.md | 3 +++ tdarr/config.json | 2 +- tdarr/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tdarr/CHANGELOG.md b/tdarr/CHANGELOG.md index 97108c492..4817061d9 100644 --- a/tdarr/CHANGELOG.md +++ b/tdarr/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.35.02 (01-03-2025) +- Update to latest version from haveagitgat/tdarr + ## 2.32.01 (15-02-2025) - Update to latest version from haveagitgat/tdarr diff --git a/tdarr/config.json b/tdarr/config.json index 34e1b031a..85f633712 100644 --- a/tdarr/config.json +++ b/tdarr/config.json @@ -130,7 +130,7 @@ "slug": "tdarr", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.32.01", + "version": "2.35.02", "video": true, "webui": "[PROTO:ssl]://[HOST]:[PORT:8265]" } diff --git a/tdarr/updater.json b/tdarr/updater.json index b777e738d..db3d58490 100644 --- a/tdarr/updater.json +++ b/tdarr/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "pro", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "tdarr", "source": "dockerhub", "upstream_repo": "haveagitgat/tdarr", - "upstream_version": "2.32.01" + "upstream_version": "2.35.02" } From 92149eb537fc0b5693e8411d4fb01be47c8606c5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 1 Mar 2025 01:59:20 +0100 Subject: [PATCH 25/35] Updater bot : webtop_kde updated to 4.16-r0-ls95 --- webtop_kde/CHANGELOG.md | 3 +++ webtop_kde/config.json | 2 +- webtop_kde/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webtop_kde/CHANGELOG.md b/webtop_kde/CHANGELOG.md index e35dbf013..012520777 100644 --- a/webtop_kde/CHANGELOG.md +++ b/webtop_kde/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16-r0-ls95 (01-03-2025) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) ## 4.16-r0-ls94-5 (21-02-2025) - Option to install microsoft edge diff --git a/webtop_kde/config.json b/webtop_kde/config.json index d1a64483e..880df34a9 100644 --- a/webtop_kde/config.json +++ b/webtop_kde/config.json @@ -152,6 +152,6 @@ "tmpfs": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls94-5", + "version": "4.16-r0-ls95", "video": true } diff --git a/webtop_kde/updater.json b/webtop_kde/updater.json index 4b9e30497..735d51e9f 100644 --- a/webtop_kde/updater.json +++ b/webtop_kde/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "15-02-2025", + "last_update": "01-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "webtop", "source": "github", "upstream_repo": "linuxserver/docker-webtop", - "upstream_version": "4.16-r0-ls94" + "upstream_version": "4.16-r0-ls95" } From ca6dfd98a90524dd3fdce32fb5b19b9c1643d0b8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:17:56 +0000 Subject: [PATCH 26/35] Github bot : issues linked to readme --- nextcloud/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/README.md b/nextcloud/README.md index d36df8f4e..0a543f611 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -1,3 +1,4 @@ +## ⚠ Open Issue : [🐛 [Nextcloud] NTFS support (opened 2025-02-27)](https://github.com/alexbelgium/hassio-addons/issues/1789) by [@Nidalone29](https://github.com/Nidalone29) # Home assistant add-on: Nextcloud [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) From cc2539c6c4e95a117ec17804c26f34c2f91364f7 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:56:39 +0000 Subject: [PATCH 27/35] Github bot : issues linked to readme --- mealie/README.md | 1 + qbittorrent/README.md | 1 - tor/README.md | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mealie/README.md b/mealie/README.md index ef9405d44..aad454a49 100644 --- a/mealie/README.md +++ b/mealie/README.md @@ -1,4 +1,5 @@ ## ⚠ Open Issue : [🐛 [Mealie] Profile pictures do not show in ingress (opened 2025-01-11)](https://github.com/alexbelgium/hassio-addons/issues/1714) by [@IceBotYT](https://github.com/IceBotYT) +## ⚠ Open Issue : [🐛 [Mealie] cant update to 2.7.1 (opened 2025-03-01)](https://github.com/alexbelgium/hassio-addons/issues/1792) by [@collateral87](https://github.com/collateral87) # Hass.io Add-ons: Mealie [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/qbittorrent/README.md b/qbittorrent/README.md index 2b2f6784c..a694e5e37 100644 --- a/qbittorrent/README.md +++ b/qbittorrent/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Request : [✨ [REQUEST] qBittorrent Gluetun (opened 2024-12-10)](https://github.com/alexbelgium/hassio-addons/issues/1661) by [@xtian47](https://github.com/xtian47) # Home assistant add-on: qbittorrent [![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium) diff --git a/tor/README.md b/tor/README.md index 19f7f8f20..52d2b6548 100644 --- a/tor/README.md +++ b/tor/README.md @@ -1,4 +1,3 @@ -## ⚠ Open Request : [✨ [REQUEST] qBittorrent Gluetun (opened 2024-12-10)](https://github.com/alexbelgium/hassio-addons/issues/1661) by [@xtian47](https://github.com/xtian47) ## ⚠ Open Issue : [🐛 [Repository] No repository information exists at /data/addons/git/db21ed7f (opened 2025-02-16)](https://github.com/alexbelgium/hassio-addons/issues/1776) by [@bcutter](https://github.com/bcutter) ## ⚠ Open Issue : [🐛 [Immich] env injector IMMICH_CONFIG_FILE no longer working (opened 2025-02-22)](https://github.com/alexbelgium/hassio-addons/issues/1785) by [@jdumeez](https://github.com/jdumeez) # Hass.io Add-ons: Tor with bridges From a6b72e0cb22fee4e9667ae7b0b2bcb7dd872c777 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:11:11 +0100 Subject: [PATCH 28/35] Use Mealie home --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index ce57b4ba9..9af685edb 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Correct data path # hadolint ignore=DL4006 -RUN grep -rl "/app/data" /app | xargs sed -i 's|/app/data|/config|g' && \ +RUN grep -rl '$MEALIE_HOME/data' /app | xargs sed -i 's|$MEALIE_HOME/data|/config|g' && \ sed -i "s|change_user$|# change_user|g" /app/run.sh ################## From 642eccfec0e81c8c3d1a9c7afce19ead3eb86a1a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:11:52 +0100 Subject: [PATCH 29/35] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 09f9aab61..b440fd157 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1" + "version": "v2.7.1-2" } From 74b98131f02644d4436f6a8e15f6a44b882e68ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:41:42 +0100 Subject: [PATCH 30/35] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 9af685edb..ed496b694 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Correct data path # hadolint ignore=DL4006 -RUN grep -rl '$MEALIE_HOME/data' /app | xargs sed -i 's|$MEALIE_HOME/data|/config|g' && \ +RUN grep -rl '/app/data' 2>/dev/null | xargs sed -i 's|/app/data|/config|g' && \ sed -i "s|change_user$|# change_user|g" /app/run.sh ################## From 06b93fa5cc0c64e4fd3525ec5889db074b5e48e7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 15:43:47 +0100 Subject: [PATCH 31/35] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index b440fd157..4b613c5ed 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1-2" + "version": "v2.7.1-3" } From 18b9a0efc2b542e0b2e4a65e3fa4f73864ba98cd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:47:45 +0100 Subject: [PATCH 32/35] Update Dockerfile --- mealie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index ed496b694..88e4de059 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -48,7 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Correct data path # hadolint ignore=DL4006 -RUN grep -rl '/app/data' 2>/dev/null | xargs sed -i 's|/app/data|/config|g' && \ +RUN grep -rl "\$MEALIE_HOME/data" 2>/dev/null | xargs sed -i "s|\$MEALIE_HOME/data|/config|g" && \ sed -i "s|change_user$|# change_user|g" /app/run.sh ################## From a6f2f26b36161ace15ea4dd2b67ca9c13db11f3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:48:10 +0100 Subject: [PATCH 33/35] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 4b613c5ed..3fb11fc07 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1-3" + "version": "v2.7.1-1" } From 48cc19fef3a0f25c46148df3f1b21a5810524b59 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:01:05 +0100 Subject: [PATCH 34/35] Remove change data path --- mealie/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 88e4de059..b36003430 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -48,8 +48,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Correct data path # hadolint ignore=DL4006 -RUN grep -rl "\$MEALIE_HOME/data" 2>/dev/null | xargs sed -i "s|\$MEALIE_HOME/data|/config|g" && \ - sed -i "s|change_user$|# change_user|g" /app/run.sh +RUN sed -i "s|change_user$|# change_user|g" /app/run.sh ################## # 3 Install apps # From c5ccedddccb456d206cf2fd446909168feaa720e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:01:18 +0100 Subject: [PATCH 35/35] Update config.json --- mealie/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mealie/config.json b/mealie/config.json index 3fb11fc07..b440fd157 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -119,5 +119,5 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v2.7.1-1" + "version": "v2.7.1-2" }