mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-12 03:18:15 +00:00
Update README.md
This commit is contained in:
parent
0058e1a382
commit
7a9826c736
|
@ -7,6 +7,7 @@
|
||||||
- https://docs.linuxserver.io/images/docker-readarr/
|
- https://docs.linuxserver.io/images/docker-readarr/
|
||||||
- https://github.com/FlareSolverr/FlareSolverr
|
- https://github.com/FlareSolverr/FlareSolverr
|
||||||
- https://docs.linuxserver.io/images/docker-qbittorrent/
|
- https://docs.linuxserver.io/images/docker-qbittorrent/
|
||||||
|
- https://github.com/MarkusMcNugen/docker-qBittorrentvpn
|
||||||
- https://docs.linuxserver.io/images/docker-emby/
|
- https://docs.linuxserver.io/images/docker-emby/
|
||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
|
@ -34,6 +35,9 @@ Docker stack consisting of various arr-services like:
|
||||||
- Qbittorrent
|
- Qbittorrent
|
||||||
- Used as download client, preferably behind VPN (e.g. socks5)
|
- 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.
|
- 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.
|
||||||
|
- [optional] Qbittorrent with OpenVPN killswitch
|
||||||
|
- Spawns an OpenVPN connection with iptables killswitch to hide your IP to safely download ISOs.
|
||||||
|
- Default user will be `admin` with the password `adminadmin`. Change it immediately to a static one that does not change again.
|
||||||
- Emby
|
- Emby
|
||||||
- Used to manage your media libraries and stream it from various devices
|
- Used to manage your media libraries and stream it from various devices
|
||||||
|
|
||||||
|
@ -52,6 +56,8 @@ The following bind mount volumes are defined:
|
||||||
- `/arr-suite/download`
|
- `/arr-suite/download`
|
||||||
- will hold your downloaded by Qbittorrent
|
- will hold your downloaded by Qbittorrent
|
||||||
|
|
||||||
|
Note: You can replace the normal qbittorrent container with the commented one supporting OpenVPN kill switch. If so, you have to put your OpenVPN config, certificate and creds into the `/arr-suite/configs/qbittorrentvpn/openvpn/` directory. More information can be found [here](https://github.com/MarkusMcNugen/docker-qBittorrentvpn?tab=readme-ov-file#how-to-use-openvpn). Afterwards add the new qbittorrent as downloading client to your arr containers by using your Docker server's host IP address.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
You can follow this Youtube tutorial on how to setup most of the arr applications:
|
You can follow this Youtube tutorial on how to setup most of the arr applications:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user