diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index 9ba4b1742..fd7f6096f 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/autobrr" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index dd7ad9ef2..796343f2e 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -32,7 +32,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \ LANGUAGE=en_US:en # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 7bdf1f5ee..2790a9ee9 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index 6797e2d05..18c34e61b 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -32,7 +32,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \ LANGUAGE=en_US:en # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/birdnet-pipy/CHANGELOG.md b/birdnet-pipy/CHANGELOG.md index cbe41ff64..0a97b3ff6 100644 --- a/birdnet-pipy/CHANGELOG.md +++ b/birdnet-pipy/CHANGELOG.md @@ -1,3 +1,5 @@ +## 0.3.2-2 (31-01-2026) +- Minor bugs fixed ## 0.3.2-3 (2026-01-30) - Build frontend with /birdnet/ base path and serve under /birdnet/ for ingress compatibility. diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index e0436c58d..7633a80a0 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -45,7 +45,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/birdnet-pipy/rootfs/etc/nginx/includes/ingress_params.conf b/birdnet-pipy/rootfs/etc/nginx/includes/ingress_params.conf index 551eacdbc..9338d5e3f 100644 --- a/birdnet-pipy/rootfs/etc/nginx/includes/ingress_params.conf +++ b/birdnet-pipy/rootfs/etc/nginx/includes/ingress_params.conf @@ -1,7 +1,7 @@ absolute_redirect off; rewrite ^%%ingress_entry%%/(.*)$ /$1 break; sub_filter_once off; -sub_filter_types text/html text/css application/javascript; +sub_filter_types *; sub_filter '' ''; sub_filter 'href="/' 'href="%%ingress_entry%%/'; sub_filter 'src="/' 'src="%%ingress_entry%%/'; diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index de8b561e7..eba21fc49 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -32,7 +32,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ ENV BOOKSONIC_AIR_SETTINGS="/data" # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/browser_brave/Dockerfile b/browser_brave/Dockerfile index b2dd25207..468c7043b 100644 --- a/browser_brave/Dockerfile +++ b/browser_brave/Dockerfile @@ -48,7 +48,7 @@ RUN \ RUN sed -i '/no-first-run/a\ --remote-debugging-address=0.0.0.0 --remote-debugging-port=9221 \\' /usr/bin/wrapped-* # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/browser_chromium/Dockerfile b/browser_chromium/Dockerfile index b2dd25207..468c7043b 100644 --- a/browser_chromium/Dockerfile +++ b/browser_chromium/Dockerfile @@ -48,7 +48,7 @@ RUN \ RUN sed -i '/no-first-run/a\ --remote-debugging-address=0.0.0.0 --remote-debugging-port=9221 \\' /usr/bin/wrapped-* # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 22fee4c25..cf4c68d90 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -38,7 +38,7 @@ RUN \ && mkdir -p /opt/calibre # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index 8fbdda89e..f964db404 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -36,7 +36,7 @@ RUN \ && echo '#!/bin/sh' > /usr/bin/xdg-mime && chmod +x /usr/bin/xdg-mime # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/changedetection.io/Dockerfile b/changedetection.io/Dockerfile index 065c70b9e..828a4cf3d 100644 --- a/changedetection.io/Dockerfile +++ b/changedetection.io/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Image specific modifications # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/changedetection.io" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/collabora/Dockerfile b/collabora/Dockerfile index b56d293e0..b94306ca0 100644 --- a/collabora/Dockerfile +++ b/collabora/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/emby/Dockerfile b/emby/Dockerfile index 34d2c1ec1..6b22ae3b1 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/emby" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/emby_beta/Dockerfile b/emby_beta/Dockerfile index e7671b81e..4ca2189d1 100644 --- a/emby_beta/Dockerfile +++ b/emby_beta/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/emby" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/flexget/Dockerfile b/flexget/Dockerfile index bb75668a5..e96896f95 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -39,7 +39,7 @@ RUN \ && sed -i 's/# install custom plugins/if bashio::config.has_value "FG_PLUGINS"; then FG_PLUGINS=$(bashio::config "FG_PLUGINS"); else FG_PLUGINS=""; fi/g' $file # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/flexget" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/grav/Dockerfile b/grav/Dockerfile index 2deaa86e5..8bfd9c048 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/share/grav" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 0c351640a..4dfa688a2 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.2-2 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich/Dockerfile b/immich/Dockerfile index 05bb1ec09..4244eff3c 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/immich/config.yaml b/immich/config.yaml index daee54226..c0e870018 100644 --- a/immich/config.yaml +++ b/immich/config.yaml @@ -141,6 +141,6 @@ slug: immich udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.2-2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_cuda/CHANGELOG.md b/immich_cuda/CHANGELOG.md index 32b54c49d..f50d5d092 100644 --- a/immich_cuda/CHANGELOG.md +++ b/immich_cuda/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.2-2 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_cuda/Dockerfile b/immich_cuda/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_cuda/Dockerfile +++ b/immich_cuda/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/immich_cuda/config.yaml b/immich_cuda/config.yaml index 5ea710b98..84dcecd28 100644 --- a/immich_cuda/config.yaml +++ b/immich_cuda/config.yaml @@ -139,6 +139,6 @@ slug: immich_cuda udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.2-2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index 02c8294d5..1343a1ddd 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.2-2 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_noml/Dockerfile b/immich_noml/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_noml/Dockerfile +++ b/immich_noml/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index d011a72b6..929222b93 100644 --- a/immich_noml/config.yaml +++ b/immich_noml/config.yaml @@ -140,6 +140,6 @@ slug: immich_noml udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.2-2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index c9400189e..eed8e45af 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.5.2-2 (2026-02-01) +- Ensure docker mods (Redis) run by keeping the container in root mode. + ## 2.5.2 (2026-01-31) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich_openvino/Dockerfile b/immich_openvino/Dockerfile index bb7e779e9..69c0c3409 100644 --- a/immich_openvino/Dockerfile +++ b/immich_openvino/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ USER root # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/immich_openvino/config.yaml b/immich_openvino/config.yaml index 259cb536d..00739d199 100644 --- a/immich_openvino/config.yaml +++ b/immich_openvino/config.yaml @@ -140,6 +140,6 @@ slug: immich_openvino udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.2" +version: "2.5.2-2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/jackett/Dockerfile b/jackett/Dockerfile index b59fc1c55..f0e4ab222 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/Jackett" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 66b507d32..4ef611e0c 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=0 \ ENV S6_READ_ONLY_ROOT=1 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index 500c1f6ac..1afaa3d85 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/jellyseerr" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/kometa/Dockerfile b/kometa/Dockerfile index 5c0e0604d..8a283152a 100644 --- a/kometa/Dockerfile +++ b/kometa/Dockerfile @@ -37,7 +37,7 @@ RUN \ && curl -f -L -s -S "https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/config/config.yml.template" -o /templates/config.yml # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/kometa" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/librespeed/Dockerfile b/librespeed/Dockerfile index f4ff92979..b3ceac3a9 100644 --- a/librespeed/Dockerfile +++ b/librespeed/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index b5ab68da9..aaeaf5a42 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 628841a8e..21a1551ad 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index b7d54c5b4..18b8e9798 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -65,7 +65,7 @@ RUN \ echo "sed -i \"/datadirectory/a\ \ 'check_data_directory_permissions' => false,\" /config/www/nextcloud/config/config.php || true" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index ce09fbc94..ff5210f9c 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/ombi/Dockerfile b/ombi/Dockerfile index c8c63c0fa..c38873680 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -29,7 +29,7 @@ ENV DOTNET_USE_POLLING_FILE_WATCHER=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/ombi" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/omni-tools/Dockerfile b/omni-tools/Dockerfile index ae516ceca..eef24ab45 100644 --- a/omni-tools/Dockerfile +++ b/omni-tools/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/emby" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/organizr/Dockerfile b/organizr/Dockerfile index cc52ed363..80bef007e 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -27,7 +27,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data/organizr" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index 681450f8d..355ef8fc6 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/overseerr" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index b521e01bf..5ac033132 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/piwigo" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/plex/Dockerfile b/plex/Dockerfile index 3f53a8dec..e11714aee 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -39,7 +39,7 @@ RUN \ #ENV PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/share/plex/Library/Application Support" # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index aca3e601c..0608d8a9a 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 93b502671..0e008e406 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -57,7 +57,7 @@ RUN \ && rm vuetorrent.zip >/dev/null # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/radarr/Dockerfile b/radarr/Dockerfile index a3c1c278a..793967767 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/readarr/Dockerfile b/readarr/Dockerfile index a490f3245..2941e0960 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 734144f92..43d54b993 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index f1322e33f..a5f526e85 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -46,7 +46,7 @@ RUN \ && sed -i 's|"/sync",|"/", "/sync",|g' /defaults/sync.conf # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index ce09fbc94..ff5210f9c 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index d1ff7ba53..9ebad920e 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 83778a279..ed6c3d668 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -39,7 +39,7 @@ RUN \ && ln -s /usr/share/transmission/web /standard # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/transmission" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index e2fe3df60..2ef60df12 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/transmission_openvpn" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 06e134f26..e6d4a4091 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -39,7 +39,7 @@ RUN \ && sed -i 's|{MAXMEM:-512}|(bashio::config "maxmem")|g' /etc/s6-overlay/s6-rc.d/svc-ubooquity/run # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/ubooquity" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index a4d878e95..342032016 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -28,7 +28,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -#ENV LSIO_NON_ROOT_USER=1 +#ENV LSIO_NON_ROOT_USER=0 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 diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index ec34d26cb..006753246 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -45,7 +45,7 @@ RUN \ if [[ -d /etc/services.d ]] && ls /etc/services.d/*/run 1> /dev/null 2>&1; then sed -i "1a set +e" /etc/services.d/*/run; fi # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/data_kde" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/whatsapper/CHANGELOG.md b/whatsapper/CHANGELOG.md index 78eb8a337..dad7a7bdc 100644 --- a/whatsapper/CHANGELOG.md +++ b/whatsapper/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.1.2 (2026-01-31) +- Now supports arch64 arch + ## 1.1.1 (2026-01-01) - Update to latest version from baldarn/whatsapper (changelog : https://github.com/baldarn/whatsapper/releases/tag/1.1.1) diff --git a/whatsapper/build.json b/whatsapper/build.json index 3e6eca022..36c33c034 100644 --- a/whatsapper/build.json +++ b/whatsapper/build.json @@ -1,5 +1,6 @@ { "build_from": { - "amd64": "ghcr.io/baldarn/whatsapper:latest" + "amd64": "ghcr.io/baldarn/whatsapper:latest", + "arm64": "ghcr.io/baldarn/whatsapper:latest" } } diff --git a/whatsapper/updater.json b/whatsapper/updater.json index 893917dda..5803e181a 100644 --- a/whatsapper/updater.json +++ b/whatsapper/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2024", - "last_update": "15-01-2026", + "last_update": "31-01-2026", "repository": "alexbelgium/hassio-addons", "slug": "whatsapper", "source": "github", "upstream_repo": "baldarn/whatsapper", - "upstream_version": "1.1.1" + "upstream_version": "1.1.2" } diff --git a/zzz_archived_code-server/Dockerfile b/zzz_archived_code-server/Dockerfile index 6e3b49198..56c7706d6 100644 --- a/zzz_archived_code-server/Dockerfile +++ b/zzz_archived_code-server/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ S6_SERVICES_GRACETIME=0 # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/data" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh diff --git a/zzz_archived_papermerge/Dockerfile b/zzz_archived_papermerge/Dockerfile index 000523f4f..cb32e33f8 100644 --- a/zzz_archived_papermerge/Dockerfile +++ b/zzz_archived_papermerge/Dockerfile @@ -36,7 +36,7 @@ RUN \ && sed -i 's|papermerge/confi|papermerge/config|g' /etc/cont-init.d/* # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 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 diff --git a/zzz_archived_plex_meta_manager/Dockerfile b/zzz_archived_plex_meta_manager/Dockerfile index 1157cd1ca..575a5a886 100644 --- a/zzz_archived_plex_meta_manager/Dockerfile +++ b/zzz_archived_plex_meta_manager/Dockerfile @@ -37,7 +37,7 @@ RUN \ && curl -f -L -s -S "https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/config/config.yml.template" -o /templates/config.yml # Global LSIO modifications -ENV LSIO_NON_ROOT_USER=1 +ENV LSIO_NON_ROOT_USER=0 ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" ARG CONFIGLOCATION="/config/addons_config/plex-meta-manager" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh