Compose-Examples/examples/arr-suite
LRVT 58e11286ac
Update README.md
update notes regarding arr stack
2024-02-28 21:50:02 +01:00
..
docker-compose.yml Update docker-compose.yml 2024-02-28 21:36:23 +01:00
README.md Update README.md 2024-02-28 21:50:02 +01:00

References

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
    • Used as indexer for torrent links
  • Sonarr
    • Used for tv shows
  • Radarr
    • Used for movies
  • Lidarr
    • Used for music
  • Readarr
    • Used for books
  • Flaresolverr
    • Used to bypass Cloudflare for prowlarr
    • You must add it at prowlarr as indexer with the tag flaresolverr
  • Qbittorrent
    • 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.
  • Emby
    • Used to manage your media libraries and stream it from various devices

The following bind mount volumes are defined:

  • /arr-suite/configs/<container-name>
    • holds the config files of an arr container
  • /arr-suite/tv-shows
    • will hold your downloaded tv shows
  • /arr-suite/movies
    • will hold your downloaded movies
  • /arr-suite/music
    • will hold your downloaded music
  • /arr-suite/books
    • will hold your downloaded books
  • /arr-suite/download
    • will hold your downloadeds by Qbittorrent

Setup

You can follow this Youtube tutorial on how to setup most of the arr applications:

https://www.youtube.com/watch?v=LD8-Qr3B2-o

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!

image

image

image

Traefik + Emby + HTTP Headers

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.