From e8900fb0dcdb2fe771a3ff2f27f3704aed0b20af Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 9 Sep 2023 19:35:53 +0200 Subject: [PATCH] Correct typo --- addons_updater/Dockerfile | 6 +++--- arpspoof/Dockerfile | 6 +++--- autobrr/Dockerfile | 6 +++--- baikal/Dockerfile | 6 +++--- bazarr/Dockerfile | 6 +++--- binance-trading-bot/Dockerfile | 6 +++--- bitwarden/Dockerfile | 6 +++--- booksonic_air/Dockerfile | 6 +++--- browserless_chrome/Dockerfile | 6 +++--- calibre/Dockerfile | 6 +++--- calibre_web/Dockerfile | 6 +++--- cloudcommander/Dockerfile | 6 +++--- code-server/Dockerfile | 6 +++--- elasticsearch/Dockerfile | 6 +++--- emby/Dockerfile | 6 +++--- enedisgateway2mqtt/Dockerfile | 6 +++--- enedisgateway2mqtt_dev/Dockerfile | 6 +++--- epicgamesfree/Dockerfile | 6 +++--- filebrowser/Dockerfile | 6 +++--- fireflyiii/Dockerfile | 6 +++--- fireflyiii_data_importer/Dockerfile | 6 +++--- fireflyiii_fints_importer/Dockerfile | 6 +++--- flaresolverr/Dockerfile | 6 +++--- flexget/Dockerfile | 6 +++--- free_games_claimer/Dockerfile | 6 +++--- gazpar2mqtt/Dockerfile | 6 +++--- gitea/Dockerfile | 6 +++--- grav/Dockerfile | 6 +++--- guacamole/Dockerfile | 6 +++--- immich/Dockerfile | 6 +++--- inadyn/Dockerfile | 6 +++--- jackett/Dockerfile | 6 +++--- jellyfin/Dockerfile | 6 +++--- jellyseerr/Dockerfile | 6 +++--- joal/Dockerfile | 6 +++--- joplin/Dockerfile | 6 +++--- lidarr/Dockerfile | 6 +++--- mealie/Dockerfile | 6 +++--- mylar3/Dockerfile | 6 +++--- nextcloud/Dockerfile | 6 +++--- nzbget/Dockerfile | 6 +++--- omada/Dockerfile | 6 +++--- omada_v3/Dockerfile | 6 +++--- ombi/Dockerfile | 6 +++--- organizr/Dockerfile | 6 +++--- overseerr/Dockerfile | 6 +++--- paperless_ngx/Dockerfile | 6 +++--- papermerge/Dockerfile | 6 +++--- photoprism/Dockerfile | 6 +++--- piwigo/Dockerfile | 6 +++--- plex/Dockerfile | 6 +++--- plex_meta_manager/Dockerfile | 6 +++--- portainer/Dockerfile | 6 +++--- portainer_agent/Dockerfile | 6 +++--- postgres/Dockerfile | 6 +++--- prowlarr/Dockerfile | 6 +++--- qbittorrent/Dockerfile | 6 +++--- radarr/Dockerfile | 6 +++--- readarr/Dockerfile | 6 +++--- requestrr/Dockerfile | 6 +++--- resiliosync/Dockerfile | 6 +++--- sabnzbd/Dockerfile | 6 +++--- scrutiny/Dockerfile | 6 +++--- scrutiny_fa/Dockerfile | 6 +++--- seafile/Dockerfile | 6 +++--- sonarr/Dockerfile | 6 +++--- sponsorblockcast/Dockerfile | 6 +++--- spotweb/Dockerfile | 6 +++--- tandoor_recipes/Dockerfile | 6 +++--- tdarr/Dockerfile | 6 +++--- teamspeak/Dockerfile | 6 +++--- test/Dockerfile | 6 +++--- test/config.json | 2 +- transmission/Dockerfile | 6 +++--- transmission_openvpn/Dockerfile | 6 +++--- ubooquity/Dockerfile | 6 +++--- unpackerr/Dockerfile | 6 +++--- webtop_kde/Dockerfile | 6 +++--- webtrees/Dockerfile | 6 +++--- wger/Dockerfile | 6 +++--- whoogle/Dockerfile | 6 +++--- xteve/Dockerfile | 6 +++--- zoneminder/Dockerfile | 6 +++--- 83 files changed, 247 insertions(+), 247 deletions(-) diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index c868c8531..7118b0fee 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -40,14 +40,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/arpspoof/Dockerfile b/arpspoof/Dockerfile index 9fa904877..a4d623c45 100644 --- a/arpspoof/Dockerfile +++ b/arpspoof/Dockerfile @@ -40,14 +40,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq curl iproute2" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index 91cac8d33..be08c8a7a 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -44,8 +44,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -54,7 +54,7 @@ ENV PACKAGES="jq \ keyutils nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/baikal/Dockerfile b/baikal/Dockerfile index ffecb443d..38b05088c 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ARG PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 4a58c0f8e..6cdad5d16 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/binance-trading-bot/Dockerfile b/binance-trading-bot/Dockerfile index c49741a7f..500b7db74 100644 --- a/binance-trading-bot/Dockerfile +++ b/binance-trading-bot/Dockerfile @@ -60,14 +60,14 @@ RUN \ ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="sudo redis nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/bitwarden/Dockerfile b/bitwarden/Dockerfile index 3fc3fc5e9..d05565b4a 100644 --- a/bitwarden/Dockerfile +++ b/bitwarden/Dockerfile @@ -47,8 +47,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="libmariadb-dev-compat \ @@ -57,7 +57,7 @@ ENV PACKAGES="libmariadb-dev-compat \ sqlite3" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index c88d9cfce..5feb69143 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -47,8 +47,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -57,7 +57,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/browserless_chrome/Dockerfile b/browserless_chrome/Dockerfile index 192ee383d..fa8eb9fc0 100644 --- a/browserless_chrome/Dockerfile +++ b/browserless_chrome/Dockerfile @@ -41,14 +41,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/calibre/Dockerfile b/calibre/Dockerfile index a181a8c74..618e38b89 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -53,14 +53,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index 4a982c8c8..751d72c86 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -55,14 +55,14 @@ COPY rootfs/ / 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 --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="libnss3 libxtst6 libxrandr2" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh # Install sqlite3 & set defaults diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 16833cf02..f93be690c 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -38,8 +38,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -48,7 +48,7 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/code-server/Dockerfile b/code-server/Dockerfile index f5f9cb772..70464c687 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index 43aa83b11..48c052cf3 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -52,14 +52,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/emby/Dockerfile b/emby/Dockerfile index 685886f79..4e36d45e9 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/enedisgateway2mqtt/Dockerfile b/enedisgateway2mqtt/Dockerfile index 9cd387e5d..c3adcb2fa 100644 --- a/enedisgateway2mqtt/Dockerfile +++ b/enedisgateway2mqtt/Dockerfile @@ -39,14 +39,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx yamllint" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/enedisgateway2mqtt_dev/Dockerfile b/enedisgateway2mqtt_dev/Dockerfile index 5102cf009..074b98d5a 100644 --- a/enedisgateway2mqtt_dev/Dockerfile +++ b/enedisgateway2mqtt_dev/Dockerfile @@ -39,14 +39,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx yamllint" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/epicgamesfree/Dockerfile b/epicgamesfree/Dockerfile index 5a03dc27a..548b18b9b 100644 --- a/epicgamesfree/Dockerfile +++ b/epicgamesfree/Dockerfile @@ -41,14 +41,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index 2918d2e5b..95390882f 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -40,15 +40,15 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="bind-tools \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 264274639..b7eefed05 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -50,14 +50,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 90-config_yaml.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="cron mariadb-client" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index 2d1cd7f2a..ab7f922df 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -46,14 +46,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh 90-config_yaml.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="cron" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index 9ac07d2ad..9a94f92ca 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -40,14 +40,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="apk-cron" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/flaresolverr/Dockerfile b/flaresolverr/Dockerfile index febf8ab88..b644f7be7 100644 --- a/flaresolverr/Dockerfile +++ b/flaresolverr/Dockerfile @@ -40,14 +40,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 23bb128f4..2945e8c58 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -54,8 +54,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -63,7 +63,7 @@ ENV PACKAGES="jq \ cifs-utils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/free_games_claimer/Dockerfile b/free_games_claimer/Dockerfile index 4ff5081b8..6442142eb 100644 --- a/free_games_claimer/Dockerfile +++ b/free_games_claimer/Dockerfile @@ -39,14 +39,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/gazpar2mqtt/Dockerfile b/gazpar2mqtt/Dockerfile index a74ccc1a5..d9ea063e2 100644 --- a/gazpar2mqtt/Dockerfile +++ b/gazpar2mqtt/Dockerfile @@ -41,14 +41,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-config_yaml.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/gitea/Dockerfile b/gitea/Dockerfile index a9e6d33f1..a844c2e9c 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -41,14 +41,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh EXPOSE 22 3000 diff --git a/grav/Dockerfile b/grav/Dockerfile index defe098eb..a01344f6d 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -44,8 +44,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -54,7 +54,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index fdfa23825..166f7e24c 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -71,14 +71,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/immich/Dockerfile b/immich/Dockerfile index d07a93423..4db544aaf 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -62,14 +62,14 @@ COPY rootfs/ / 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 --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="sudo redis-server yamllint pip libxml2-dev libxslt-dev libjpeg-dev zlib1g-dev build-essential" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 2537c4dc3..c376bb400 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -42,8 +42,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="curl \ @@ -52,7 +52,7 @@ ENV PACKAGES="curl \ build-base libressl-dev ca-certificates npm" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh # Install mustache diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 644b262ff..9b3e76f40 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -46,14 +46,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="curl" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 8aa9e096e..87313a025 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -52,14 +52,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index c2736de5a..24c4d9c1e 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -49,14 +49,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/joal/Dockerfile b/joal/Dockerfile index f2d2ddf51..555cc844a 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -52,15 +52,15 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh # Modules ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh ################ # 4 Entrypoint # diff --git a/joplin/Dockerfile b/joplin/Dockerfile index 1e7b53135..35246e97b 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -46,14 +46,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="procps" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index 5f5bedc6a..61567214a 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -43,8 +43,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -53,7 +53,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/mealie/Dockerfile b/mealie/Dockerfile index 7495a5e1b..635a07a0f 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -47,14 +47,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 6a7f2bc77..332138e61 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index c858af5c8..901fb3fc0 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -67,14 +67,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="gcompat" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh VOLUME ["/share", "/ssl", "/data", "/media"] diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 4f616f781..5da293b74 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/omada/Dockerfile b/omada/Dockerfile index d8ec2bb04..0d2ff93bf 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -47,14 +47,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index bdf33d44d..176865ca0 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -48,14 +48,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 8e44e6cab..2605d01dc 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq curl" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/organizr/Dockerfile b/organizr/Dockerfile index c241b6b63..5141f1855 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -42,15 +42,15 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="curl \ jq" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index 5d215cdc1..69547ee58 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/paperless_ngx/Dockerfile b/paperless_ngx/Dockerfile index 25e3f6402..f941feb32 100644 --- a/paperless_ngx/Dockerfile +++ b/paperless_ngx/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 90-config_yaml.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="redis-server yamllint pip libxml2-dev libxslt-dev python-dev libjpeg-dev zlib1g-dev python3-dev build-essential nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index f8294094b..812a93c7e 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -51,8 +51,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -61,7 +61,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index f22982c16..b28e4eea2 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -46,8 +46,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 90-config_yaml.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -58,7 +58,7 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 5ecbc464f..fb52931f5 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -43,8 +43,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -52,7 +52,7 @@ ENV PACKAGES="jq \ cifs-utils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/plex/Dockerfile b/plex/Dockerfile index c4a7536aa..8691b3fa6 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -54,8 +54,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -63,7 +63,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/plex_meta_manager/Dockerfile b/plex_meta_manager/Dockerfile index 9b59d7f08..772743725 100644 --- a/plex_meta_manager/Dockerfile +++ b/plex_meta_manager/Dockerfile @@ -52,14 +52,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 91f9e66b6..4784480c3 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -62,14 +62,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 99de5f895..eef6aa8e1 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -48,14 +48,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 63d3dcb46..3289d0b76 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 45bd5f7f4..4e73f4c54 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -43,8 +43,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -53,7 +53,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 6f208ec66..ab1ec3c76 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -72,8 +72,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 90-dns_set.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh #RUN if [ -f /etc/s6-overlay/s6-rc.d/init-adduser ]; then for SCRIPTS in /etc/cont-init.d/*; do [ -e "$SCRIPTS" ] || continue \ # && mkdir -p /abscripts && sed -i 's|/usr/bin/with-contenv bashio|/usr/bin/env bashio|g' "$SCRIPTS" \ @@ -85,7 +85,7 @@ RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh ARG PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh # Switch scripts from s6 v2 to v3 diff --git a/radarr/Dockerfile b/radarr/Dockerfile index 1c33f91f1..e634e034d 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -43,8 +43,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV BASHIO_VERSION=0.14.3 @@ -54,7 +54,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/readarr/Dockerfile b/readarr/Dockerfile index 2eea7dff3..c3bba6e6c 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 5565c648a..5cdd1e5d1 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -43,8 +43,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -53,7 +53,7 @@ ENV PACKAGES="jq \ keyutils" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 301dcb8bc..f234c169c 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -63,8 +63,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -74,7 +74,7 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index 00dbd9337..2b86d7b3c 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -43,14 +43,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index b91f8ccdb..3513d83d9 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -39,8 +39,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -49,7 +49,7 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index b91f8ccdb..3513d83d9 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -39,8 +39,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -49,7 +49,7 @@ ENV PACKAGES="jq \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/seafile/Dockerfile b/seafile/Dockerfile index bf8ee29bb..f26aa4da8 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-config_yaml.sh 00-global_var.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 4d78e7de7..772034c3a 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -44,8 +44,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-disable_ingress.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -54,7 +54,7 @@ ENV PACKAGES="jq \ keyutils nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index e557010cf..8e04a2fe8 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -41,14 +41,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/spotweb/Dockerfile b/spotweb/Dockerfile index eddad027a..ba344d73a 100644 --- a/spotweb/Dockerfile +++ b/spotweb/Dockerfile @@ -97,14 +97,14 @@ RUN if [ -d /app ]; then chown -R nginx /app; fi ARG MODULES="01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 57e14f05d..26ebc7d4f 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -39,14 +39,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx mysql-client" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/tdarr/Dockerfile b/tdarr/Dockerfile index 9e3d895e3..68d55953c 100644 --- a/tdarr/Dockerfile +++ b/tdarr/Dockerfile @@ -39,14 +39,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="libgles2-mesa libgles2-mesa-dev xorg-dev" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index 635dee607..54ac4110e 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -45,14 +45,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/test/Dockerfile b/test/Dockerfile index c868c8531..7118b0fee 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -40,14 +40,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/test/config.json b/test/config.json index 50eeb7d1f..3895f9dfd 100644 --- a/test/config.json +++ b/test/config.json @@ -31,5 +31,5 @@ }, "slug": "test", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater", - "version": "3.18.3" + "version": "test1" } \ No newline at end of file diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 76af13be0..7861b39db 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -54,14 +54,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-dns_set.sh 00-local_mounts.sh 00-smb_mounts.sh " # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index 90fb29f85..5bd1ce488 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -49,14 +49,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-dns_set.sh 00-local_mounts.sh 00-smb_mounts.sh " # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 7e5fa57cb..2a3c0350d 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -54,8 +54,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="curl \ @@ -64,7 +64,7 @@ ENV PACKAGES="curl \ nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 9b52d64f3..b5700a050 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -42,14 +42,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ARG PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index f441ab7ad..a5479bf57 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -53,14 +53,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-local_mounts.sh 00-smb_mounts.sh 90-dns_set.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="nginx engrampa" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 24117ed7f..8e20e5e1c 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -50,8 +50,8 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-config_yaml.sh 00-local_mounts.sh 00-smb_mounts.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="jq \ @@ -59,7 +59,7 @@ ENV PACKAGES="jq \ yamllint" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/wger/Dockerfile b/wger/Dockerfile index 174af19fe..95d5456b4 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -50,14 +50,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 90-config_yaml.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="sudo nginx" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/whoogle/Dockerfile b/whoogle/Dockerfile index 21891f377..da38d826f 100644 --- a/whoogle/Dockerfile +++ b/whoogle/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh 00-global_var.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 56f1e56ca..d17ac9861 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -44,14 +44,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################ diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index 6a5e9a24d..515d0d996 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -49,14 +49,14 @@ COPY rootfs/ / ARG MODULES="00-banner.sh 01-custom_script.sh" # Automatic modules download -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_modules.sh" -RUN /ha_modules.sh "$MODULES" && rm /ha_modules.sh +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_automodules.sh" +RUN /ha_automodules.sh "$MODULES" && rm /ha_automodules.sh # Manual apps ENV PACKAGES="" # Automatic apps & bashio -ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_modules.sh" "/ha_autoapps.sh" +ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_automodules.sh" "/ha_autoapps.sh" RUN /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh ################