Skip to main content

Deluge

This setup uses the container maintained here: binhex/arch-delugevpn

Settings mentioned below should already exist in your inventory/group_vars/all/vpn.yml file

The default password is deluge

note

If you update the Deluge password and are using the automatic app bootstrap, you will need to update the password for the HMSD - Deluge download client in the Sonarr and Radarr app(s)

note

After updating the VPN config file, run docker restart deluge

OpenVPN

Requires the following variables:

  • hmsdocker_vpn_type: openvpn
  • hmsdocker_vpn_user: Your VPN account/service account username
  • hmsdocker_vpn_pass: Your VPN account/service account password

If using an OpenVPN config file for your VPN connection, please update or place the .ovpn file and any other required files in the directory: /opt/hms-docker/apps/deluge/config/openvpn (default)

This folder will not exist until the playbook is ran or the container runs

WireGuard

Requires the following variables:

  • hmsdocker_vpn_type: wireguard

If using WireGuard for your VPN connection, please update or place the wg0.conf file and any other required files in the directory: /opt/hms-docker/apps/deluge/config/wireguard (default)

This folder will not exist until the playbook is ran or the container runs