Deprecated in favour of openvpn-hyrosa
6.1K
ruTorrent with OpenVPN client, http proxy, dns-over-tls and a random ovpn picker.
Based on binhex/arch-rtorrentvpn.
docker run -d \
--cap-add=NET_ADMIN \
-p 9080:9080 \
-p 9443:9443 \
-p 8118:8118 \
--name=<container name> \
-v <path for data files>:/data \
-v <path for config files>:/config \
-v /etc/localtime:/etc/localtime:ro \
-e VPN_ENABLED=<yes|no> \
-e VPN_USER=<vpn username> \
-e VPN_PASS=<vpn password> \
-e VPN_PROV=<pia|airvpn|custom> \
-e VPN_OPTIONS=<additional openvpn cli options> \
-e STRICT_PORT_FORWARD=<yes|no> \
-e ENABLE_PRIVOXY=<yes|no> \
-e ENABLE_AUTODL_IRSSI=<yes|no> \
-e ENABLE_RPC2=<yes|no> \
-e ENABLE_RPC2_AUTH=<yes|no> \
-e ENABLE_WEBUI_AUTH=<yes|no> \
-e RPC2_USER=<rpc2 username> \
-e RPC2_PASS=<rpc2 password> \
-e WEBUI_USER=<webui username> \
-e WEBUI_PASS=<webui password> \
-e LAN_NETWORK=<lan ipv4 network>/<cidr notation> \
-e NAME_SERVERS=<name server ip(s)> \
-e ADDITIONAL_PORTS=<port number(s)> \
-e DEBUG=<true|false> \
-e PHP_TZ=<php timezone> \
-e UMASK=<umask for created files> \
-e PUID=<uid for user> \
-e PGID=<gid for user> \
testdasi/ruTorrentvpn-plus-plus
docker run -d \
--name='rutorrentvpn-plus-plus' \
--cap-add=NET_ADMIN \
-e TZ="Europe/London" \
-e HOST_OS="Unraid" \
-e 'VPN_ENABLED'='yes' \
-e 'VPN_USER'='VPN_USER' \
-e 'VPN_PASS'='VPN_PASS' \
-e 'VPN_PROV'='pia' \
-e 'VPN_OPTIONS'='' \
-e 'STRICT_PORT_FORWARD'='yes' \
-e 'LAN_NETWORK'='192.168.0.1/24' \
-e 'NAME_SERVERS'='127.2.2.2' \
-e 'ADDITIONAL_PORTS'='' \
-e 'ENABLE_PRIVOXY'='yes' \
-e 'ENABLE_AUTODL_IRSSI'='no' \
-e 'ENABLE_RPC2'='yes' \
-e 'ENABLE_RPC2_AUTH'='yes' \
-e 'RPC2_USER'='RPC2_USER' \
-e 'RPC2_PASS'='RPC2_PASS' \
-e 'ENABLE_WEBUI_AUTH'='yes' \
-e 'WEBUI_USER'='WEBUI_USER' \
-e 'WEBUI_PASS'='WEBUI_PASS' \
-e 'DEBUG'='no' \
-e 'PHP_TZ'='UTC' \
-e 'UMASK'='000' \
-e 'PUID'='99' \
-e 'PGID'='100' \
-p '5000:5000/tcp' \
-p '9080:9080/tcp' \
-p '9443:9443/tcp' \
-p '8118:8118/tcp' \
-v '/mnt/user/appdata/rutorrentvpn-plus-plus':'/config':'rw' \
-v '/mnt/user/downloads/rutorrentvpn-plus-plus/':'/data':'rw' \
'testdasi/rutorrentvpn-plus-plus'
Content type
Image
Digest
Size
365.7 MB
Last updated
over 5 years ago
docker pull testdasi/rutorrentvpn-plus-plus