diff --git a/.templates/00-deprecated.sh b/.templates/00-deprecated.sh index 8a117965e..6e6b1f52f 100644 --- a/.templates/00-deprecated.sh +++ b/.templates/00-deprecated.sh @@ -11,7 +11,8 @@ bashio::log.yellow "####################" bashio::log.yellow "# ADDON deprecated #" bashio::log.yellow "####################" echo "" -bashio::log.yellow "This addon is now supported in the community repository. You should migrate your data as soon as possible! This addon will not be supported and updates might stop in the future." +bashio::log.yellow "This addon is now supported in the official HA community repository. You should migrate your data as soon as possible! This addon will not be supported and updates might stop in the future." +bashio::log.yellow "You'll likely get better support as the official community is supported by the HA devs !" bashio::log.yellow "Thanks for all users over the years !" echo "" diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index a0160c659..75654a1d0 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -43,7 +43,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index 15583be76..d7fbb24f0 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -40,7 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index f3bd61691..56ed1c0e6 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -40,7 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" diff --git a/radarr/Dockerfile b/radarr/Dockerfile index 403114520..05e60da18 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -40,7 +40,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" diff --git a/readarr/Dockerfile b/readarr/Dockerfile index f70e37f88..edd974586 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -41,7 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index a0cc929d5..db45d1aa0 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -41,7 +41,7 @@ RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGL COPY rootfs/ / # Modules -ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" +ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh 00-deprecated.sh" # Automatic modules download ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh"