Browse Source

docker mod grep update

pull/290/head
GilbN 3 years ago
parent
commit
8c29392342
  1. 2
      docker-mods/bazarr/root/etc/cont-init.d/98-themepark
  2. 2
      docker-mods/calibre-web/root/etc/cont-init.d/98-themepark
  3. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark
  4. 2
      docker-mods/duplicati/root/etc/cont-init.d/98-themepark
  5. 2
      docker-mods/emby/root/etc/cont-init.d/98-themepark
  6. 2
      docker-mods/jackett/root/etc/cont-init.d/98-themepark
  7. 2
      docker-mods/jellyfin/root/etc/cont-init.d/98-themepark
  8. 2
      docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark
  9. 2
      docker-mods/librespeed/root/etc/cont-init.d/98-themepark
  10. 2
      docker-mods/lidarr/root/etc/cont-init.d/98-themepark
  11. 2
      docker-mods/mylar3/root/etc/cont-init.d/98-themepark
  12. 2
      docker-mods/nzbget/root/etc/cont-init.d/98-themepark
  13. 2
      docker-mods/plex/root/etc/cont-init.d/98-themepark
  14. 2
      docker-mods/prowlarr/root/etc/cont-init.d/98-themepark
  15. 4
      docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
  16. 2
      docker-mods/radarr/root/etc/cont-init.d/98-themepark
  17. 2
      docker-mods/readarr/root/etc/cont-init.d/98-themepark
  18. 2
      docker-mods/rutorrent/root/etc/cont-init.d/98-themepark
  19. 2
      docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark
  20. 2
      docker-mods/sonarr/root/etc/cont-init.d/98-themepark
  21. 2
      docker-mods/synclounge/root/etc/cont-init.d/98-themepark
  22. 2
      docker-mods/tautulli/root/etc/cont-init.d/98-themepark
  23. 2
      docker-mods/thelounge/root/etc/cont-init.d/98-themepark
  24. 2
      docker-mods/transmission/root/etc/cont-init.d/98-themepark
  25. 2
      docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

2
docker-mods/bazarr/root/etc/cont-init.d/98-themepark

@ -41,7 +41,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/calibre-web/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /app/calibre-web/cps/templates/layout.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /app/calibre-web/cps/templates/layout.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/deluge/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/lib/python3/dist-packages/deluge/ui/web/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/python3/dist-packages/deluge/ui/web/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/duplicati/root/etc/cont-init.d/98-themepark

@ -47,7 +47,7 @@ echo '---------------------------------------'
echo '| Adding the stylesheet to html files |'
echo '---------------------------------------'
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/index.html"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/index.html"; then
find ${APP_FILEPATH} -type f -iname *.html | while read fname
do
sed_file $fname

2
docker-mods/emby/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /app/emby/dashboard-ui/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/jackett/root/etc/cont-init.d/98-themepark

@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/jellyfin/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/share/jellyfin/web/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/jellyfin/web/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /app/lazylibrarian/data/interfaces/bookstrap/base.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /app/lazylibrarian/data/interfaces/bookstrap/base.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/librespeed/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/share/webapps/librespeed/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/webapps/librespeed/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/lidarr/root/etc/cont-init.d/98-themepark

@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/mylar3/root/etc/cont-init.d/98-themepark

@ -52,7 +52,7 @@ echo '---------------------------------------'
echo '| Adding the stylesheet to html files |'
echo '---------------------------------------'
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/index.html"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/index.html"; then
find ${APP_FILEPATH} -type f -iname *.html | while read fname
do
sed_file $fname

2
docker-mods/nzbget/root/etc/cont-init.d/98-themepark

@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/plex/root/etc/cont-init.d/98-themepark

@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/prowlarr/root/etc/cont-init.d/98-themepark

@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

4
docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

@ -89,11 +89,11 @@ sed_file(){
echo '---------------------------------------'
echo '| Adding the stylesheet to html files |'
echo '---------------------------------------'
if ! grep -q "${TP_DOMAIN}" /themepark/public/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
sed_file /themepark/public/index.html
fi
if ! grep -q "${TP_DOMAIN}" /themepark/private/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then
find ./themepark/private -type f -iname *.html | while read fname
do
sed_file $fname

2
docker-mods/radarr/root/etc/cont-init.d/98-themepark

@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/readarr/root/etc/cont-init.d/98-themepark

@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/rutorrent/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /app/rutorrent/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /app/rutorrent/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark

@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}/interfaces/Glitter/templates/main.tmpl"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/sonarr/root/etc/cont-init.d/98-themepark

@ -43,7 +43,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/synclounge/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/lib/node_modules/synclounge/dist/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/synclounge/dist/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/tautulli/root/etc/cont-init.d/98-themepark

@ -40,7 +40,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/thelounge/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/lib/node_modules/thelounge/client/index.html.tpl; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/lib/node_modules/thelounge/client/index.html.tpl; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/transmission/root/etc/cont-init.d/98-themepark

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" /usr/share/transmission/web/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/transmission/web/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

2
docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

@ -129,7 +129,7 @@ if [[ -z ${TP_HOTIO} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}" "${INDEX_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${INDEX_FILEPATH}"; then
echo '---------------------------------------------------------'
echo '| Adding the stylesheet to /vuetorrent/public/index.html |'
echo '---------------------------------------------------------'

Loading…
Cancel
Save