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

48 wiersze
1.7 KiB
Markdown
Czysty Zwykły widok Historia

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/
- https://docs.linuxserver.io/images/docker-qbittorrent/
2024-02-28 09:34:35 +00:00
- https://docs.linuxserver.io/deprecated_images/docker-requestrr/
2024-02-28 00:39:07 +00:00
- 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 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 09:34:35 +00:00
- Requestrr
- Used to request movies and tv-shows by end clients
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
You can follow this Youtube tutorial on how to setup the arr applications:
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)