kopia lustrzana https://github.com/Haxxnet/Compose-Examples
rodzic
e350a28d44
commit
58e11286ac
|
@ -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
|
|||
|
||||

|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
|
Ładowanie…
Reference in New Issue