diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml
index 0f81953d..efdb9adb 100644
--- a/.github/workflows/auto-build.yml
+++ b/.github/workflows/auto-build.yml
@@ -39,6 +39,10 @@ on:
- rutorrent
- swag
- thelounge
+ - build-all-the-mods
+ append-tag:
+ required: false
+ description: 'Append a the tag with "-custom" e.g :radarr-testing'
jobs:
push_to_ghcr_io:
runs-on: ubuntu-latest
@@ -74,10 +78,19 @@ jobs:
docker push ghcr.io/gilbn/theme.park:$directory
done
- name: manually build
- if: ${{ github.event.inputs.app }}
+ if: ${{ github.event.inputs.app && github.event.inputs.app != 'build-all-the-mods' }}
run: |
- docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}
- docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}
+ docker build docker-mods/${{ github.event.inputs.app }} --tag ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
+ docker push ghcr.io/gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
+ - name: manually build all mods
+ if: ${{ github.event.inputs.app == 'build-all-the-mods' }}
+ run: |
+ for dir in docker-mods/*;
+ do
+ app="$( echo "$dir" | cut -d'/' -f2 -s )"
+ docker build docker-mods/$app --tag ghcr.io/gilbn/theme.park:$app${{ github.event.inputs.append-tag }}
+ docker push ghcr.io/gilbn/theme.park:$app${{ github.event.inputs.append-tag }}
+ done
push_to_dockerhub:
runs-on: ubuntu-latest
steps:
@@ -111,7 +124,16 @@ jobs:
docker push gilbn/theme.park:$directory
done
- name: manually build
- if: ${{ github.event.inputs.app }}
+ if: ${{ github.event.inputs.app && github.event.inputs.app != 'build-all-the-mods' }}
+ run: |
+ docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
+ docker push gilbn/theme.park:${{ github.event.inputs.app }}${{ github.event.inputs.append-tag }}
+ - name: manually build all mods
+ if: ${{ github.event.inputs.app == 'build-all-the-mods' }}
run: |
- docker build docker-mods/${{ github.event.inputs.app }} --tag gilbn/theme.park:${{ github.event.inputs.app }}
- docker push gilbn/theme.park:${{ github.event.inputs.app }}
\ No newline at end of file
+ for dir in docker-mods/*;
+ do
+ app="$( echo "$dir" | cut -d'/' -f2 -s )"
+ docker build docker-mods/$app --tag gilbn/theme.park:$app${{ github.event.inputs.append-tag }}
+ docker push gilbn/theme.park:$app${{ github.event.inputs.append-tag }}
+ done
diff --git a/banners/tp_banner.png b/banners/tp_banner.png
index 02313cd5..bde70360 100644
Binary files a/banners/tp_banner.png and b/banners/tp_banner.png differ
diff --git a/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png b/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png
index 7c6c7924..3e774d9f 100644
Binary files a/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png and b/css/addons/bazarr/bazarr-4k-logo/bazarr4k.png differ
diff --git a/css/addons/organizr/glass/example.jpg b/css/addons/organizr/glass/example.jpg
index f938bc5d..aa3d3e51 100644
Binary files a/css/addons/organizr/glass/example.jpg and b/css/addons/organizr/glass/example.jpg differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png b/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png
index 65dee236..a187ee65 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png and b/css/addons/radarr/radarr-4k-logo/radarr-v3-mobile.png differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png b/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png
index ee888e27..65f2b852 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png and b/css/addons/radarr/radarr-4k-logo/radarr4k-v3.png differ
diff --git a/css/addons/radarr/radarr-4k-logo/radarr4k.png b/css/addons/radarr/radarr-4k-logo/radarr4k.png
index 469c3675..ac86fcb4 100644
Binary files a/css/addons/radarr/radarr-4k-logo/radarr4k.png and b/css/addons/radarr/radarr-4k-logo/radarr4k.png differ
diff --git a/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png
index a42e2fa5..6046b6d4 100644
Binary files a/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png and b/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png differ
diff --git a/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css
new file mode 100644
index 00000000..9dc5b903
--- /dev/null
+++ b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css
@@ -0,0 +1,55 @@
+@media (min-width: 752px) {
+ [class*="PageHeader-logo-"] {
+ display: none !important;
+ }
+ [class*="PageHeader-logoContainer-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
+ display: inline-block;
+ margin-left: 15px;
+ width: 124px;
+ height: 40px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ }
+}
+
+
+[class*="LoadingPage-logoFull-"] {
+ display: none !important;
+}
+
+[class*="LoadingPage-page-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png");
+ display: inline-block;
+ width: 124px;
+ height: 40px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ margin-top: 50px;
+ margin-right: auto;
+ margin-left: auto;
+
+}
+
+@media (max-width: 767px) {
+ [class*="PageHeader-logo-"] {
+ display: none !important;
+ }
+ [class*="PageHeader-logoContainer-"]:before {
+ background-image: url("/css/addons/sonarr/sonarr-4k-logo/sonarr-4k.png");
+ display: inline-block;
+ width: 32px;
+ height: 32px;
+ content:"";
+ background-size: cover;
+ -webkit-background-size: cover;
+ -moz-background-size: cover;
+ -o-background-size: cover;
+ }
+}
diff --git a/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png
new file mode 100644
index 00000000..90caa9d6
Binary files /dev/null and b/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg b/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg
index 1276c6ca..903b3dbf 100644
Binary files a/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg and b/css/addons/unraid/login-page/alien/logo/uscss_nostromo.jpg differ
diff --git a/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png b/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png
index 64690ca1..bbc2c556 100644
Binary files a/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png and b/css/addons/unraid/login-page/alien/logo/weyland-yutani-logo-by-synthetic-dreamer1.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings.png b/css/addons/unraid/login-page/alien/logo/wings.png
index 1e395a98..e1e76710 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings.png and b/css/addons/unraid/login-page/alien/logo/wings.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_green2.png b/css/addons/unraid/login-page/alien/logo/wings_green2.png
index eecdd1b2..f5b08f7e 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_green2.png and b/css/addons/unraid/login-page/alien/logo/wings_green2.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_shadow.png b/css/addons/unraid/login-page/alien/logo/wings_shadow.png
index d1169c63..0dfb81c1 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_shadow.png and b/css/addons/unraid/login-page/alien/logo/wings_shadow.png differ
diff --git a/css/addons/unraid/login-page/alien/logo/wings_yellow.png b/css/addons/unraid/login-page/alien/logo/wings_yellow.png
index fbc2d777..5175b609 100644
Binary files a/css/addons/unraid/login-page/alien/logo/wings_yellow.png and b/css/addons/unraid/login-page/alien/logo/wings_yellow.png differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg
index 11f46c93..5b80aa8a 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg and b/css/addons/unraid/login-page/alien/wallpaper/hallway2.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg b/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg
index 71309461..dbb85e5e 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg and b/css/addons/unraid/login-page/alien/wallpaper/hallway3.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/noise.png b/css/addons/unraid/login-page/alien/wallpaper/noise.png
index 302cf49d..b9c59daf 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/noise.png and b/css/addons/unraid/login-page/alien/wallpaper/noise.png differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg b/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg
index ff0cc01c..bae238d9 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg and b/css/addons/unraid/login-page/alien/wallpaper/ripley.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg b/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg
index f86fa7a0..15c5c3a9 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg and b/css/addons/unraid/login-page/alien/wallpaper/scanner.jpg differ
diff --git a/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg b/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg
index 8b9797d6..fcac495b 100644
Binary files a/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg and b/css/addons/unraid/login-page/alien/wallpaper/xeno.jpg differ
diff --git a/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png b/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png
index 8cfa9d0d..32c850a1 100644
Binary files a/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png and b/css/addons/unraid/login-page/fallout/logo/vault-tec_green.png differ
diff --git a/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png b/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png
index 81f7ff74..04d129d9 100644
Binary files a/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png and b/css/addons/unraid/login-page/fallout/logo/vault-tec_white.png differ
diff --git a/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg b/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg
index a767780c..dfa2cb2d 100644
Binary files a/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg and b/css/addons/unraid/login-page/fallout/wallpaper/terminal.jpg differ
diff --git a/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg b/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg
index 5424c647..4f09dbbc 100644
Binary files a/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg and b/css/addons/unraid/login-page/fallout/wallpaper/terminal2.jpg differ
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..c3b07812
--- /dev/null
+++ b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,62 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Bazarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/bazarr/bin/frontend/build/index.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/frontend/build/index.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/bazarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..19b1417e
--- /dev/null
+++ b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '--------------------------------'
+echo '| Calibre-web theme.park Mod |'
+echo '--------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /app/calibre-web/cps/templates/layout.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /app/calibre-web/cps/templates/layout.html
+ sed -i "s/<\/head>/<\/head> /g" /app/calibre-web/cps/templates/layout.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/calibre-web/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..92774460
--- /dev/null
+++ b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,51 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Deluge theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+DELUGE_INDEX_PATH=$(find /usr -name index.html)
+if ! grep -q "${TP_DOMAIN}/css/base" ${DELUGE_INDEX_PATH}; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" ${DELUGE_INDEX_PATH}
+ sed -i "s/<\/head>/<\/head> /g" ${DELUGE_INDEX_PATH}
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/deluge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..1c1fa3ed
--- /dev/null
+++ b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,60 @@
+#!/usr/bin/with-contenv bash
+
+echo '----------------------------'
+echo '| Duplicati theme.park Mod |'
+echo '----------------------------'
+
+APP_FILEPATH='/app/duplicati/webroot'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'APP_FILEPATH'=${APP_FILEPATH}\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+sed_file(){
+ sed -i "s/<\/head>/<\/head> /g" $1
+ sed -i "s/<\/head>/<\/head> /g" $1
+ printf 'Stylesheet set to %s on %s\n\n' "${TP_THEME}" "$1"
+}
+
+# Adding stylesheets
+echo '---------------------------------------'
+echo '| Adding the stylesheet to html files |'
+echo '---------------------------------------'
+
+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
+ done
+fi
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/duplicati/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..215209dc
--- /dev/null
+++ b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,43 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------'
+echo '| Emby theme.park Mod |'
+echo '-------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+printf '%s\n' "@import url('${TP_SCHEME}://${TP_DOMAIN}/css/${THEME_TYPE}/${TP_THEME}.css');" "@import url('${TP_SCHEME}://${TP_DOMAIN}/css/base/emby/emby-base.css');" > /app/emby/dashboard-ui/modules/themes/light/theme.css
+printf 'Stylesheet set to %s\n' "${TP_THEME}"
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/emby/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..abaf1b50
--- /dev/null
+++ b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,56 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Jackett theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/Jackett/Content/index.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/Content/index.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/jackett/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..18e53c79
--- /dev/null
+++ b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '-----------------------------'
+echo '| Jellyfin theme.park Mod |'
+echo '-----------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/jellyfin/web/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/body>/<\/body> /g" /usr/share/jellyfin/web/index.html
+ sed -i "s/<\/body>/<\/body> /g" /usr/share/jellyfin/web/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/jellyfin/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..d8714131
--- /dev/null
+++ b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '----------------------------------'
+echo '| Lazylibrarian theme.park Mod |'
+echo '----------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /app/lazylibrarian/data/interfaces/bookstrap/base.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /app/lazylibrarian/data/interfaces/bookstrap/base.html
+ sed -i "s/<\/head>/<\/head> /g" /app/lazylibrarian/data/interfaces/bookstrap/base.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/lazylibrarian/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
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 ebcd5445..6a46fa20 100644
--- a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark
+++ b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark
@@ -43,8 +43,8 @@ if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
- sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
fi
\ No newline at end of file
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..6a46fa20
--- /dev/null
+++ b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------------'
+echo '| Librespeed theme.park Mod |'
+echo '-------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/librespeed/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..0b1471c2
--- /dev/null
+++ b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Lidarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/lidarr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/lidarr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/lidarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..65732690
--- /dev/null
+++ b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,65 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------'
+echo '| Mylar3 theme.park Mod |'
+echo '-------------------------'
+
+APP_FILEPATH='/app/mylar3/data/interfaces/default'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/data/interfaces/default'
+fi
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'APP_FILEPATH'=${APP_FILEPATH}\\n\
+'TP_HOTIO'=${TP_HOTIO}\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+sed_file(){
+ sed -i "s/<\/head>/<\/head> /g" $1
+ sed -i "s/<\/head>/<\/head> /g" $1
+ printf 'Stylesheet set to %s on %s\n\n' "${TP_THEME}" "$1"
+}
+
+# Adding stylesheets
+echo '---------------------------------------'
+echo '| Adding the stylesheet to html files |'
+echo '---------------------------------------'
+
+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
+ done
+fi
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/mylar3/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nginx-proxy-manager/Dockerfile b/docker-mods/nginx-proxy-manager/Dockerfile
new file mode 100644
index 00000000..bf797487
--- /dev/null
+++ b/docker-mods/nginx-proxy-manager/Dockerfile
@@ -0,0 +1,6 @@
+FROM scratch
+# This is just a dummy file. LSIO doesnt have a Nginx Proxy Manager image..SWAG for life!
+LABEL maintainer="GilbN"
+LABEL app="Nginx-Proxy-Manager"
+#copy local files.
+COPY root/ /
\ No newline at end of file
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..8bdef50b
--- /dev/null
+++ b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,63 @@
+#!/usr/bin/with-contenv bash
+
+echo '--------------------------------------'
+echo '| Nginx Proxy Manager theme.park Mod |'
+echo '--------------------------------------'
+
+if [[ -d "/app/frontend" ]]; then
+ APP_FILEPATH='/app/frontend/' # jc21/nginx-proxy-manager
+else
+ APP_FILEPATH='/opt/nginx-proxy-manager/frontend/' # jlesage/nginx-proxy-manager
+fi
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'APP_FILEPATH'=${APP_FILEPATH}\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+sed_file(){
+ sed -i "s/<\/head>/<\/head> /g" $1
+ sed -i "s/<\/head>/<\/head> /g" $1
+ printf 'Stylesheet set to %s on %s\n\n' "${TP_THEME}" "$1"
+}
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/index.html"; then
+ echo '---------------------------------------'
+ echo '| Adding the stylesheet to html files |'
+ echo '---------------------------------------'
+ find ${APP_FILEPATH} -type f -iname *.html | while read fname
+ do
+ sed_file $fname
+ done
+fi
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/nginx-proxy-manager/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..3e94d1e1
--- /dev/null
+++ b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,54 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| NZBGet theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/nzbget/webui/index.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/webui/index.html'
+fi
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+fi
\ No newline at end of file
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/nzbget/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..4d042c9a
--- /dev/null
+++ b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,61 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------'
+echo '| Plex theme.park Mod |'
+echo '-------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH=''
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/plex/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..37afbbbd
--- /dev/null
+++ b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Prowlarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/prowlarr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/prowlarr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/prowlarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
new file mode 100755
index 00000000..5c18c377
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
@@ -0,0 +1,5 @@
+#!/usr/bin/with-contenv bash
+
+if ! [[ -x "$(command -v svn)" ]]; then
+ echo "subversion" >> /mod-repo-packages-to-install.list
+fi
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
new file mode 100644
index 00000000..12d7a60e
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
\ No newline at end of file
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..f830a825
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,122 @@
+#!/usr/bin/with-contenv bash
+
+echo '------------------------------'
+echo '| qBittorrent theme.park Mod |'
+echo '------------------------------'
+
+APP_FILEPATH='/config/qBittorrent/qBittorrent.conf'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/config/config/qBittorrent.conf'
+fi
+
+# Backup config
+if [[ ! -f "${APP_FILEPATH}.bak" ]]; then
+ echo "Creating qBittorrent.conf backup in /config."
+ cp -p ${APP_FILEPATH} "${APP_FILEPATH}.bak"
+fi
+
+# Restore qBittorrent.conf
+if [ "${TP_DISABLE_THEME}" = true ]; then
+ echo "Restoring backup of qBittorrent.conf"
+ sed -i "s/WebUI\\\AlternativeUIEnabled=.*$/WebUI\\\AlternativeUIEnabled=false/g" "${APP_FILEPATH}";
+ exit 0
+fi
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'APP_FILEPATH'=${APP_FILEPATH}\\n\
+'TP_DISABLE_THEME'=${TP_DISABLE_THEME}\\n\
+'TP_HOTIO'=${TP_HOTIO}\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Downloading fresh webui files from source.
+if [[ ! -d /themepark ]]; then
+ echo '---------------------------------------'
+ echo '| Downloading WebUI files from github |'
+ echo '---------------------------------------'
+ printf '\nDownloading qBittorrent webui to "/themepark"..please wait\n'
+ svn export --quiet https://github.com/qbittorrent/qBittorrent/trunk/src/webui/www /themepark
+ printf '\nDownload finished\n\n'
+ printf '\nDownloading qBittorrent webui icons to "/themepark/xxx"..please wait\n'
+ svn export --force --quiet https://github.com/qbittorrent/qBittorrent/trunk/src/icons /temp
+ cp -a /temp/. /themepark/public/icons
+ cp -a /temp/. /themepark/private/icons
+ rm -rf /temp
+ printf '\nDownload finished\n\n'
+fi
+
+sed_file(){
+ sed -i "s/<\/body>/<\/body> /g" $1
+ sed -i "s/<\/body>/<\/body> /g" $1
+ sed -i "s/<\/head>/<\/head> /g" $1
+ sed -i "s/<\/head>/<\/head> /g" $1
+ printf 'Stylesheet set to %s on %s\n\n' "${TP_THEME}" "$1"
+}
+
+# Adding stylesheets
+echo '---------------------------------------'
+echo '| Adding the stylesheet to html files |'
+echo '---------------------------------------'
+if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
+ sed_file /themepark/public/index.html
+fi
+
+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
+ done
+fi
+
+if ! grep -q "WebUI\\\RootFolder" "${APP_FILEPATH}"; then
+ echo '--------------------------------------'
+ echo '| Adding WebUI\RootFolder=/themepark |'
+ echo '--------------------------------------'
+ sed -i -e '$aWebUI\\RootFolder=/themepark' "${APP_FILEPATH}";
+fi
+
+if ! grep -q "WebUI\\\AlternativeUIEnabled" "${APP_FILEPATH}"; then
+ echo '------------------------------------------'
+ echo '| Adding WebUI\AlternativeUIEnabled=true |'
+ echo '------------------------------------------'
+ sed -i -e '$aWebUI\\AlternativeUIEnabled=true' "${APP_FILEPATH}";
+fi
+
+if ! grep -q "WebUI\\\RootFolder=/themepark" "${APP_FILEPATH}" || ! grep -q "WebUI\\\AlternativeUIEnabled=true" "${APP_FILEPATH}"; then
+ echo '-------------------------------------------------------'
+ echo '| Updating RootFolder and AlternativeUIEnabled values |'
+ echo '-------------------------------------------------------'
+ sed -i "s/WebUI\\\AlternativeUIEnabled=.*$/WebUI\\\AlternativeUIEnabled=true/g" "${APP_FILEPATH}";
+ sed -i "s/WebUI\\\RootFolder=.*$/WebUI\\\RootFolder=\/themepark/g" "${APP_FILEPATH}";
+fi
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package b/docker-mods/qbittorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..4051c1fd
--- /dev/null
+++ b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Radarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/radarr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/radarr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/radarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..28f2b78d
--- /dev/null
+++ b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Readarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/readarr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/readarr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/readarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..f57b9c48
--- /dev/null
+++ b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '------------------------------'
+echo '| Rutorrent theme.park Mod |'
+echo '------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /app/rutorrent/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /app/rutorrent/index.html
+ sed -i "s/<\/head>/<\/head> /g" /app/rutorrent/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/rutorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..129cf6ea
--- /dev/null
+++ b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,61 @@
+#!/usr/bin/with-contenv bash
+
+echo '----------------------------'
+echo '| SABnzbd theme.park Mod |'
+echo '----------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/sabnzbd'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Config/templates/_inc_header_uc.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Config/templates/login/main.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/wizard/inc_top.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Config/templates/_inc_header_uc.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/Config/templates/login/main.tmpl"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}/interfaces/wizard/inc_top.tmpl"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+fi
\ No newline at end of file
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/sabnzbd/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..636eb2ae
--- /dev/null
+++ b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------'
+echo '| Sonarr theme.park Mod |'
+echo '---------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/sonarr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/sonarr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/sonarr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
new file mode 100755
index 00000000..5c18c377
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
@@ -0,0 +1,5 @@
+#!/usr/bin/with-contenv bash
+
+if ! [[ -x "$(command -v svn)" ]]; then
+ echo "subversion" >> /mod-repo-packages-to-install.list
+fi
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
new file mode 100644
index 00000000..12d7a60e
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
\ No newline at end of file
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..962bed88
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,54 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------'
+echo '| SWAG theme.park Mod |'
+echo '-------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_BRANCH'=${TP_BRANCH}\\n"
+
+# Set default
+if [[ -z ${TP_BRANCH} ]]; then
+ echo 'No branch set, defaulting to live'
+ TP_BRANCH='live'
+fi
+
+if [[ ${TP_BRANCH} == "master" ]]; then
+ TP_BRANCH='live'
+fi
+
+if [[ ${TP_BRANCH} == "develop" ]]; then
+ TP_BRANCH='live_develop'
+fi
+
+if [[ ${TP_BRANCH} == "testing" ]]; then
+ TP_BRANCH='live_testing'
+fi
+
+mkdir -p /config/www/themepark
+
+SHA_RELEASE=$(curl -sL "https://api.github.com/repos/gilbn/theme.park/commits/${TP_BRANCH}" | jq -r '.sha');
+if [[ ! -f "/config/www/themepark/sha.txt" ]]; then
+ SHA=""
+else
+ SHA=$(cat /config/www/themepark/sha.txt)
+fi
+# Downloading fresh webui files from source.
+if [[ $SHA != $SHA_RELEASE ]]; then
+ echo "-----------------------------------------------------"
+ echo "| Downloading latest files from ${TP_BRANCH} branch |"
+ echo "-----------------------------------------------------"
+ svn export --quiet --force "https://github.com/GilbN/theme.park/branches/${TP_BRANCH}/css" /config/www/themepark/css
+ svn export --quiet --force "https://github.com/GilbN/theme.park/branches/${TP_BRANCH}/resources" /config/www/themepark/resources
+ svn export --quiet --force "https://github.com/GilbN/theme.park/branches/${TP_BRANCH}/themes.json" /config/www/themepark
+ svn export --quiet --force "https://github.com/GilbN/theme.park/branches/${TP_BRANCH}/index.html" /config/www/themepark
+ printf '\nDownload finished\n\n'
+fi
+
+cat <<< "$SHA_RELEASE" > "/config/www/themepark/sha.txt"
+cp /themepark-confs/* /config/nginx/proxy-confs
+
+# permissions
+chown -R abc:abc \
+ /config/www/themepark
\ No newline at end of file
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package b/docker-mods/swag/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..1b0a160e
--- /dev/null
+++ b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------------'
+echo '| Synclounge theme.park Mod |'
+echo '-------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/synclounge/dist/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /usr/lib/node_modules/synclounge/dist/index.html
+ sed -i "s/<\/head>/<\/head> /g" /usr/lib/node_modules/synclounge/dist/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/synclounge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..4013d706
--- /dev/null
+++ b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,55 @@
+#!/usr/bin/with-contenv bash
+
+echo '-----------------------------'
+echo '| Tautulli theme.park Mod |'
+echo '-----------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/tautulli/data/interfaces/default/base.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/data/interfaces/default/base.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+fi
\ No newline at end of file
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/tautulli/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..96bc372b
--- /dev/null
+++ b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '-------------------------------'
+echo '| The Lounge theme.park Mod |'
+echo '-------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/thelounge/client/index.html.tpl; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /usr/lib/node_modules/thelounge/client/index.html.tpl
+ sed -i "s/<\/head>/<\/head> /g" /usr/lib/node_modules/thelounge/client/index.html.tpl
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/thelounge/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..45c27963
--- /dev/null
+++ b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,50 @@
+#!/usr/bin/with-contenv bash
+
+echo '---------------------------------'
+echo '| Transmission theme.park Mod |'
+echo '---------------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/transmission/web/index.html; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" /usr/share/transmission/web/index.html
+ sed -i "s/<\/head>/<\/head> /g" /usr/share/transmission/web/index.html
+ printf 'Stylesheet set to %s\n' "${TP_THEME}
+ "
+fi
\ No newline at end of file
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/transmission/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
new file mode 100755
index 00000000..16645ac6
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
@@ -0,0 +1,5 @@
+#!/usr/bin/with-contenv bash
+
+if ! [[ -x "$(command -v jq)" ]]; then
+ echo "jq" >> /mod-repo-packages-to-install.list
+fi
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
new file mode 100644
index 00000000..12d7a60e
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark-add-package/run
\ No newline at end of file
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods-package-install
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..8398de61
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,134 @@
+#!/usr/bin/with-contenv bash
+APP_FILEPATH='/config/qBittorrent/qBittorrent.conf'
+INDEX_FILEPATH='/vuetorrent/public/index.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file paths!'
+ APP_FILEPATH='/config/config/qBittorrent.conf'
+ INDEX_FILEPATH='/app/vuetorrent/public/index.html'
+fi
+
+# Backup config
+if [[ ! -f "${APP_FILEPATH}.bak" ]]; then
+ echo "Creating qBittorrent.conf backup in /config."
+ cp -p ${APP_FILEPATH} "${APP_FILEPATH}.bak"
+fi
+
+# Restore qBittorrent.conf
+if [ "${TP_DISABLE_THEME}" = true ]; then
+ echo "Restoring backup of qBittorrent.conf"
+ sed -i "s/WebUI\\\AlternativeUIEnabled=.*$/WebUI\\\AlternativeUIEnabled=false/g" "${APP_FILEPATH}";
+ exit 0
+fi
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+RELEASE_FILEPATH='/vuetorrent/release.json'
+NEEDS_UPDATE=false
+CURRENT_RELEASE=$(curl -s https://api.github.com/repos/WDaan/VueTorrent/releases/latest | jq -r ".assets[]")
+
+# ===============================================
+check_updates() {
+ if [[ ! -d ./vuetorrent ]]; then
+ NEEDS_UPDATE=true
+ elif [[ ! -f $RELEASE_FILEPATH ]]; then
+ NEEDS_UPDATE=true
+ else
+ old_date=$(date -d $(cat "${RELEASE_FILEPATH}" | jq -r ".updated_at") +%s)
+ new_date=$(date -d $(echo $CURRENT_RELEASE | jq -r ".updated_at") +%s)
+ if [ $new_date -gt $old_date ]; then
+ NEEDS_UPDATE=true
+ fi
+ fi
+}
+update_ui() {
+ printf '\nDownloading qBittorrent webui to "/vuetorrent"..please wait\n'
+ curl -L $(echo $CURRENT_RELEASE | jq -r ".browser_download_url") --output /tmp/vuetorrent.zip
+ printf '\nDownload finished\n\n'
+ if [[ -d /vuetorrent ]]; then
+ rm -rf /vuetorrent
+ fi
+ # mkdir -p /vuetorrent
+ unzip -q /tmp/vuetorrent.zip -d /
+ echo $CURRENT_RELEASE >"${RELEASE_FILEPATH}"
+}
+# ===============================================
+
+echo '-----------------------------------------'
+echo '| qBittorrent vuetorrent theme.park Mod |'
+echo '-----------------------------------------'
+
+if [[ -z ${TP_HOTIO} ]]; then
+ check_updates
+
+ if [ "$NEEDS_UPDATE" = true ]; then
+ echo '---------------------------------------'
+ echo '| Downloading WebUI files from github |'
+ echo '---------------------------------------'
+ update_ui
+ else
+ echo ' WebUI files are up-to-date!'
+ fi
+
+ if ! grep -q "WebUI\\\RootFolder" "${APP_FILEPATH}"; then
+ echo '--------------------------------------'
+ echo '| Adding WebUI\RootFolder=/vuetorrent |'
+ echo '--------------------------------------'
+ sed -i -e '$aWebUI\\RootFolder=/vuetorrent' "${APP_FILEPATH}"
+ fi
+
+ if ! grep -q "WebUI\\\AlternativeUIEnabled" "${APP_FILEPATH}"; then
+ echo '------------------------------------------'
+ echo '| Adding WebUI\AlternativeUIEnabled=true |'
+ echo '------------------------------------------'
+ sed -i -e '$aWebUI\\AlternativeUIEnabled=true' "${APP_FILEPATH}"
+ fi
+
+ if ! grep -q "WebUI\\\RootFolder=/vuetorrent" "${APP_FILEPATH}" || ! grep -q "WebUI\\\AlternativeUIEnabled=true" "${APP_FILEPATH}"; then
+ echo '-------------------------------------------------------'
+ echo '| Updating RootFolder and AlternativeUIEnabled values |'
+ echo '-------------------------------------------------------'
+ sed -i "s/WebUI\\\AlternativeUIEnabled=.*$/WebUI\\\AlternativeUIEnabled=true/g" "${APP_FILEPATH}"
+ sed -i "s/WebUI\\\RootFolder=.*$/WebUI\\\RootFolder=\/vuetorrent/g" "${APP_FILEPATH}"
+ fi
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${INDEX_FILEPATH}"; then
+ echo '---------------------------------------------------------'
+ echo '| Adding the stylesheet to /vuetorrent/public/index.html |'
+ echo '---------------------------------------------------------'
+ sed -i "s/<\/body>/<\/body> /g" "${INDEX_FILEPATH}"
+ sed -i "s/<\/body>/<\/body> /g" "${INDEX_FILEPATH}"
+ printf 'Stylesheet set to %s on public index.html\n' "${TP_THEME}"
+fi
\ No newline at end of file
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/init-mods-package-install/dependencies.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package b/docker-mods/vuetorrent/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark-add-package
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/dependencies.d/init-mods
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
new file mode 100755
index 00000000..8f710aaa
--- /dev/null
+++ b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
@@ -0,0 +1,67 @@
+#!/usr/bin/with-contenv bash
+
+echo '-----------------------------'
+echo '| Whisparr theme.park Mod |'
+echo '-----------------------------'
+
+# Display variables for troubleshooting
+echo -e "Variables set:\\n\
+'TP_DOMAIN'=${TP_DOMAIN}\\n\
+'TP_COMMUNITY_THEME'=${TP_COMMUNITY_THEME}\\n\
+'TP_SCHEME'=${TP_SCHEME}\\n\
+'TP_ADDON'=${TP_ADDON}\\n\
+'TP_THEME'=${TP_THEME}\\n"
+
+APP_FILEPATH='/app/whisparr/bin/UI/index.html'
+LOGIN_FILEPATH='/app/whisparr/bin/UI/login.html'
+if [ "${TP_HOTIO}" = true ]; then
+ echo 'Changing to Hotio file path!'
+ APP_FILEPATH='/app/bin/UI/index.html'
+ LOGIN_FILEPATH='/app/bin/UI/login.html'
+fi
+
+# Set default
+if [[ -z ${TP_DOMAIN} ]]; then
+ echo 'No domain set, defaulting to theme-park.dev'
+ TP_DOMAIN='theme-park.dev'
+fi
+if [[ -z ${TP_SCHEME} ]]; then
+ echo 'No scheme set, defaulting to https'
+ TP_SCHEME='https'
+fi
+
+THEME_TYPE='theme-options'
+if [ "${TP_COMMUNITY_THEME}" = true ]; then
+ THEME_TYPE='community-theme-options'
+fi
+
+case ${TP_DOMAIN} in
+ *"github.io"*)
+ echo "Switching to github.io URL style"
+ TP_DOMAIN="${TP_DOMAIN}\/theme.park"
+ ;;
+esac
+
+if [[ -z ${TP_THEME} ]]; then
+ echo 'No theme set, defaulting to organizr'
+ TP_THEME='organizr'
+fi
+
+# Adding stylesheets
+if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
+ echo '---------------------------'
+ echo '| Adding the stylesheet |'
+ echo '---------------------------'
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Stylesheet set to %s\n' "${TP_THEME}"
+ if [[ -n ${TP_ADDON} ]]; then
+ for addon in $(echo "$TP_ADDON" | tr "|" " "); do
+ sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}"
+ sed -i "s/<\/head>/<\/head> /g" "${LOGIN_FILEPATH}"
+ printf 'Added custom addon: %s\n\n' "${addon}"
+ done
+ fi
+fi
\ No newline at end of file
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
new file mode 100644
index 00000000..3d92b15f
--- /dev/null
+++ b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/type
@@ -0,0 +1 @@
+oneshot
\ No newline at end of file
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
new file mode 100644
index 00000000..be856d4e
--- /dev/null
+++ b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mod-themepark/up
@@ -0,0 +1 @@
+/etc/s6-overlay/s6-rc.d/init-mod-themepark/run
\ No newline at end of file
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark b/docker-mods/whisparr/root/etc/s6-overlay/s6-rc.d/user/contents.d/init-mod-themepark
new file mode 100644
index 00000000..e69de29b
diff --git a/resources/blur-light-dark.png b/resources/blur-light-dark.png
index a5af8bf9..d068bb61 100644
Binary files a/resources/blur-light-dark.png and b/resources/blur-light-dark.png differ
diff --git a/resources/blur-light.png b/resources/blur-light.png
index c79a3188..44aa67b2 100644
Binary files a/resources/blur-light.png and b/resources/blur-light.png differ
diff --git a/resources/blur-noise.png b/resources/blur-noise.png
index 45e67618..5e44c664 100644
Binary files a/resources/blur-noise.png and b/resources/blur-noise.png differ
diff --git a/resources/deluge/active.png b/resources/deluge/active.png
index 582acbcf..d8ade510 100644
Binary files a/resources/deluge/active.png and b/resources/deluge/active.png differ
diff --git a/resources/deluge/add.png b/resources/deluge/add.png
index c2e22c33..deb80b8c 100644
Binary files a/resources/deluge/add.png and b/resources/deluge/add.png differ
diff --git a/resources/deluge/add_small.png b/resources/deluge/add_small.png
index 0c25468f..b794b8d7 100644
Binary files a/resources/deluge/add_small.png and b/resources/deluge/add_small.png differ
diff --git a/resources/deluge/all.png b/resources/deluge/all.png
index fff584b0..df2f9e58 100644
Binary files a/resources/deluge/all.png and b/resources/deluge/all.png differ
diff --git a/resources/deluge/ascending.png b/resources/deluge/ascending.png
index 70dbc144..d33fd6af 100644
Binary files a/resources/deluge/ascending.png and b/resources/deluge/ascending.png differ
diff --git a/resources/deluge/bottom.png b/resources/deluge/bottom.png
index 11eb6b2c..f900f7cf 100644
Binary files a/resources/deluge/bottom.png and b/resources/deluge/bottom.png differ
diff --git a/resources/deluge/checking.png b/resources/deluge/checking.png
index 4b73f813..4171a020 100644
Binary files a/resources/deluge/checking.png and b/resources/deluge/checking.png differ
diff --git a/resources/deluge/columns.png b/resources/deluge/columns.png
index 857042ea..53eefa3e 100644
Binary files a/resources/deluge/columns.png and b/resources/deluge/columns.png differ
diff --git a/resources/deluge/connection.png b/resources/deluge/connection.png
index 4e68683d..4cbc724e 100644
Binary files a/resources/deluge/connection.png and b/resources/deluge/connection.png differ
diff --git a/resources/deluge/connection_small.png b/resources/deluge/connection_small.png
index e60f265e..3e78ea83 100644
Binary files a/resources/deluge/connection_small.png and b/resources/deluge/connection_small.png differ
diff --git a/resources/deluge/connections.png b/resources/deluge/connections.png
index db193df4..74c237a9 100644
Binary files a/resources/deluge/connections.png and b/resources/deluge/connections.png differ
diff --git a/resources/deluge/deluge.png b/resources/deluge/deluge.png
index 950d5ac1..e3f937b9 100644
Binary files a/resources/deluge/deluge.png and b/resources/deluge/deluge.png differ
diff --git a/resources/deluge/descending.png b/resources/deluge/descending.png
index dda70d20..567129c9 100644
Binary files a/resources/deluge/descending.png and b/resources/deluge/descending.png differ
diff --git a/resources/deluge/dling.png b/resources/deluge/dling.png
index 1530f899..2cb45bf4 100644
Binary files a/resources/deluge/dling.png and b/resources/deluge/dling.png differ
diff --git a/resources/deluge/down.png b/resources/deluge/down.png
index 96793c4a..ada47b93 100644
Binary files a/resources/deluge/down.png and b/resources/deluge/down.png differ
diff --git a/resources/deluge/down_small.png b/resources/deluge/down_small.png
index 99b6e15b..0df3a305 100644
Binary files a/resources/deluge/down_small.png and b/resources/deluge/down_small.png differ
diff --git a/resources/deluge/edit.png b/resources/deluge/edit.png
index 36220a87..78a0b2a4 100644
Binary files a/resources/deluge/edit.png and b/resources/deluge/edit.png differ
diff --git a/resources/deluge/error.png b/resources/deluge/error.png
index ecd2048a..bf369b37 100644
Binary files a/resources/deluge/error.png and b/resources/deluge/error.png differ
diff --git a/resources/deluge/file.png b/resources/deluge/file.png
index 4e02c937..e674f57d 100644
Binary files a/resources/deluge/file.png and b/resources/deluge/file.png differ
diff --git a/resources/deluge/folder.png b/resources/deluge/folder.png
index 2dde716b..c38cb362 100644
Binary files a/resources/deluge/folder.png and b/resources/deluge/folder.png differ
diff --git a/resources/deluge/harddrive.png b/resources/deluge/harddrive.png
index 55f98bd8..5fb8472f 100644
Binary files a/resources/deluge/harddrive.png and b/resources/deluge/harddrive.png differ
diff --git a/resources/deluge/help.png b/resources/deluge/help.png
index 54e8e268..5784eb72 100644
Binary files a/resources/deluge/help.png and b/resources/deluge/help.png differ
diff --git a/resources/deluge/logout.png b/resources/deluge/logout.png
index 03af055e..780c822b 100644
Binary files a/resources/deluge/logout.png and b/resources/deluge/logout.png differ
diff --git a/resources/deluge/move.png b/resources/deluge/move.png
index 28b385eb..0b5baf1b 100644
Binary files a/resources/deluge/move.png and b/resources/deluge/move.png differ
diff --git a/resources/deluge/ok.png b/resources/deluge/ok.png
index 8405502b..6c7312f5 100644
Binary files a/resources/deluge/ok.png and b/resources/deluge/ok.png differ
diff --git a/resources/deluge/pause.png b/resources/deluge/pause.png
index 2ad6f8f1..3d41baf2 100644
Binary files a/resources/deluge/pause.png and b/resources/deluge/pause.png differ
diff --git a/resources/deluge/paused.png b/resources/deluge/paused.png
index e7218ff4..8bd712b1 100644
Binary files a/resources/deluge/paused.png and b/resources/deluge/paused.png differ
diff --git a/resources/deluge/plugin.png b/resources/deluge/plugin.png
index d02baf58..cf0f9cfb 100644
Binary files a/resources/deluge/plugin.png and b/resources/deluge/plugin.png differ
diff --git a/resources/deluge/queue.png b/resources/deluge/queue.png
index 46f91fdc..21a07d5c 100644
Binary files a/resources/deluge/queue.png and b/resources/deluge/queue.png differ
diff --git a/resources/deluge/queued.png b/resources/deluge/queued.png
index de77d475..3bf61869 100644
Binary files a/resources/deluge/queued.png and b/resources/deluge/queued.png differ
diff --git a/resources/deluge/remove.png b/resources/deluge/remove.png
index 8d20479a..01cb6137 100644
Binary files a/resources/deluge/remove.png and b/resources/deluge/remove.png differ
diff --git a/resources/deluge/remove_small.png b/resources/deluge/remove_small.png
index 25fc2175..32d412e0 100644
Binary files a/resources/deluge/remove_small.png and b/resources/deluge/remove_small.png differ
diff --git a/resources/deluge/resume.png b/resources/deluge/resume.png
index a05d0c01..4ec94fe1 100644
Binary files a/resources/deluge/resume.png and b/resources/deluge/resume.png differ
diff --git a/resources/deluge/resume_small.png b/resources/deluge/resume_small.png
index dde670a9..38ba5c2a 100644
Binary files a/resources/deluge/resume_small.png and b/resources/deluge/resume_small.png differ
diff --git a/resources/deluge/search.png b/resources/deluge/search.png
index 3a4994fd..f6340867 100644
Binary files a/resources/deluge/search.png and b/resources/deluge/search.png differ
diff --git a/resources/deluge/settings.png b/resources/deluge/settings.png
index 60e13aba..1f1bd038 100644
Binary files a/resources/deluge/settings.png and b/resources/deluge/settings.png differ
diff --git a/resources/deluge/settings_small.png b/resources/deluge/settings_small.png
index 305a63ec..bd0dfb36 100644
Binary files a/resources/deluge/settings_small.png and b/resources/deluge/settings_small.png differ
diff --git a/resources/deluge/top.png b/resources/deluge/top.png
index 941313f9..2c3bc937 100644
Binary files a/resources/deluge/top.png and b/resources/deluge/top.png differ
diff --git a/resources/deluge/uling.png b/resources/deluge/uling.png
index fbb55776..5ea09232 100644
Binary files a/resources/deluge/uling.png and b/resources/deluge/uling.png differ
diff --git a/resources/deluge/up.png b/resources/deluge/up.png
index 2a2d3ad9..0641757f 100644
Binary files a/resources/deluge/up.png and b/resources/deluge/up.png differ
diff --git a/resources/deluge/up_small.png b/resources/deluge/up_small.png
index 6ec0ec06..16a525db 100644
Binary files a/resources/deluge/up_small.png and b/resources/deluge/up_small.png differ
diff --git a/resources/deluge/update.png b/resources/deluge/update.png
index abab2f74..74088e7d 100644
Binary files a/resources/deluge/update.png and b/resources/deluge/update.png differ
diff --git a/resources/duplicati/about.png b/resources/duplicati/about.png
index 5779ca7c..885e7497 100644
Binary files a/resources/duplicati/about.png and b/resources/duplicati/about.png differ
diff --git a/resources/duplicati/add.png b/resources/duplicati/add.png
index e0735816..b42101f8 100644
Binary files a/resources/duplicati/add.png and b/resources/duplicati/add.png differ
diff --git a/resources/duplicati/home.png b/resources/duplicati/home.png
index 637da01e..0225acc0 100644
Binary files a/resources/duplicati/home.png and b/resources/duplicati/home.png differ
diff --git a/resources/duplicati/logout.png b/resources/duplicati/logout.png
index 931dcdea..2e73731c 100644
Binary files a/resources/duplicati/logout.png and b/resources/duplicati/logout.png differ
diff --git a/resources/duplicati/pause.png b/resources/duplicati/pause.png
index be62518e..5e49fe74 100644
Binary files a/resources/duplicati/pause.png and b/resources/duplicati/pause.png differ
diff --git a/resources/duplicati/restore.png b/resources/duplicati/restore.png
index 60971613..66bfc89b 100644
Binary files a/resources/duplicati/restore.png and b/resources/duplicati/restore.png differ
diff --git a/resources/duplicati/settings.png b/resources/duplicati/settings.png
index e897fdea..c273346a 100644
Binary files a/resources/duplicati/settings.png and b/resources/duplicati/settings.png differ
diff --git a/resources/duplicati/throttle.png b/resources/duplicati/throttle.png
index 678d3f59..ac296d2f 100644
Binary files a/resources/duplicati/throttle.png and b/resources/duplicati/throttle.png differ
diff --git a/resources/guacamole/checkmark.png b/resources/guacamole/checkmark.png
index a578339f..7dcfac1d 100644
Binary files a/resources/guacamole/checkmark.png and b/resources/guacamole/checkmark.png differ
diff --git a/resources/guacamole/cog.png b/resources/guacamole/cog.png
index a051a978..88e34c5b 100644
Binary files a/resources/guacamole/cog.png and b/resources/guacamole/cog.png differ
diff --git a/resources/guacamole/guac-config-dark.png b/resources/guacamole/guac-config-dark.png
index 450030d7..cab74502 100644
Binary files a/resources/guacamole/guac-config-dark.png and b/resources/guacamole/guac-config-dark.png differ
diff --git a/resources/guacamole/guac-first-page.png b/resources/guacamole/guac-first-page.png
index 90b4db5b..569e1cb8 100644
Binary files a/resources/guacamole/guac-first-page.png and b/resources/guacamole/guac-first-page.png differ
diff --git a/resources/guacamole/guac-home-dark.png b/resources/guacamole/guac-home-dark.png
index ff05f799..9075119e 100644
Binary files a/resources/guacamole/guac-home-dark.png and b/resources/guacamole/guac-home-dark.png differ
diff --git a/resources/guacamole/guac-last-page.png b/resources/guacamole/guac-last-page.png
index 78422f2b..b1dc8cae 100644
Binary files a/resources/guacamole/guac-last-page.png and b/resources/guacamole/guac-last-page.png differ
diff --git a/resources/guacamole/guac-logout-dark.png b/resources/guacamole/guac-logout-dark.png
index deb97f32..406612e5 100644
Binary files a/resources/guacamole/guac-logout-dark.png and b/resources/guacamole/guac-logout-dark.png differ
diff --git a/resources/guacamole/guac-monitor.png b/resources/guacamole/guac-monitor.png
index 49104942..de98f241 100644
Binary files a/resources/guacamole/guac-monitor.png and b/resources/guacamole/guac-monitor.png differ
diff --git a/resources/guacamole/guac-text.png b/resources/guacamole/guac-text.png
index 16d674e7..977b1f8d 100644
Binary files a/resources/guacamole/guac-text.png and b/resources/guacamole/guac-text.png differ
diff --git a/resources/guacamole/guac-user.png b/resources/guacamole/guac-user.png
index 7bf83b08..9baba371 100644
Binary files a/resources/guacamole/guac-user.png and b/resources/guacamole/guac-user.png differ
diff --git a/resources/guacamole/lock.png b/resources/guacamole/lock.png
index 02b495dd..0e2a68ea 100644
Binary files a/resources/guacamole/lock.png and b/resources/guacamole/lock.png differ
diff --git a/resources/guacamole/magnifier.png b/resources/guacamole/magnifier.png
index 9cdfa0b8..480e967a 100644
Binary files a/resources/guacamole/magnifier.png and b/resources/guacamole/magnifier.png differ
diff --git a/resources/landing-page/assets/img/aquamarine-small.jpg b/resources/landing-page/assets/img/aquamarine-small.jpg
index afc30406..a11df2ee 100644
Binary files a/resources/landing-page/assets/img/aquamarine-small.jpg and b/resources/landing-page/assets/img/aquamarine-small.jpg differ
diff --git a/resources/landing-page/assets/img/aquamarine.png b/resources/landing-page/assets/img/aquamarine.png
index e32584b9..6904472a 100644
Binary files a/resources/landing-page/assets/img/aquamarine.png and b/resources/landing-page/assets/img/aquamarine.png differ
diff --git a/resources/landing-page/assets/img/dark-small.jpg b/resources/landing-page/assets/img/dark-small.jpg
index a35e1d17..133befd6 100644
Binary files a/resources/landing-page/assets/img/dark-small.jpg and b/resources/landing-page/assets/img/dark-small.jpg differ
diff --git a/resources/landing-page/assets/img/dark.png b/resources/landing-page/assets/img/dark.png
index 73bf8563..1412fe88 100644
Binary files a/resources/landing-page/assets/img/dark.png and b/resources/landing-page/assets/img/dark.png differ
diff --git a/resources/landing-page/assets/img/dracula-small.jpg b/resources/landing-page/assets/img/dracula-small.jpg
index 7f2e9048..c0ac5f35 100644
Binary files a/resources/landing-page/assets/img/dracula-small.jpg and b/resources/landing-page/assets/img/dracula-small.jpg differ
diff --git a/resources/landing-page/assets/img/hotline-small.jpg b/resources/landing-page/assets/img/hotline-small.jpg
index 68c31714..42eed521 100644
Binary files a/resources/landing-page/assets/img/hotline-small.jpg and b/resources/landing-page/assets/img/hotline-small.jpg differ
diff --git a/resources/landing-page/assets/img/hotline.png b/resources/landing-page/assets/img/hotline.png
index 43a0ab57..b138674d 100644
Binary files a/resources/landing-page/assets/img/hotline.png and b/resources/landing-page/assets/img/hotline.png differ
diff --git a/resources/landing-page/assets/img/hotpink-small.jpg b/resources/landing-page/assets/img/hotpink-small.jpg
index dae9d361..da679b80 100644
Binary files a/resources/landing-page/assets/img/hotpink-small.jpg and b/resources/landing-page/assets/img/hotpink-small.jpg differ
diff --git a/resources/landing-page/assets/img/maroon-small.jpg b/resources/landing-page/assets/img/maroon-small.jpg
index 279bfe73..9c2c78cb 100644
Binary files a/resources/landing-page/assets/img/maroon-small.jpg and b/resources/landing-page/assets/img/maroon-small.jpg differ
diff --git a/resources/landing-page/assets/img/maroon.png b/resources/landing-page/assets/img/maroon.png
index 2c065287..61a5e52e 100644
Binary files a/resources/landing-page/assets/img/maroon.png and b/resources/landing-page/assets/img/maroon.png differ
diff --git a/resources/landing-page/assets/img/nord-small.jpg b/resources/landing-page/assets/img/nord-small.jpg
index 67350871..965fbeac 100644
Binary files a/resources/landing-page/assets/img/nord-small.jpg and b/resources/landing-page/assets/img/nord-small.jpg differ
diff --git a/resources/landing-page/assets/img/nord.png b/resources/landing-page/assets/img/nord.png
index a3aa1cde..149c539a 100644
Binary files a/resources/landing-page/assets/img/nord.png and b/resources/landing-page/assets/img/nord.png differ
diff --git a/resources/landing-page/assets/img/organizr-small.jpg b/resources/landing-page/assets/img/organizr-small.jpg
index a22e6f2b..31b80dc3 100644
Binary files a/resources/landing-page/assets/img/organizr-small.jpg and b/resources/landing-page/assets/img/organizr-small.jpg differ
diff --git a/resources/landing-page/assets/img/organizr.png b/resources/landing-page/assets/img/organizr.png
index 5e638427..c53a71ac 100644
Binary files a/resources/landing-page/assets/img/organizr.png and b/resources/landing-page/assets/img/organizr.png differ
diff --git a/resources/landing-page/assets/img/overseerr-small.jpg b/resources/landing-page/assets/img/overseerr-small.jpg
index a0df0d5a..ec73ca29 100644
Binary files a/resources/landing-page/assets/img/overseerr-small.jpg and b/resources/landing-page/assets/img/overseerr-small.jpg differ
diff --git a/resources/landing-page/assets/img/overseerr.png b/resources/landing-page/assets/img/overseerr.png
index de685d62..502e578a 100644
Binary files a/resources/landing-page/assets/img/overseerr.png and b/resources/landing-page/assets/img/overseerr.png differ
diff --git a/resources/landing-page/assets/img/plex-small.jpg b/resources/landing-page/assets/img/plex-small.jpg
index 465f8863..e3b4b56d 100644
Binary files a/resources/landing-page/assets/img/plex-small.jpg and b/resources/landing-page/assets/img/plex-small.jpg differ
diff --git a/resources/landing-page/assets/img/plex.png b/resources/landing-page/assets/img/plex.png
index 9408aa82..5ea51a6b 100644
Binary files a/resources/landing-page/assets/img/plex.png and b/resources/landing-page/assets/img/plex.png differ
diff --git a/resources/landing-page/assets/img/slides/1.jpg b/resources/landing-page/assets/img/slides/1.jpg
index 87389989..31bd54c2 100644
Binary files a/resources/landing-page/assets/img/slides/1.jpg and b/resources/landing-page/assets/img/slides/1.jpg differ
diff --git a/resources/landing-page/assets/img/slides/10.jpg b/resources/landing-page/assets/img/slides/10.jpg
index 680a2076..b5b8875d 100644
Binary files a/resources/landing-page/assets/img/slides/10.jpg and b/resources/landing-page/assets/img/slides/10.jpg differ
diff --git a/resources/landing-page/assets/img/slides/11.jpg b/resources/landing-page/assets/img/slides/11.jpg
index 6338bdbc..21238d31 100644
Binary files a/resources/landing-page/assets/img/slides/11.jpg and b/resources/landing-page/assets/img/slides/11.jpg differ
diff --git a/resources/landing-page/assets/img/slides/12.jpg b/resources/landing-page/assets/img/slides/12.jpg
index 0a213b3a..eb911fe5 100644
Binary files a/resources/landing-page/assets/img/slides/12.jpg and b/resources/landing-page/assets/img/slides/12.jpg differ
diff --git a/resources/landing-page/assets/img/slides/13.jpg b/resources/landing-page/assets/img/slides/13.jpg
index 189eaa02..bff080eb 100644
Binary files a/resources/landing-page/assets/img/slides/13.jpg and b/resources/landing-page/assets/img/slides/13.jpg differ
diff --git a/resources/landing-page/assets/img/slides/2.jpg b/resources/landing-page/assets/img/slides/2.jpg
index 23244f41..254af4c5 100644
Binary files a/resources/landing-page/assets/img/slides/2.jpg and b/resources/landing-page/assets/img/slides/2.jpg differ
diff --git a/resources/landing-page/assets/img/slides/3.jpg b/resources/landing-page/assets/img/slides/3.jpg
index 31dac5ab..7071a248 100644
Binary files a/resources/landing-page/assets/img/slides/3.jpg and b/resources/landing-page/assets/img/slides/3.jpg differ
diff --git a/resources/landing-page/assets/img/slides/4.jpg b/resources/landing-page/assets/img/slides/4.jpg
index 2eaf7a70..50b1270e 100644
Binary files a/resources/landing-page/assets/img/slides/4.jpg and b/resources/landing-page/assets/img/slides/4.jpg differ
diff --git a/resources/landing-page/assets/img/slides/5.jpg b/resources/landing-page/assets/img/slides/5.jpg
index 154aa135..0c53c287 100644
Binary files a/resources/landing-page/assets/img/slides/5.jpg and b/resources/landing-page/assets/img/slides/5.jpg differ
diff --git a/resources/landing-page/assets/img/slides/6.jpg b/resources/landing-page/assets/img/slides/6.jpg
index 5186664a..36118e74 100644
Binary files a/resources/landing-page/assets/img/slides/6.jpg and b/resources/landing-page/assets/img/slides/6.jpg differ
diff --git a/resources/landing-page/assets/img/slides/7.jpg b/resources/landing-page/assets/img/slides/7.jpg
index 94cf4813..4dc52b46 100644
Binary files a/resources/landing-page/assets/img/slides/7.jpg and b/resources/landing-page/assets/img/slides/7.jpg differ
diff --git a/resources/landing-page/assets/img/slides/8.jpg b/resources/landing-page/assets/img/slides/8.jpg
index c80f207b..fd324d6d 100644
Binary files a/resources/landing-page/assets/img/slides/8.jpg and b/resources/landing-page/assets/img/slides/8.jpg differ
diff --git a/resources/landing-page/assets/img/slides/9.jpg b/resources/landing-page/assets/img/slides/9.jpg
index 6ef49336..0a550e86 100644
Binary files a/resources/landing-page/assets/img/slides/9.jpg and b/resources/landing-page/assets/img/slides/9.jpg differ
diff --git a/resources/landing-page/assets/img/space-gray-small.jpg b/resources/landing-page/assets/img/space-gray-small.jpg
index 71cb998d..737d2f7d 100644
Binary files a/resources/landing-page/assets/img/space-gray-small.jpg and b/resources/landing-page/assets/img/space-gray-small.jpg differ
diff --git a/resources/landing-page/assets/img/space-gray.png b/resources/landing-page/assets/img/space-gray.png
index e6ed58f2..fae561d4 100644
Binary files a/resources/landing-page/assets/img/space-gray.png and b/resources/landing-page/assets/img/space-gray.png differ
diff --git a/resources/landing-page/assets/img/themepark-logo.png b/resources/landing-page/assets/img/themepark-logo.png
index 2714a5ee..fdb8dc76 100644
Binary files a/resources/landing-page/assets/img/themepark-logo.png and b/resources/landing-page/assets/img/themepark-logo.png differ
diff --git a/resources/landing-page/assets/meta_image.jpg b/resources/landing-page/assets/meta_image.jpg
index a0e96ce8..55017445 100644
Binary files a/resources/landing-page/assets/meta_image.jpg and b/resources/landing-page/assets/meta_image.jpg differ
diff --git a/resources/logarr/increase.png b/resources/logarr/increase.png
index c602db72..65fc0ff1 100644
Binary files a/resources/logarr/increase.png and b/resources/logarr/increase.png differ
diff --git a/resources/mind.jpg b/resources/mind.jpg
index 5c111d43..445c88d3 100644
Binary files a/resources/mind.jpg and b/resources/mind.jpg differ
diff --git a/resources/organizr/aquamarine/aquamarine_homepage.jpg b/resources/organizr/aquamarine/aquamarine_homepage.jpg
index b3c4e753..c45966da 100644
Binary files a/resources/organizr/aquamarine/aquamarine_homepage.jpg and b/resources/organizr/aquamarine/aquamarine_homepage.jpg differ
diff --git a/resources/organizr/aquamarine/aquamarine_splash.jpg b/resources/organizr/aquamarine/aquamarine_splash.jpg
index 9ccc6f9f..d3c20e92 100644
Binary files a/resources/organizr/aquamarine/aquamarine_splash.jpg and b/resources/organizr/aquamarine/aquamarine_splash.jpg differ
diff --git a/resources/organizr/dark/dark_homepage.jpg b/resources/organizr/dark/dark_homepage.jpg
index 62ac4843..a2933baf 100644
Binary files a/resources/organizr/dark/dark_homepage.jpg and b/resources/organizr/dark/dark_homepage.jpg differ
diff --git a/resources/organizr/dark/dark_search.jpg b/resources/organizr/dark/dark_search.jpg
index d8ef96bd..be90a63f 100644
Binary files a/resources/organizr/dark/dark_search.jpg and b/resources/organizr/dark/dark_search.jpg differ
diff --git a/resources/organizr/dark/dark_splash.jpg b/resources/organizr/dark/dark_splash.jpg
index 9d58f025..9165d51e 100644
Binary files a/resources/organizr/dark/dark_splash.jpg and b/resources/organizr/dark/dark_splash.jpg differ
diff --git a/resources/organizr/dracula/dracula_homepage.jpg b/resources/organizr/dracula/dracula_homepage.jpg
index 15726f51..9b83ce95 100644
Binary files a/resources/organizr/dracula/dracula_homepage.jpg and b/resources/organizr/dracula/dracula_homepage.jpg differ
diff --git a/resources/organizr/dracula/dracula_search.jpg b/resources/organizr/dracula/dracula_search.jpg
index 6f82189b..b4c0e84d 100644
Binary files a/resources/organizr/dracula/dracula_search.jpg and b/resources/organizr/dracula/dracula_search.jpg differ
diff --git a/resources/organizr/dracula/dracula_splash.jpg b/resources/organizr/dracula/dracula_splash.jpg
index f4404582..b15e7c1c 100644
Binary files a/resources/organizr/dracula/dracula_splash.jpg and b/resources/organizr/dracula/dracula_splash.jpg differ
diff --git a/resources/organizr/dracula/theme-park-organizr-dracula-logo.png b/resources/organizr/dracula/theme-park-organizr-dracula-logo.png
index e8fa7f93..d80fa588 100644
Binary files a/resources/organizr/dracula/theme-park-organizr-dracula-logo.png and b/resources/organizr/dracula/theme-park-organizr-dracula-logo.png differ
diff --git a/resources/organizr/hotline/hotline_homepage.jpg b/resources/organizr/hotline/hotline_homepage.jpg
index ef8a0718..66c5acb6 100644
Binary files a/resources/organizr/hotline/hotline_homepage.jpg and b/resources/organizr/hotline/hotline_homepage.jpg differ
diff --git a/resources/organizr/hotline/hotline_search.jpg b/resources/organizr/hotline/hotline_search.jpg
index 57f9e4e9..bfa850e7 100644
Binary files a/resources/organizr/hotline/hotline_search.jpg and b/resources/organizr/hotline/hotline_search.jpg differ
diff --git a/resources/organizr/hotline/hotline_splash.jpg b/resources/organizr/hotline/hotline_splash.jpg
index 43cb17ea..53617195 100644
Binary files a/resources/organizr/hotline/hotline_splash.jpg and b/resources/organizr/hotline/hotline_splash.jpg differ
diff --git a/resources/organizr/hotline/theme-park-organizr-hotline-logo.png b/resources/organizr/hotline/theme-park-organizr-hotline-logo.png
index 51ca81cb..44643508 100644
Binary files a/resources/organizr/hotline/theme-park-organizr-hotline-logo.png and b/resources/organizr/hotline/theme-park-organizr-hotline-logo.png differ
diff --git a/resources/organizr/hotpink/hotpink_homepage.jpg b/resources/organizr/hotpink/hotpink_homepage.jpg
index 40d07483..066feaa5 100644
Binary files a/resources/organizr/hotpink/hotpink_homepage.jpg and b/resources/organizr/hotpink/hotpink_homepage.jpg differ
diff --git a/resources/organizr/hotpink/hotpink_search.jpg b/resources/organizr/hotpink/hotpink_search.jpg
index a00fe46d..cec4a911 100644
Binary files a/resources/organizr/hotpink/hotpink_search.jpg and b/resources/organizr/hotpink/hotpink_search.jpg differ
diff --git a/resources/organizr/hotpink/hotpink_splash.jpg b/resources/organizr/hotpink/hotpink_splash.jpg
index da2f51cb..40217f73 100644
Binary files a/resources/organizr/hotpink/hotpink_splash.jpg and b/resources/organizr/hotpink/hotpink_splash.jpg differ
diff --git a/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png b/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png
index a1c7e090..4a27494a 100644
Binary files a/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png and b/resources/organizr/hotpink/theme-park-organizr-hotpink-logo.png differ
diff --git a/resources/organizr/nord/nord_homepage.jpg b/resources/organizr/nord/nord_homepage.jpg
index 25fdb0c0..06c3f27c 100644
Binary files a/resources/organizr/nord/nord_homepage.jpg and b/resources/organizr/nord/nord_homepage.jpg differ
diff --git a/resources/organizr/nord/nord_login.jpg b/resources/organizr/nord/nord_login.jpg
index b02d4b0c..87af6083 100644
Binary files a/resources/organizr/nord/nord_login.jpg and b/resources/organizr/nord/nord_login.jpg differ
diff --git a/resources/organizr/nord/nord_search.jpg b/resources/organizr/nord/nord_search.jpg
index 9ec02607..15972335 100644
Binary files a/resources/organizr/nord/nord_search.jpg and b/resources/organizr/nord/nord_search.jpg differ
diff --git a/resources/organizr/nord/nord_splash.jpg b/resources/organizr/nord/nord_splash.jpg
index 9d58f025..9165d51e 100644
Binary files a/resources/organizr/nord/nord_splash.jpg and b/resources/organizr/nord/nord_splash.jpg differ
diff --git a/resources/organizr/nord/theme-park-organizr-nord-logo.png b/resources/organizr/nord/theme-park-organizr-nord-logo.png
index 61631d57..f3f7b3a4 100644
Binary files a/resources/organizr/nord/theme-park-organizr-nord-logo.png and b/resources/organizr/nord/theme-park-organizr-nord-logo.png differ
diff --git a/resources/organizr/onedark/onedark_homepage.jpg b/resources/organizr/onedark/onedark_homepage.jpg
index 49efb8ae..43593eda 100644
Binary files a/resources/organizr/onedark/onedark_homepage.jpg and b/resources/organizr/onedark/onedark_homepage.jpg differ
diff --git a/resources/organizr/onedark/onedark_search.jpg b/resources/organizr/onedark/onedark_search.jpg
index afc41d5e..fb9a96f9 100644
Binary files a/resources/organizr/onedark/onedark_search.jpg and b/resources/organizr/onedark/onedark_search.jpg differ
diff --git a/resources/organizr/onedark/theme-park-organizr-onedark-logo.png b/resources/organizr/onedark/theme-park-organizr-onedark-logo.png
index c2409dbd..28aab2f9 100644
Binary files a/resources/organizr/onedark/theme-park-organizr-onedark-logo.png and b/resources/organizr/onedark/theme-park-organizr-onedark-logo.png differ
diff --git a/resources/organizr/overseerr/overseerr_homepage.jpg b/resources/organizr/overseerr/overseerr_homepage.jpg
index d6995b2a..059684a2 100644
Binary files a/resources/organizr/overseerr/overseerr_homepage.jpg and b/resources/organizr/overseerr/overseerr_homepage.jpg differ
diff --git a/resources/organizr/overseerr/overseerr_search.jpg b/resources/organizr/overseerr/overseerr_search.jpg
index b4a4518d..b96cd7cc 100644
Binary files a/resources/organizr/overseerr/overseerr_search.jpg and b/resources/organizr/overseerr/overseerr_search.jpg differ
diff --git a/resources/organizr/overseerr/overseerr_splash.jpg b/resources/organizr/overseerr/overseerr_splash.jpg
index e45adc1d..ef59e105 100644
Binary files a/resources/organizr/overseerr/overseerr_splash.jpg and b/resources/organizr/overseerr/overseerr_splash.jpg differ
diff --git a/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png b/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png
index 697614ba..77a3b3d0 100644
Binary files a/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png and b/resources/organizr/overseerr/theme-park-organizr-overseerr-logo.png differ
diff --git a/resources/organizr/plex/plex_homepage.jpg b/resources/organizr/plex/plex_homepage.jpg
index 9fe841af..8e8ae41d 100644
Binary files a/resources/organizr/plex/plex_homepage.jpg and b/resources/organizr/plex/plex_homepage.jpg differ
diff --git a/resources/organizr/plex/plex_search.jpg b/resources/organizr/plex/plex_search.jpg
index 57f696c9..0e5a7f98 100644
Binary files a/resources/organizr/plex/plex_search.jpg and b/resources/organizr/plex/plex_search.jpg differ
diff --git a/resources/organizr/plex/plex_splash.jpg b/resources/organizr/plex/plex_splash.jpg
index 7951b3ab..67b5c069 100644
Binary files a/resources/organizr/plex/plex_splash.jpg and b/resources/organizr/plex/plex_splash.jpg differ
diff --git a/resources/organizr/plex/theme-park-organizr-plex-logo.png b/resources/organizr/plex/theme-park-organizr-plex-logo.png
index 7a97cb63..2b837178 100644
Binary files a/resources/organizr/plex/theme-park-organizr-plex-logo.png and b/resources/organizr/plex/theme-park-organizr-plex-logo.png differ
diff --git a/resources/organizr/spacegray/spacegray_homepage.jpg b/resources/organizr/spacegray/spacegray_homepage.jpg
index 04dc28dd..3e271b39 100644
Binary files a/resources/organizr/spacegray/spacegray_homepage.jpg and b/resources/organizr/spacegray/spacegray_homepage.jpg differ
diff --git a/resources/organizr/spacegray/spacegray_search.jpg b/resources/organizr/spacegray/spacegray_search.jpg
index 970f64e0..d807a043 100644
Binary files a/resources/organizr/spacegray/spacegray_search.jpg and b/resources/organizr/spacegray/spacegray_search.jpg differ
diff --git a/resources/organizr/spacegray/spacegray_splash.jpg b/resources/organizr/spacegray/spacegray_splash.jpg
index 8b82bdef..e7db43af 100644
Binary files a/resources/organizr/spacegray/spacegray_splash.jpg and b/resources/organizr/spacegray/spacegray_splash.jpg differ
diff --git a/resources/preset-dark2.png b/resources/preset-dark2.png
index 983f25f9..760351de 100644
Binary files a/resources/preset-dark2.png and b/resources/preset-dark2.png differ
diff --git a/resources/preset-light2.png b/resources/preset-light2.png
index fe29556a..29bd7223 100644
Binary files a/resources/preset-light2.png and b/resources/preset-light2.png differ
diff --git a/resources/qbittorrent/collapse-expand.gif b/resources/qbittorrent/collapse-expand.gif
index affb7d08..1973d09f 100644
Binary files a/resources/qbittorrent/collapse-expand.gif and b/resources/qbittorrent/collapse-expand.gif differ
diff --git a/resources/qbittorrent/dots.png b/resources/qbittorrent/dots.png
index 53d4aaa0..eaf1bad0 100644
Binary files a/resources/qbittorrent/dots.png and b/resources/qbittorrent/dots.png differ
diff --git a/resources/qbittorrent/folder-open-solid.svg b/resources/qbittorrent/folder-open-solid.svg
index 99d403c8..a9fab3e3 100644
--- a/resources/qbittorrent/folder-open-solid.svg
+++ b/resources/qbittorrent/folder-open-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/go-down.png b/resources/qbittorrent/go-down.png
index f17ad588..c5f9aac9 100644
Binary files a/resources/qbittorrent/go-down.png and b/resources/qbittorrent/go-down.png differ
diff --git a/resources/qbittorrent/inbox-solid.svg b/resources/qbittorrent/inbox-solid.svg
index 88a6908d..463238d2 100644
--- a/resources/qbittorrent/inbox-solid.svg
+++ b/resources/qbittorrent/inbox-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/network-wired-solid.svg b/resources/qbittorrent/network-wired-solid.svg
index 35321af9..6b3339ee 100644
--- a/resources/qbittorrent/network-wired-solid.svg
+++ b/resources/qbittorrent/network-wired-solid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/resources/qbittorrent/search-solid.png b/resources/qbittorrent/search-solid.png
index 2d0c9e43..df00022b 100644
Binary files a/resources/qbittorrent/search-solid.png and b/resources/qbittorrent/search-solid.png differ
diff --git a/resources/reality.jpg b/resources/reality.jpg
index 1075433c..4f62c8a6 100644
Binary files a/resources/reality.jpg and b/resources/reality.jpg differ
diff --git a/resources/requestrr/requestrr_white.png b/resources/requestrr/requestrr_white.png
index 468c1659..408f2890 100644
Binary files a/resources/requestrr/requestrr_white.png and b/resources/requestrr/requestrr_white.png differ
diff --git a/resources/rutorrent/ajax-loader-small.gif b/resources/rutorrent/ajax-loader-small.gif
index bd1f6af0..8bba191c 100644
Binary files a/resources/rutorrent/ajax-loader-small.gif and b/resources/rutorrent/ajax-loader-small.gif differ
diff --git a/resources/rutorrent/ajax-loader.gif b/resources/rutorrent/ajax-loader.gif
index 50d5735a..9032e613 100644
Binary files a/resources/rutorrent/ajax-loader.gif and b/resources/rutorrent/ajax-loader.gif differ
diff --git a/resources/rutorrent/archive.png b/resources/rutorrent/archive.png
index bb69d64e..88e016fa 100644
Binary files a/resources/rutorrent/archive.png and b/resources/rutorrent/archive.png differ
diff --git a/resources/rutorrent/asc.gif b/resources/rutorrent/asc.gif
index 44f50407..aa4cfa55 100644
Binary files a/resources/rutorrent/asc.gif and b/resources/rutorrent/asc.gif differ
diff --git a/resources/rutorrent/autodll-irc1.png b/resources/rutorrent/autodll-irc1.png
index 9ae31878..cfa0d2b6 100644
Binary files a/resources/rutorrent/autodll-irc1.png and b/resources/rutorrent/autodll-irc1.png differ
diff --git a/resources/rutorrent/autodll-irc2.png b/resources/rutorrent/autodll-irc2.png
index 20047bb2..6895dbeb 100644
Binary files a/resources/rutorrent/autodll-irc2.png and b/resources/rutorrent/autodll-irc2.png differ
diff --git a/resources/rutorrent/bul_f.gif b/resources/rutorrent/bul_f.gif
index f89f6af7..d64d6ca1 100644
Binary files a/resources/rutorrent/bul_f.gif and b/resources/rutorrent/bul_f.gif differ
diff --git a/resources/rutorrent/bul_l.gif b/resources/rutorrent/bul_l.gif
index f4db00d2..f8c10086 100644
Binary files a/resources/rutorrent/bul_l.gif and b/resources/rutorrent/bul_l.gif differ
diff --git a/resources/rutorrent/chat2.png b/resources/rutorrent/chat2.png
index 10a05ffe..e96c203f 100644
Binary files a/resources/rutorrent/chat2.png and b/resources/rutorrent/chat2.png differ
diff --git a/resources/rutorrent/chat3.png b/resources/rutorrent/chat3.png
index fca2879e..8d747ada 100644
Binary files a/resources/rutorrent/chat3.png and b/resources/rutorrent/chat3.png differ
diff --git a/resources/rutorrent/close.png b/resources/rutorrent/close.png
index cba7c6ad..058e55ae 100644
Binary files a/resources/rutorrent/close.png and b/resources/rutorrent/close.png differ
diff --git a/resources/rutorrent/console.png b/resources/rutorrent/console.png
index 849fd496..c8445f01 100644
Binary files a/resources/rutorrent/console.png and b/resources/rutorrent/console.png differ
diff --git a/resources/rutorrent/desc.gif b/resources/rutorrent/desc.gif
index 409fdc6b..edeb62b6 100644
Binary files a/resources/rutorrent/desc.gif and b/resources/rutorrent/desc.gif differ
diff --git a/resources/rutorrent/directory.png b/resources/rutorrent/directory.png
index b0124940..5aa33393 100644
Binary files a/resources/rutorrent/directory.png and b/resources/rutorrent/directory.png differ
diff --git a/resources/rutorrent/dlg-autodl-irc.gif b/resources/rutorrent/dlg-autodl-irc.gif
index 3e6adb55..3d1980fa 100644
Binary files a/resources/rutorrent/dlg-autodl-irc.gif and b/resources/rutorrent/dlg-autodl-irc.gif differ
diff --git a/resources/rutorrent/dlg-rssurlrewrite.gif b/resources/rutorrent/dlg-rssurlrewrite.gif
index d85a87d2..8a2c3a97 100644
Binary files a/resources/rutorrent/dlg-rssurlrewrite.gif and b/resources/rutorrent/dlg-rssurlrewrite.gif differ
diff --git a/resources/rutorrent/dlg-toolbars.gif b/resources/rutorrent/dlg-toolbars.gif
index 5c2fa7f3..1dd18f8c 100644
Binary files a/resources/rutorrent/dlg-toolbars.gif and b/resources/rutorrent/dlg-toolbars.gif differ
diff --git a/resources/rutorrent/dropdown.png b/resources/rutorrent/dropdown.png
index 82110195..49a03289 100644
Binary files a/resources/rutorrent/dropdown.png and b/resources/rutorrent/dropdown.png differ
diff --git a/resources/rutorrent/go.png b/resources/rutorrent/go.png
index a4ce2a07..9b3d582e 100644
Binary files a/resources/rutorrent/go.png and b/resources/rutorrent/go.png differ
diff --git a/resources/rutorrent/goh.png b/resources/rutorrent/goh.png
index 450f90ac..ab4a30c8 100644
Binary files a/resources/rutorrent/goh.png and b/resources/rutorrent/goh.png differ
diff --git a/resources/rutorrent/green.png b/resources/rutorrent/green.png
index c787db37..cb60cdb4 100644
Binary files a/resources/rutorrent/green.png and b/resources/rutorrent/green.png differ
diff --git a/resources/rutorrent/header_move.gif b/resources/rutorrent/header_move.gif
index 9a245a24..17127903 100644
Binary files a/resources/rutorrent/header_move.gif and b/resources/rutorrent/header_move.gif differ
diff --git a/resources/rutorrent/headers.png b/resources/rutorrent/headers.png
index c855c7f2..fca5fd46 100644
Binary files a/resources/rutorrent/headers.png and b/resources/rutorrent/headers.png differ
diff --git a/resources/rutorrent/image.png b/resources/rutorrent/image.png
index 3a39534a..7c4b9ac8 100644
Binary files a/resources/rutorrent/image.png and b/resources/rutorrent/image.png differ
diff --git a/resources/rutorrent/linklogsh.png b/resources/rutorrent/linklogsh.png
index 439680ad..403af215 100644
Binary files a/resources/rutorrent/linklogsh.png and b/resources/rutorrent/linklogsh.png differ
diff --git a/resources/rutorrent/logoff2.png b/resources/rutorrent/logoff2.png
index e5aae730..955cece6 100644
Binary files a/resources/rutorrent/logoff2.png and b/resources/rutorrent/logoff2.png differ
diff --git a/resources/rutorrent/menus.png b/resources/rutorrent/menus.png
index 92475fcf..05856aef 100644
Binary files a/resources/rutorrent/menus.png and b/resources/rutorrent/menus.png differ
diff --git a/resources/rutorrent/mp3.png b/resources/rutorrent/mp3.png
index c8fba286..941a076e 100644
Binary files a/resources/rutorrent/mp3.png and b/resources/rutorrent/mp3.png differ
diff --git a/resources/rutorrent/nfo.png b/resources/rutorrent/nfo.png
index 8dcf2039..2192618a 100644
Binary files a/resources/rutorrent/nfo.png and b/resources/rutorrent/nfo.png differ
diff --git a/resources/rutorrent/nlb.png b/resources/rutorrent/nlb.png
index 11cac61c..c79be489 100644
Binary files a/resources/rutorrent/nlb.png and b/resources/rutorrent/nlb.png differ
diff --git a/resources/rutorrent/pauseui.png b/resources/rutorrent/pauseui.png
index ccd584a3..4ce51fdc 100644
Binary files a/resources/rutorrent/pauseui.png and b/resources/rutorrent/pauseui.png differ
diff --git a/resources/rutorrent/pauseuih.png b/resources/rutorrent/pauseuih.png
index f1fb1613..718d1482 100644
Binary files a/resources/rutorrent/pauseuih.png and b/resources/rutorrent/pauseuih.png differ
diff --git a/resources/rutorrent/playui.png b/resources/rutorrent/playui.png
index dd5f3a8e..a8ddeb7a 100644
Binary files a/resources/rutorrent/playui.png and b/resources/rutorrent/playui.png differ
diff --git a/resources/rutorrent/playuih.png b/resources/rutorrent/playuih.png
index a034fa70..93399c4d 100644
Binary files a/resources/rutorrent/playuih.png and b/resources/rutorrent/playuih.png differ
diff --git a/resources/rutorrent/pluginh.png b/resources/rutorrent/pluginh.png
index 768a0946..bf9059b3 100644
Binary files a/resources/rutorrent/pluginh.png and b/resources/rutorrent/pluginh.png differ
diff --git a/resources/rutorrent/pnl_close.gif b/resources/rutorrent/pnl_close.gif
index 8468fb68..96eeae10 100644
Binary files a/resources/rutorrent/pnl_close.gif and b/resources/rutorrent/pnl_close.gif differ
diff --git a/resources/rutorrent/pnl_close.png b/resources/rutorrent/pnl_close.png
index c4ef0698..d1964351 100644
Binary files a/resources/rutorrent/pnl_close.png and b/resources/rutorrent/pnl_close.png differ
diff --git a/resources/rutorrent/pnl_open.gif b/resources/rutorrent/pnl_open.gif
index 3c072f7b..487c575e 100644
Binary files a/resources/rutorrent/pnl_open.gif and b/resources/rutorrent/pnl_open.gif differ
diff --git a/resources/rutorrent/pnl_open.png b/resources/rutorrent/pnl_open.png
index 26326c41..9695bd3c 100644
Binary files a/resources/rutorrent/pnl_open.png and b/resources/rutorrent/pnl_open.png differ
diff --git a/resources/rutorrent/proxy.png b/resources/rutorrent/proxy.png
index 6177430c..ea1d6fc6 100644
Binary files a/resources/rutorrent/proxy.png and b/resources/rutorrent/proxy.png differ
diff --git a/resources/rutorrent/proxyh.png b/resources/rutorrent/proxyh.png
index 15699ce2..ac8ef499 100644
Binary files a/resources/rutorrent/proxyh.png and b/resources/rutorrent/proxyh.png differ
diff --git a/resources/rutorrent/r_bg.gif b/resources/rutorrent/r_bg.gif
index 5103c654..1f265889 100644
Binary files a/resources/rutorrent/r_bg.gif and b/resources/rutorrent/r_bg.gif differ
diff --git a/resources/rutorrent/refresh.png b/resources/rutorrent/refresh.png
index bd8d5525..c81818ff 100644
Binary files a/resources/rutorrent/refresh.png and b/resources/rutorrent/refresh.png differ
diff --git a/resources/rutorrent/refreshui.png b/resources/rutorrent/refreshui.png
index e396b4a4..39b3638d 100644
Binary files a/resources/rutorrent/refreshui.png and b/resources/rutorrent/refreshui.png differ
diff --git a/resources/rutorrent/refreshuih.png b/resources/rutorrent/refreshuih.png
index b72ec9f8..9628dc2d 100644
Binary files a/resources/rutorrent/refreshuih.png and b/resources/rutorrent/refreshuih.png differ
diff --git a/resources/rutorrent/s.gif b/resources/rutorrent/s.gif
index 46b0319f..a94f3cc1 100644
Binary files a/resources/rutorrent/s.gif and b/resources/rutorrent/s.gif differ
diff --git a/resources/rutorrent/s_bg.gif b/resources/rutorrent/s_bg.gif
index 5103c654..1f265889 100644
Binary files a/resources/rutorrent/s_bg.gif and b/resources/rutorrent/s_bg.gif differ
diff --git a/resources/rutorrent/seedboxmanager.png b/resources/rutorrent/seedboxmanager.png
index fb351212..adf3485f 100644
Binary files a/resources/rutorrent/seedboxmanager.png and b/resources/rutorrent/seedboxmanager.png differ
diff --git a/resources/rutorrent/seedboxmanagerh.png b/resources/rutorrent/seedboxmanagerh.png
index 851d4be8..b60cf55a 100644
Binary files a/resources/rutorrent/seedboxmanagerh.png and b/resources/rutorrent/seedboxmanagerh.png differ
diff --git a/resources/rutorrent/share.png b/resources/rutorrent/share.png
index 0900d663..4ebf6ed5 100644
Binary files a/resources/rutorrent/share.png and b/resources/rutorrent/share.png differ
diff --git a/resources/rutorrent/status.png b/resources/rutorrent/status.png
index 24c8cfcc..56d37f4b 100644
Binary files a/resources/rutorrent/status.png and b/resources/rutorrent/status.png differ
diff --git a/resources/rutorrent/status_icons.png b/resources/rutorrent/status_icons.png
index 76d974ac..c55e5048 100644
Binary files a/resources/rutorrent/status_icons.png and b/resources/rutorrent/status_icons.png differ
diff --git a/resources/rutorrent/t_bg.gif b/resources/rutorrent/t_bg.gif
index 2c403b84..a7989783 100644
Binary files a/resources/rutorrent/t_bg.gif and b/resources/rutorrent/t_bg.gif differ
diff --git a/resources/rutorrent/tb_bg.gif b/resources/rutorrent/tb_bg.gif
index 43faede3..0ad843c4 100644
Binary files a/resources/rutorrent/tb_bg.gif and b/resources/rutorrent/tb_bg.gif differ
diff --git a/resources/rutorrent/text.png b/resources/rutorrent/text.png
index d2970e07..4ee87b0a 100644
Binary files a/resources/rutorrent/text.png and b/resources/rutorrent/text.png differ
diff --git a/resources/rutorrent/toolbar.png b/resources/rutorrent/toolbar.png
index b5f15553..a57d8843 100644
Binary files a/resources/rutorrent/toolbar.png and b/resources/rutorrent/toolbar.png differ
diff --git a/resources/rutorrent/torrent.png b/resources/rutorrent/torrent.png
index baf4d069..cc16fda5 100644
Binary files a/resources/rutorrent/torrent.png and b/resources/rutorrent/torrent.png differ
diff --git a/resources/rutorrent/up.png b/resources/rutorrent/up.png
index 5d327f3d..d3d0b47b 100644
Binary files a/resources/rutorrent/up.png and b/resources/rutorrent/up.png differ
diff --git a/resources/rutorrent/video.png b/resources/rutorrent/video.png
index 855604a8..d1ce6120 100644
Binary files a/resources/rutorrent/video.png and b/resources/rutorrent/video.png differ
diff --git a/resources/soul.jpg b/resources/soul.jpg
index 89882b31..eff2f87a 100644
Binary files a/resources/soul.jpg and b/resources/soul.jpg differ
diff --git a/resources/space.jpg b/resources/space.jpg
index b443a38b..8518b863 100644
Binary files a/resources/space.jpg and b/resources/space.jpg differ
diff --git a/resources/time.jpg b/resources/time.jpg
index 3bc22105..764a9929 100644
Binary files a/resources/time.jpg and b/resources/time.jpg differ
diff --git a/resources/transmission/icons.png b/resources/transmission/icons.png
index 0229df48..24a2af1d 100644
Binary files a/resources/transmission/icons.png and b/resources/transmission/icons.png differ
diff --git a/themes.json b/themes.json
index 26313a1e..f82f1f36 100644
--- a/themes.json
+++ b/themes.json
@@ -33,6 +33,7 @@
},
"sonarr": {
"sonarr-4k-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=0b109c74f56f92465dc01bf9ea10a877ed87213c",
+ "sonarr-4k-text-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css?sha=9dc5b9037aa6ea1041229ecbea3d6469e3b975a7",
"sonarr-darker": "https://theme-park.dev/css/addons/sonarr/sonarr-darker/sonarr-darker.css?sha=7c3c2ddcd71525229b0dcc186326003677908b7c",
"sonarr-text-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-text-logo/sonarr-text-logo.css?sha=0979cbe5aaabb148fd15f4122690685e7ae4a4f3"
},
@@ -373,6 +374,7 @@
"sonarr": {
"addons": {
"sonarr-4k-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=0b109c74f56f92465dc01bf9ea10a877ed87213c",
+ "sonarr-4k-text-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-4k-text-logo/sonarr-4k-text-logo.css?sha=9dc5b9037aa6ea1041229ecbea3d6469e3b975a7",
"sonarr-darker": "https://theme-park.dev/css/addons/sonarr/sonarr-darker/sonarr-darker.css?sha=7c3c2ddcd71525229b0dcc186326003677908b7c",
"sonarr-text-logo": "https://theme-park.dev/css/addons/sonarr/sonarr-text-logo/sonarr-text-logo.css?sha=0979cbe5aaabb148fd15f4122690685e7ae4a4f3"
},