Update README.md

pull/21/head
LRVT 2024-03-16 01:48:34 +01:00 zatwierdzone przez GitHub
rodzic 030c63f14e
commit 1057d043cb
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 4 dodań i 7 usunięć

Wyświetl plik

@ -7,7 +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://hub.docker.com/r/qmcgaw/gluetun
- https://docs.linuxserver.io/images/docker-emby/ - https://docs.linuxserver.io/images/docker-emby/
- https://docs.linuxserver.io/images/docker-jellyfin (alternative option to emby) - https://docs.linuxserver.io/images/docker-jellyfin (alternative option to emby)
@ -34,11 +34,10 @@ Docker stack consisting of various arr-services like:
- Used to bypass Cloudflare for prowlarr - Used to bypass Cloudflare for prowlarr
- You must add it at prowlarr as indexer with the tag `flaresolverr` - You must add it at prowlarr as indexer with the tag `flaresolverr`
- Qbittorrent - Qbittorrent
- Used as download client, preferably behind VPN (e.g. socks5) - Used as download client; run behind gluetun vpn killswitch container
- 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 - Gluetun
- Spawns an OpenVPN connection with iptables killswitch to hide your IP to safely download ISOs. - Used for establishing an openvpn/wireguard killswitch vpn connection for qbittorrent
- Default user will be `admin` with the password `adminadmin`. Change it immediately to a static one that does not change again.
- Emby / Jellyfin - Emby / Jellyfin
- Used to manage your media libraries and stream it from various devices - Used to manage your media libraries and stream it from various devices
@ -48,8 +47,6 @@ The following bind mount volumes are defined:
- holds the config files of an arr container - holds the config files of an arr container
- `/arr-suite/media/` - `/arr-suite/media/`
- will hold your media files such as movies, music, books, tv-shows, qbittorrent downloads etc. - will hold your media files such as movies, music, books, tv-shows, qbittorrent downloads etc.
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