2
0
Fork 0

Merge pull request #11 from NovaCaller/main

Default QBITTORRENT_SERVER to localhost
This commit is contained in:
SOXFOR 2023-05-06 23:18:32 +01:00 committed by GitHub
commit 8363538baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ RUN sed -i "/${LANG}/s/^# //g" /etc/locale.gen && \
ln -fs "/usr/share/zoneinfo/${TZ}" /etc/localtime && \
dpkg-reconfigure tzdata
ENV QBITTORRENT_SERVER=
ENV QBITTORRENT_SERVER=localhost
ENV QBITTORRENT_PORT=8080
ENV QBITTORRENT_USER=admin
ENV QBITTORRENT_PASS=adminadmin

View File

@ -36,7 +36,7 @@ These actions are performed continuously (in a loop, every 5 minutes (default, c
## Configurable variables:
* QBITTORRENT_SERVER (Defaults to empty, **needs to be set**)
* QBITTORRENT_SERVER (Defaults to **localhost**)
* If setting here an address not related to the `VPN_IF_NAME` (default: tun0) a few users have [reported](https://old.reddit.com/r/ProtonVPN/comments/11ubgvi/port_forward_with_qbittorrent_and_protonvpn_on/jcxirts/) needing to set `FIREWALL_OUTBOUND_SUBNETS` for the Gluetun/VPN container
* For ProtonVPN using Wireguard and qBittorrent container using `VPN_CT_NAME` as network_mode this would be set to **10.2.0.2**
* QBITTORRENT_PORT (Defaults to **8080**)

View File

@ -71,7 +71,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- TZ=Etc/UTC
- QBITTORRENT_SERVER=
# - QBITTORRENT_SERVER=
# - QBITTORRENT_PORT=8080
# - QBITTORRENT_USER=admin
# - QBITTORRENT_PASS=adminadmin