diff --git a/docker-mods/bazarr/Dockerfile b/docker-mods/bazarr/Dockerfile index d5f7e844..3a22d704 100644 --- a/docker-mods/bazarr/Dockerfile +++ b/docker-mods/bazarr/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Bazarr" -#copy local files. +#copy local files. COPY root/ / diff --git a/docker-mods/bazarr/root/etc/cont-init.d/98-themepark b/docker-mods/bazarr/root/etc/cont-init.d/98-themepark index 21b9e861..8d954e41 100644 --- a/docker-mods/bazarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/bazarr/root/etc/cont-init.d/98-themepark @@ -41,7 +41,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/calibre-web/Dockerfile b/docker-mods/calibre-web/Dockerfile index ac96b0a4..ce252f78 100644 --- a/docker-mods/calibre-web/Dockerfile +++ b/docker-mods/calibre-web/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Calibre-Web" -#copy local files. +#copy local files. COPY root/ / diff --git a/docker-mods/calibre-web/root/etc/cont-init.d/98-themepark b/docker-mods/calibre-web/root/etc/cont-init.d/98-themepark index 3c9f97c8..a563da09 100644 --- a/docker-mods/calibre-web/root/etc/cont-init.d/98-themepark +++ b/docker-mods/calibre-web/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /app/calibre-web/cps/templates/layout.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /app/calibre-web/cps/templates/layout.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/deluge/Dockerfile b/docker-mods/deluge/Dockerfile index 2e898440..08b3e8c6 100644 --- a/docker-mods/deluge/Dockerfile +++ b/docker-mods/deluge/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Deluge" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/deluge/root/etc/cont-init.d/98-themepark b/docker-mods/deluge/root/etc/cont-init.d/98-themepark index 0eca72b2..8ca49502 100644 --- a/docker-mods/deluge/root/etc/cont-init.d/98-themepark +++ b/docker-mods/deluge/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/lib/python3/dist-packages/deluge/ui/web/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/python3/dist-packages/deluge/ui/web/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/duplicati/Dockerfile b/docker-mods/duplicati/Dockerfile index 8660b19e..74049afa 100644 --- a/docker-mods/duplicati/Dockerfile +++ b/docker-mods/duplicati/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Duplicati" -#copy local files. +#copy local files. COPY root/ / diff --git a/docker-mods/duplicati/root/etc/cont-init.d/98-themepark b/docker-mods/duplicati/root/etc/cont-init.d/98-themepark index cbff8b1b..9a28300e 100644 --- a/docker-mods/duplicati/root/etc/cont-init.d/98-themepark +++ b/docker-mods/duplicati/root/etc/cont-init.d/98-themepark @@ -47,7 +47,7 @@ echo '---------------------------------------' echo '| Adding the stylesheet to html files |' echo '---------------------------------------' -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/index.html"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/index.html"; then find ${APP_FILEPATH} -type f -iname *.html | while read fname do sed_file $fname diff --git a/docker-mods/emby/Dockerfile b/docker-mods/emby/Dockerfile index 4a023a70..d8fc3348 100644 --- a/docker-mods/emby/Dockerfile +++ b/docker-mods/emby/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Emby" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/emby/root/etc/cont-init.d/98-themepark b/docker-mods/emby/root/etc/cont-init.d/98-themepark index 1d5a9230..ece07fda 100644 --- a/docker-mods/emby/root/etc/cont-init.d/98-themepark +++ b/docker-mods/emby/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /app/emby/dashboard-ui/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/jackett/Dockerfile b/docker-mods/jackett/Dockerfile index d77fc076..b0e706b8 100644 --- a/docker-mods/jackett/Dockerfile +++ b/docker-mods/jackett/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Jackett" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/jackett/root/etc/cont-init.d/98-themepark b/docker-mods/jackett/root/etc/cont-init.d/98-themepark index 20e040cf..3dd618d4 100644 --- a/docker-mods/jackett/root/etc/cont-init.d/98-themepark +++ b/docker-mods/jackett/root/etc/cont-init.d/98-themepark @@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/jellyfin/Dockerfile b/docker-mods/jellyfin/Dockerfile index 08394efa..ec6b3f13 100644 --- a/docker-mods/jellyfin/Dockerfile +++ b/docker-mods/jellyfin/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Jellyfin" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/jellyfin/root/etc/cont-init.d/98-themepark b/docker-mods/jellyfin/root/etc/cont-init.d/98-themepark index fbff888c..edfb5e08 100644 --- a/docker-mods/jellyfin/root/etc/cont-init.d/98-themepark +++ b/docker-mods/jellyfin/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/share/jellyfin/web/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/jellyfin/web/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/lazylibrarian/Dockerfile b/docker-mods/lazylibrarian/Dockerfile index 87dbcc04..4be0d41e 100644 --- a/docker-mods/lazylibrarian/Dockerfile +++ b/docker-mods/lazylibrarian/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Lazylibrarian" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark b/docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark index 4b7f0ca5..5959143b 100644 --- a/docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark +++ b/docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /app/lazylibrarian/data/interfaces/bookstrap/base.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /app/lazylibrarian/data/interfaces/bookstrap/base.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/librespeed/Dockerfile b/docker-mods/librespeed/Dockerfile index 70f8294b..4327072e 100644 --- a/docker-mods/librespeed/Dockerfile +++ b/docker-mods/librespeed/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Librespeed" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark index e7c26105..1dff5682 100644 --- a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark +++ b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/share/webapps/librespeed/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/webapps/librespeed/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/lidarr/Dockerfile b/docker-mods/lidarr/Dockerfile index aa162496..47af2351 100644 --- a/docker-mods/lidarr/Dockerfile +++ b/docker-mods/lidarr/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Lidarr" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/lidarr/root/etc/cont-init.d/98-themepark b/docker-mods/lidarr/root/etc/cont-init.d/98-themepark index 17553b0f..d135e134 100644 --- a/docker-mods/lidarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/lidarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/mylar3/Dockerfile b/docker-mods/mylar3/Dockerfile index 38e31730..68e5ff9e 100644 --- a/docker-mods/mylar3/Dockerfile +++ b/docker-mods/mylar3/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Mylar3" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/mylar3/root/etc/cont-init.d/98-themepark b/docker-mods/mylar3/root/etc/cont-init.d/98-themepark index 75726d89..b737f741 100644 --- a/docker-mods/mylar3/root/etc/cont-init.d/98-themepark +++ b/docker-mods/mylar3/root/etc/cont-init.d/98-themepark @@ -52,7 +52,7 @@ echo '---------------------------------------' echo '| Adding the stylesheet to html files |' echo '---------------------------------------' -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/index.html"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/index.html"; then find ${APP_FILEPATH} -type f -iname *.html | while read fname do sed_file $fname diff --git a/docker-mods/nzbget/Dockerfile b/docker-mods/nzbget/Dockerfile index 91469697..659555f2 100644 --- a/docker-mods/nzbget/Dockerfile +++ b/docker-mods/nzbget/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="NZBGet" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/nzbget/root/etc/cont-init.d/98-themepark b/docker-mods/nzbget/root/etc/cont-init.d/98-themepark index fd3bef99..11627c1b 100644 --- a/docker-mods/nzbget/root/etc/cont-init.d/98-themepark +++ b/docker-mods/nzbget/root/etc/cont-init.d/98-themepark @@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/plex/Dockerfile b/docker-mods/plex/Dockerfile index 3578b7ca..f187b963 100644 --- a/docker-mods/plex/Dockerfile +++ b/docker-mods/plex/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Plex" -#copy local files. +#copy local files. COPY root/ / diff --git a/docker-mods/plex/root/etc/cont-init.d/98-themepark b/docker-mods/plex/root/etc/cont-init.d/98-themepark index f4ec22c2..f6c4449f 100644 --- a/docker-mods/plex/root/etc/cont-init.d/98-themepark +++ b/docker-mods/plex/root/etc/cont-init.d/98-themepark @@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/prowlarr/Dockerfile b/docker-mods/prowlarr/Dockerfile index 45d5ee68..c073ef52 100644 --- a/docker-mods/prowlarr/Dockerfile +++ b/docker-mods/prowlarr/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Prowlarr" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/prowlarr/root/etc/cont-init.d/98-themepark b/docker-mods/prowlarr/root/etc/cont-init.d/98-themepark index 3db59318..6ebe7163 100644 --- a/docker-mods/prowlarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/prowlarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/qbittorrent/Dockerfile b/docker-mods/qbittorrent/Dockerfile index a374e97e..d789170f 100644 --- a/docker-mods/qbittorrent/Dockerfile +++ b/docker-mods/qbittorrent/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Qbittorrent" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark index 6e74af78..576bcff5 100644 --- a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark @@ -89,11 +89,11 @@ sed_file(){ echo '---------------------------------------' echo '| Adding the stylesheet to html files |' echo '---------------------------------------' -if ! grep -q "${TP_DOMAIN}" /themepark/public/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then sed_file /themepark/public/index.html fi -if ! grep -q "${TP_DOMAIN}" /themepark/private/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then find ./themepark/private -type f -iname *.html | while read fname do sed_file $fname diff --git a/docker-mods/radarr/Dockerfile b/docker-mods/radarr/Dockerfile index c1f89731..76c2cbc4 100644 --- a/docker-mods/radarr/Dockerfile +++ b/docker-mods/radarr/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Radarr" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/radarr/root/etc/cont-init.d/98-themepark b/docker-mods/radarr/root/etc/cont-init.d/98-themepark index 9009b2b8..e35a34f8 100644 --- a/docker-mods/radarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/radarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/readarr/Dockerfile b/docker-mods/readarr/Dockerfile index af6ed630..b931bcc5 100644 --- a/docker-mods/readarr/Dockerfile +++ b/docker-mods/readarr/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Readarr" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/readarr/root/etc/cont-init.d/98-themepark b/docker-mods/readarr/root/etc/cont-init.d/98-themepark index 15cb9b34..8b2ae8c2 100644 --- a/docker-mods/readarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/readarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/rutorrent/Dockerfile b/docker-mods/rutorrent/Dockerfile index 56e32fa4..cfc39fe1 100644 --- a/docker-mods/rutorrent/Dockerfile +++ b/docker-mods/rutorrent/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Rutorrent" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/rutorrent/root/etc/cont-init.d/98-themepark b/docker-mods/rutorrent/root/etc/cont-init.d/98-themepark index 180cf584..9cd87d4d 100644 --- a/docker-mods/rutorrent/root/etc/cont-init.d/98-themepark +++ b/docker-mods/rutorrent/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /app/rutorrent/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /app/rutorrent/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/sabnzbd/Dockerfile b/docker-mods/sabnzbd/Dockerfile index a8fb8463..1fcee76c 100644 --- a/docker-mods/sabnzbd/Dockerfile +++ b/docker-mods/sabnzbd/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="SABnzbd" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark b/docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark index 9d917140..6e16bb53 100644 --- a/docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark +++ b/docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark @@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/sonarr/Dockerfile b/docker-mods/sonarr/Dockerfile index 6f19c974..203acbd2 100644 --- a/docker-mods/sonarr/Dockerfile +++ b/docker-mods/sonarr/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Sonarr" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/sonarr/root/etc/cont-init.d/98-themepark b/docker-mods/sonarr/root/etc/cont-init.d/98-themepark index 615e817d..d11aa64e 100644 --- a/docker-mods/sonarr/root/etc/cont-init.d/98-themepark +++ b/docker-mods/sonarr/root/etc/cont-init.d/98-themepark @@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/synclounge/Dockerfile b/docker-mods/synclounge/Dockerfile index 0fe19f65..37f45d9c 100644 --- a/docker-mods/synclounge/Dockerfile +++ b/docker-mods/synclounge/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Synclounge" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/synclounge/root/etc/cont-init.d/98-themepark b/docker-mods/synclounge/root/etc/cont-init.d/98-themepark index 129e12d3..f3ea1e80 100644 --- a/docker-mods/synclounge/root/etc/cont-init.d/98-themepark +++ b/docker-mods/synclounge/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/lib/node_modules/synclounge/dist/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/synclounge/dist/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/tautulli/Dockerfile b/docker-mods/tautulli/Dockerfile index 2b6ee5ad..202d0efa 100644 --- a/docker-mods/tautulli/Dockerfile +++ b/docker-mods/tautulli/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Tautulli" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/tautulli/root/etc/cont-init.d/98-themepark b/docker-mods/tautulli/root/etc/cont-init.d/98-themepark index 13518cec..58a7fdfa 100644 --- a/docker-mods/tautulli/root/etc/cont-init.d/98-themepark +++ b/docker-mods/tautulli/root/etc/cont-init.d/98-themepark @@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/thelounge/Dockerfile b/docker-mods/thelounge/Dockerfile index 9fee5675..91402183 100644 --- a/docker-mods/thelounge/Dockerfile +++ b/docker-mods/thelounge/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="The Lounge" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/thelounge/root/etc/cont-init.d/98-themepark b/docker-mods/thelounge/root/etc/cont-init.d/98-themepark index fe9c2b29..c7b85b00 100644 --- a/docker-mods/thelounge/root/etc/cont-init.d/98-themepark +++ b/docker-mods/thelounge/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/lib/node_modules/thelounge/client/index.html.tpl; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/thelounge/client/index.html.tpl; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/transmission/Dockerfile b/docker-mods/transmission/Dockerfile index 1d1926aa..45764bea 100644 --- a/docker-mods/transmission/Dockerfile +++ b/docker-mods/transmission/Dockerfile @@ -2,5 +2,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="Transmission" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/transmission/root/etc/cont-init.d/98-themepark b/docker-mods/transmission/root/etc/cont-init.d/98-themepark index 8089a359..2dfab788 100644 --- a/docker-mods/transmission/root/etc/cont-init.d/98-themepark +++ b/docker-mods/transmission/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" /usr/share/transmission/web/index.html; then +if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/transmission/web/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' diff --git a/docker-mods/vuetorrent/Dockerfile b/docker-mods/vuetorrent/Dockerfile index ef806343..d71a8113 100644 --- a/docker-mods/vuetorrent/Dockerfile +++ b/docker-mods/vuetorrent/Dockerfile @@ -3,5 +3,5 @@ FROM scratch LABEL maintainer="GilbN" LABEL app="VueTorrent" -#copy local files. +#copy local files. COPY root/ / \ No newline at end of file diff --git a/docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark b/docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark index a9ea7ef4..f2e3daed 100644 --- a/docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark +++ b/docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark @@ -129,7 +129,7 @@ if [[ -z ${TP_HOTIO} ]]; then fi # Adding stylesheets -if ! grep -q "${TP_DOMAIN}" "${INDEX_FILEPATH}"; then +if ! grep -q "${TP_DOMAIN}/css/base" "${INDEX_FILEPATH}"; then echo '---------------------------------------------------------' echo '| Adding the stylesheet to /vuetorrent/public/index.html |' echo '---------------------------------------------------------'