ShiawasenaHoshi / docker_torrent_vpn

Dockerized qBittorrent that works only via openvpn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized qBittorrent that works only via VPN

Features

  • Easy installation and using
  • OpenVPN with the killswitch
  • When the VPN connection is lost the qBittorrent container restarts

Configuration

Just save openvpn configuration file into openvpn_config directory with conf extension. OpenVPN config must work without typing password

Start

sudo bash up.sh

or

sudo UID=${UID} GID=${GID} docker-compose up

Then go to http://localhost:8889/ (username: admin, password: adminadmin)

Thanks to

About

Dockerized qBittorrent that works only via openvpn


Languages

Language:Dockerfile 91.2%Language:Shell 8.8%