Retard gooo brrr

This commit is contained in:
Brandon 2024-06-12 15:21:33 +01:00
parent a90878e85c
commit 72201bdc32
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
## What does this contain? ## What does this contain?
Currently, the script will set up 7 containers: Currently, the script will set up 8 containers:
- gluetun - A vpn container with automatic kill switch - gluetun - A vpn container with automatic kill switch
- prowlarr - API support for torrent trackers - prowlarr - API support for torrent trackers
- flaresolverr - Proxy server to bypass Cloadflare protection - flaresolverr - Proxy server to bypass Cloadflare protection
@ -8,6 +8,7 @@ Currently, the script will set up 7 containers:
- radarr - Downloads movies using a torrent client like Transmission - radarr - Downloads movies using a torrent client like Transmission
- sonarr - Downloads shows using a torrent client like Transmission - sonarr - Downloads shows using a torrent client like Transmission
- jellyseer - Handles requests for movies and tv shows - jellyseer - Handles requests for movies and tv shows
- jellyfin - Watch movies tv etc (Intel IGPU already mounted in config)
## Required software ## Required software
@ -27,7 +28,7 @@ Currently, the script will set up 7 containers:
#### Define the path of your movies and shows folders #### Define the path of your movies and shows folders
- Open `docker-compose.yaml` and look for `/path/to/movies:/movies` and `/path/to/tvseries:/tv` - Open `docker-compose.yaml` and look for `./movies:/media/movies` and `./tvseries:/media/tv`
- Change the placeholder path to the left of `:` to the path where you want to save your media - Change the placeholder path to the left of `:` to the path where you want to save your media
For example, if I had: For example, if I had:

View File

@ -109,7 +109,7 @@ services:
- ./tvseries:/media/tv - ./tvseries:/media/tv
- ./movies:/media/movies - ./movies:/media/movies
devices: devices:
- "/dev/dri:/dev/dri" - "/dev/dri:/dev/dri" # IGPU
ports: ports:
- 8096:8096 # jellyfin (HTTP) - 8096:8096 # jellyfin (HTTP)
restart: unless-stopped restart: unless-stopped