Compose-Examples/examples/arr-suite/README.md

59 lines
2.4 KiB
Markdown
Raw Normal View History

2024-02-28 00:39:07 +00:00
# References
- https://docs.linuxserver.io/images/docker-prowlarr/
- https://docs.linuxserver.io/images/docker-sonarr/
- https://docs.linuxserver.io/images/docker-radarr/
2024-02-28 10:18:59 +00:00
- https://docs.linuxserver.io/images/docker-lidarr/
2024-02-28 19:36:46 +00:00
- https://docs.linuxserver.io/images/docker-readarr/
2024-02-28 00:39:07 +00:00
- https://docs.linuxserver.io/images/docker-qbittorrent/
- https://docs.linuxserver.io/images/docker-emby/
# Notes
> [!WARNING]
> Downloading copyright restricted movies or media in general is illegal in most countries.
>
> Use this docker stack responsibly!
Docker stack consisting of various arr-services like:
- Prowlarr
2024-02-28 09:54:20 +00:00
- Used as indexer for torrent links
2024-02-28 00:39:07 +00:00
- Sonarr
2024-02-28 09:54:20 +00:00
- Used for tv shows
2024-02-28 00:39:07 +00:00
- Radarr
2024-02-28 09:54:20 +00:00
- Used for movies
2024-02-28 10:18:59 +00:00
- Lidarr
2024-02-28 19:36:46 +00:00
- Used for music
- Readarr
- User for books
2024-02-28 00:39:07 +00:00
- Qbittorrent
2024-02-28 09:54:20 +00:00
- Used as download client, preferably behind VPN (e.g. socks5)
- A temporary password for the `admin` user will be printed to the container log on startup. Change it immediately to a static one that does not change again.
2024-02-28 00:39:07 +00:00
- Emby
2024-02-28 09:54:20 +00:00
- Used to manage your media libraries and stream it from various devices
2024-02-28 00:39:07 +00:00
2024-02-28 09:54:20 +00:00
Combine with a reverse proxy like Traefik.
2024-02-28 00:39:07 +00:00
2024-02-28 01:07:11 +00:00
## Setup
2024-02-28 19:36:46 +00:00
You can follow this Youtube tutorial on how to setup most of the arr applications:
2024-02-28 01:07:11 +00:00
https://www.youtube.com/watch?v=LD8-Qr3B2-o
2024-02-28 09:56:13 +00:00
**Note**: As all arr containers live within the same Docker network, you can easily reference container names instead of IPs. Docker will resolve the container names automatically to the current docker containers' IP. No need for port mappings or defining your Docker server's IP address. Use Docker networks!
2024-02-28 01:07:11 +00:00
![image](https://github.com/Haxxnet/Compose-Examples/assets/21357789/8915f9f3-081f-41d2-9c5e-bdf9553e09c2)
![image](https://github.com/Haxxnet/Compose-Examples/assets/21357789/94de5802-3b26-420b-bb1d-ac82cd5a5cfb)
## Traefik + Emby + HTTP Headers
2024-02-28 01:07:11 +00:00
2024-02-28 13:30:35 +00:00
During the setup of Emby in a web browser (HTTPS via Traefik) you may notice errors in the developer console, which prevent the web page from loading properly.
Those errors occur, if you have configured secure HTTP response headers such as X-Content-Type-Options with the directive "nosniff".
To complete the web-based setup, you either have to temporarely disable the HTTP header or browse the Emby instance without Traefik as reverse proxy.
After the setup was completed, the errors are gone and you can use Emby regularly with Traefik, HTTPS and any X-Content-Type-Options header configuration.