Browse Source

moving mods to master

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

18
.github/workflows/auto-build.yml

@ -1,12 +1,10 @@
name: autobuildallthemods name: autobuildallthemods
on: on:
push: push:
branches: [ docker-mods ] branches:
paths-ignore: - master
- '.github/**' paths:
- '.vscode/**' - 'docker-mods/**'
- '**/README.md'
- '**/LICENSE'
jobs: jobs:
push_to_ghcr_io: push_to_ghcr_io:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -29,7 +27,7 @@ jobs:
run: | run: |
for i in ${{ steps.getfile.outputs.files }} for i in ${{ steps.getfile.outputs.files }}
do do
directory="$( echo $i | cut -d'/' -f1 -s )" directory="$( echo $i | cut -d'/' -f2 -s )"
if [ -z "$directory" ]; then if [ -z "$directory" ]; then
continue # Skip root dir continue # Skip root dir
elif [ "$i" == *.md ]; then elif [ "$i" == *.md ]; then
@ -37,7 +35,7 @@ jobs:
elif [ "$i" == *.yml ]; then elif [ "$i" == *.yml ]; then
continue # Skip YAML files continue # Skip YAML files
fi fi
docker build $directory --tag ghcr.io/gilbn/theme.park:$directory docker build docker-mods/$directory --tag ghcr.io/gilbn/theme.park:$directory
docker push ghcr.io/gilbn/theme.park:$directory docker push ghcr.io/gilbn/theme.park:$directory
done done
push_to_dockerhub: push_to_dockerhub:
@ -60,7 +58,7 @@ jobs:
run: | run: |
for i in ${{ steps.getfile.outputs.files }} for i in ${{ steps.getfile.outputs.files }}
do do
directory="$( echo $i | cut -d'/' -f1 -s )" directory="$( echo $i | cut -d'/' -f2 -s )"
if [ -z "$directory" ]; then if [ -z "$directory" ]; then
continue # Skip root dir continue # Skip root dir
elif [ "$i" == *.md ]; then elif [ "$i" == *.md ]; then
@ -68,6 +66,6 @@ jobs:
elif [ "$i" == *.yml ]; then elif [ "$i" == *.yml ]; then
continue # Skip YAML files continue # Skip YAML files
fi fi
docker build $directory --tag gilbn/theme.park:$directory docker build docker-mods/$directory --tag gilbn/theme.park:$directory
docker push gilbn/theme.park:$directory docker push gilbn/theme.park:$directory
done done

3
.vscode/settings.json

@ -1,3 +0,0 @@
{
"python.pythonPath": "C:\\Users\\Marius\\AppData\\Local\\Programs\\Python\\Python37\\python.exe"
}

21
LICENSE

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2019 GilbN
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

12
README.md

@ -1,12 +0,0 @@
# Docker Mods
[![Docs](https://img.shields.io/static/v1.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=theme-park.dev&message=Docs)](https://docs.theme-park.dev "Documentation for all the themes in this repository.")
[![Discord](https://img.shields.io/discord/591352397830553601.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=Discord&logo=discord)](https://discord.gg/HM5uUKU "Discord for theme installation support")
[![GitHub Stars](https://img.shields.io/github/stars/gilbn/theme.park.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&logo=github)](https://github.com/GilbN/theme.park)
[![Support](https://img.shields.io/static/v1.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=&message=sponsor&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABN0lEQVQ4T2NkoBAwIuv/HxDggMT/wLhhwwUQ/39AgAEDA4MATI5xw4YDcDaaAf+R+AcZN2wAG/g/IACkwR7JALjFYAbU5v0k+sYR5BLG/wEBCQwMDAUMDAz6DM3NDAxz5zIwPHhAjFkXGRgYJoAMaGBgYKgH6wgPZ2DYt4+B4fVrYgwAqWlENYBYbQwMDO8+sjH8+cvUSbYB6w9Kv/vwlW0aWYE4Z5MCAwfrf7fYnxN3wwwAxTEorvHGBMjZBy+Ivvv6jSXi20+OU+kMnR/RExIoQEGxIo8eHM/fcDA8fc114/J9/jVJv/prsSYkaJqYwMDAEIBsCMjme894bl6+w7s76e/EXGTDUVwAk0CJWgYGBliAIduM0wVIhoCS8X7kAMMWy1hdAPUKOGCXbJdnhQUYSQYQm6YAtdh8zhSGm1AAAAAASUVORK5CYII=)](https://github.com/sponsors/GilbN "Donate!")
[![GitHub](https://img.shields.io/github/license/gilbn/theme.park.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge)](https://github.com/gilbN/theme.park/blob/master/LICENSE)
[![GitHub Package Repository](https://img.shields.io/static/v1.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=theme-park.dev&message=Packages&logo=github)](https://github.com/users/GilbN/packages/container/package/theme.park)
[![Docker Pulls](https://img.shields.io/docker/pulls/gilbn/theme.park.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=pulls&logo=docker)](https://hub.docker.com/r/gilbn/theme.park)
[![Blog](https://img.shields.io/static/v1.svg?color=009688&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=technicalramblings&message=Blog)](https://technicalramblings.com/ "A blog with different guides :)")
## See [https://docs.theme-park.dev/setup/#docker-mods](https://docs.theme-park.dev/setup/#docker-mods) for more information

0
bazarr/Dockerfile → docker-mods/bazarr/Dockerfile

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

0
calibre-web/Dockerfile → docker-mods/calibre-web/Dockerfile

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

0
deluge/Dockerfile → docker-mods/deluge/Dockerfile

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

0
emby/Dockerfile → docker-mods/emby/Dockerfile

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

0
jackett/Dockerfile → docker-mods/jackett/Dockerfile

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

0
jellyfin/Dockerfile → docker-mods/jellyfin/Dockerfile

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

0
lazylibrarian/Dockerfile → docker-mods/lazylibrarian/Dockerfile

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

0
librespeed/Dockerfile → docker-mods/librespeed/Dockerfile

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

0
lidarr/Dockerfile → docker-mods/lidarr/Dockerfile

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

0
nzbget/Dockerfile → docker-mods/nzbget/Dockerfile

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

0
plex/Dockerfile → docker-mods/plex/Dockerfile

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

0
prowlarr/Dockerfile → docker-mods/prowlarr/Dockerfile

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

0
qbittorrent/Dockerfile → docker-mods/qbittorrent/Dockerfile

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

0
radarr/Dockerfile → docker-mods/radarr/Dockerfile

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

0
readarr/Dockerfile → docker-mods/readarr/Dockerfile

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

0
rutorrent/Dockerfile → docker-mods/rutorrent/Dockerfile

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

0
sabnzbd/Dockerfile → docker-mods/sabnzbd/Dockerfile

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

0
sonarr/Dockerfile → docker-mods/sonarr/Dockerfile

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

0
synclounge/Dockerfile → docker-mods/synclounge/Dockerfile

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

0
tautulli/Dockerfile → docker-mods/tautulli/Dockerfile

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

0
thelounge/Dockerfile → docker-mods/thelounge/Dockerfile

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

0
transmission/Dockerfile → docker-mods/transmission/Dockerfile

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

0
vuetorrent/Dockerfile → docker-mods/vuetorrent/Dockerfile

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

Loading…
Cancel
Save