diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index adef25857..523e9b15b 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index 1843f3f5e..e774a6cd0 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -44,6 +44,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/calibre/Dockerfile b/calibre/Dockerfile index ef5540cbc..8cc8c4581 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + # Specific images modifications RUN \ usermod --home /config/addons_config/calibre abc diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index 7ff98dc2e..ff3f82d95 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + # Specific images modifications RUN \ usermod --home /config/addons_config/calibre abc diff --git a/code-server/Dockerfile b/code-server/Dockerfile index a925748ce..d8d180494 100644 --- a/code-server/Dockerfile +++ b/code-server/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/emby/Dockerfile b/emby/Dockerfile index 82dee0029..90bfa5861 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 704922624..d521b7ee7 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -52,6 +52,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/grav/Dockerfile b/grav/Dockerfile index 222d680b9..e2b594e71 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 40a75fe2b..40dd8236c 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + # Changes config directory ENV XDG_CONFIG_HOME="/config/addons_config" diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 0068c6b4e..9e0233654 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index 13202bf9e..6f75ef75f 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 5d55c6f58..ecf4315f6 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index 06b83b82e..54ccc8aa2 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -46,6 +46,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 5c50f3da0..9a8cb19e7 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/organizr/Dockerfile b/organizr/Dockerfile index 3e6fb458f..d86de4e86 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -41,6 +41,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index 088f455c6..7f630e334 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/paperless_ngx/Dockerfile b/paperless_ngx/Dockerfile index 75b8c2f32..4c344a22c 100644 --- a/paperless_ngx/Dockerfile +++ b/paperless_ngx/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index d2a7c4bda..75296ef14 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -49,6 +49,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index f70be4b40..13a2533c6 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/plex/Dockerfile b/plex/Dockerfile index da2aa0bf2..fb6f2b853 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -52,6 +52,7 @@ RUN \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/plex_meta_manager/Dockerfile b/plex_meta_manager/Dockerfile index e9ef8e713..c8b4ae040 100644 --- a/plex_meta_manager/Dockerfile +++ b/plex_meta_manager/Dockerfile @@ -50,6 +50,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 339581c1b..4bee3555e 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index e04886c77..0a1afc56b 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -65,6 +65,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/radarr/Dockerfile b/radarr/Dockerfile index 3955228bd..ee9c01ef1 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/readarr/Dockerfile b/readarr/Dockerfile index 570ac58ee..596d3799e 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 474a166e2..b81e42a74 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index a63745c5a..8bdcc76a3 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -52,6 +52,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index e70b1a798..bece7fd81 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -43,6 +43,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 21268dc60..5ba952fd2 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -42,6 +42,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index d59721f18..ad1aa78ca 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -52,6 +52,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ################## diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 789832d21..665d22d06 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -55,6 +55,7 @@ RUN \ \ # Correct config location && for file in $(grep -Esril '/config[ /]|/config$' /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config=$CONFIGLOCATION=g" "$file"; done + ################## # 3 Install apps # ##################