mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update README.md
This commit is contained in:
parent
e66f15567e
commit
f00bda0867
21
README.md
21
README.md
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
# qBittorrent with WebUI and OpenVPN
|
# qBittorrent with WebUI and OpenVPN
|
||||||
Docker container which runs qBittorrent torrent client with WebUI while connecting to OpenVPN.
|
Docker container which runs a headless qBittorrent client with WebUI while connecting to OpenVPN.
|
||||||
|
|
||||||
## Run container from Docker registry
|
## Run container from Docker registry
|
||||||
The container is available from the Docker registry and this is the simplest way to get it.
|
The container is available from the Docker registry and this is the simplest way to get it.
|
||||||
@ -28,8 +28,8 @@ This is where qBittorrent will store your downloads, incomplete downloads and lo
|
|||||||
|----------|----------|-------|
|
|----------|----------|-------|
|
||||||
|`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=asdf`|
|
|`OPENVPN_USERNAME`|Your OpenVPN username |`OPENVPN_USERNAME=asdf`|
|
||||||
|`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=asdf`|
|
|`OPENVPN_PASSWORD`|Your OpenVPN password |`OPENVPN_PASSWORD=asdf`|
|
||||||
|`PUID`|UID for config files |`OPENVPN_PASSWORD=asdf`|
|
|`PUID`|UID applied to config files |`OPENVPN_PASSWORD=asdf`|
|
||||||
|`PGID`|GID for config files |`OPENVPN_PASSWORD=asdf`|
|
|`PGID`|GID applied to config files |`OPENVPN_PASSWORD=asdf`|
|
||||||
|
|
||||||
### Access the WebUI
|
### Access the WebUI
|
||||||
But what's going on? My http://IPADDRESS:8080 isn't responding?
|
But what's going on? My http://IPADDRESS:8080 isn't responding?
|
||||||
@ -51,19 +51,20 @@ To build this container, clone the repository and cd into it.
|
|||||||
|
|
||||||
### Build it:
|
### Build it:
|
||||||
```
|
```
|
||||||
$ cd /repo/location/docker-transmission-openvpn
|
$ cd /repo/location/qbittorrentvpn
|
||||||
$ docker build -t transmission-openvpn .
|
$ docker build -t qbittorrentvpn .
|
||||||
```
|
```
|
||||||
### Run it:
|
### Run it:
|
||||||
```
|
```
|
||||||
$ docker run --privileged -d \
|
$ docker run --privileged -d \
|
||||||
-v /your/storage/path/:/data \
|
-v /your/docker/config/path/:/config \
|
||||||
-e "OPENVPN_PROVIDER=PIA" \
|
-v /your/downloads/path/:/downloads \
|
||||||
-e "OPENVPN_CONFIG=Netherlands" \
|
|
||||||
-e "OPENVPN_USERNAME=user" \
|
-e "OPENVPN_USERNAME=user" \
|
||||||
-e "OPENVPN_PASSWORD=pass" \
|
-e "OPENVPN_PASSWORD=pass" \
|
||||||
-p 9091:9091 \
|
-e PUID=<uid for user> \
|
||||||
transmission-openvpn
|
-e PGID=<gid for user> \
|
||||||
|
-p 8080:8080 \
|
||||||
|
qbittorrentvpn
|
||||||
```
|
```
|
||||||
|
|
||||||
This will start a container as described in the "Run container from Docker registry" section.
|
This will start a container as described in the "Run container from Docker registry" section.
|
||||||
|
Loading…
Reference in New Issue
Block a user