Browse Source

Merge branch 'master' into develop

pull/286/head
GilbN 4 years ago
parent
commit
108c770908
  1. 2
      docker-mods/bazarr/Dockerfile
  2. 2
      docker-mods/bazarr/root/etc/cont-init.d/98-themepark
  3. 2
      docker-mods/calibre-web/Dockerfile
  4. 2
      docker-mods/calibre-web/root/etc/cont-init.d/98-themepark
  5. 2
      docker-mods/deluge/Dockerfile
  6. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark
  7. 2
      docker-mods/duplicati/Dockerfile
  8. 2
      docker-mods/duplicati/root/etc/cont-init.d/98-themepark
  9. 2
      docker-mods/emby/Dockerfile
  10. 2
      docker-mods/emby/root/etc/cont-init.d/98-themepark
  11. 2
      docker-mods/jackett/Dockerfile
  12. 2
      docker-mods/jackett/root/etc/cont-init.d/98-themepark
  13. 2
      docker-mods/jellyfin/Dockerfile
  14. 2
      docker-mods/jellyfin/root/etc/cont-init.d/98-themepark
  15. 2
      docker-mods/lazylibrarian/Dockerfile
  16. 2
      docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark
  17. 2
      docker-mods/librespeed/Dockerfile
  18. 2
      docker-mods/librespeed/root/etc/cont-init.d/98-themepark
  19. 2
      docker-mods/lidarr/Dockerfile
  20. 2
      docker-mods/lidarr/root/etc/cont-init.d/98-themepark
  21. 2
      docker-mods/mylar3/Dockerfile
  22. 2
      docker-mods/mylar3/root/etc/cont-init.d/98-themepark
  23. 2
      docker-mods/nzbget/Dockerfile
  24. 2
      docker-mods/nzbget/root/etc/cont-init.d/98-themepark
  25. 2
      docker-mods/plex/Dockerfile
  26. 2
      docker-mods/plex/root/etc/cont-init.d/98-themepark
  27. 2
      docker-mods/prowlarr/Dockerfile
  28. 2
      docker-mods/prowlarr/root/etc/cont-init.d/98-themepark
  29. 2
      docker-mods/qbittorrent/Dockerfile
  30. 4
      docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
  31. 2
      docker-mods/radarr/Dockerfile
  32. 2
      docker-mods/radarr/root/etc/cont-init.d/98-themepark
  33. 2
      docker-mods/readarr/Dockerfile
  34. 2
      docker-mods/readarr/root/etc/cont-init.d/98-themepark
  35. 2
      docker-mods/rutorrent/Dockerfile
  36. 2
      docker-mods/rutorrent/root/etc/cont-init.d/98-themepark
  37. 2
      docker-mods/sabnzbd/Dockerfile
  38. 2
      docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark
  39. 2
      docker-mods/sonarr/Dockerfile
  40. 2
      docker-mods/sonarr/root/etc/cont-init.d/98-themepark
  41. 2
      docker-mods/synclounge/Dockerfile
  42. 2
      docker-mods/synclounge/root/etc/cont-init.d/98-themepark
  43. 2
      docker-mods/tautulli/Dockerfile
  44. 2
      docker-mods/tautulli/root/etc/cont-init.d/98-themepark
  45. 2
      docker-mods/thelounge/Dockerfile
  46. 2
      docker-mods/thelounge/root/etc/cont-init.d/98-themepark
  47. 2
      docker-mods/transmission/Dockerfile
  48. 2
      docker-mods/transmission/root/etc/cont-init.d/98-themepark
  49. 2
      docker-mods/vuetorrent/Dockerfile
  50. 2
      docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

2
docker-mods/bazarr/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Bazarr"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Calibre-Web"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Deluge"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Duplicati"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Emby"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Jackett"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Jellyfin"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Lazylibrarian"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Librespeed"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Lidarr"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Mylar3"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="NZBGet"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Plex"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Prowlarr"
#copy local files.
#copy local files.
COPY root/ /

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 '---------------------------'

2
docker-mods/qbittorrent/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Qbittorrent"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Radarr"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Readarr"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Rutorrent"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="SABnzbd"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Sonarr"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Synclounge"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Tautulli"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="The Lounge"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -2,5 +2,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="Transmission"
#copy local files.
#copy local files.
COPY root/ /

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/Dockerfile

@ -3,5 +3,5 @@ FROM scratch
LABEL maintainer="GilbN"
LABEL app="VueTorrent"
#copy local files.
#copy local files.
COPY root/ /

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