Update README.md

update notes regarding arr stack
This commit is contained in:
LRVT 2024-02-28 21:50:02 +01:00 committed by GitHub
parent e350a28d44
commit 58e11286ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,20 @@ Docker stack consisting of various arr-services like:
- Emby
- Used to manage your media libraries and stream it from various devices
Combine with a reverse proxy like Traefik.
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
@ -51,6 +64,8 @@ https://www.youtube.com/watch?v=LD8-Qr3B2-o
![image](https://github.com/Haxxnet/Compose-Examples/assets/21357789/94de5802-3b26-420b-bb1d-ac82cd5a5cfb)
![image](https://github.com/Haxxnet/Compose-Examples/assets/21357789/19a26a74-dae0-4381-9614-46d20f912542)
## 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.