I'm using unraid and docker. I just setup qbittorrent/radarr/sonarr/jackett. I have mullvad VPN. How can I ensure all torrent activity stays behind the VPN?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-transmission-openvpn

    Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel

  • version: "3.6" services: transmission: cap_add: - AUDIT_WRITE - CHOWN - DAC_OVERRIDE - FOWNER - FSETID - KILL - MKNOD - NET_BIND_SERVICE - NET_RAW - SETFCAP - SETGID - SETPCAP - SETUID - SYS_CHROOT cap_drop: - AUDIT_CONTROL - BLOCK_SUSPEND - DAC_READ_SEARCH - IPC_LOCK - IPC_OWNER - LEASE - LINUX_IMMUTABLE - MAC_ADMIN - MAC_OVERRIDE - NET_ADMIN - NET_BROADCAST - SYSLOG - SYS_ADMIN - SYS_BOOT - SYS_MODULE - SYS_NICE - SYS_PACCT - SYS_PTRACE - SYS_RAWIO - SYS_RESOURCE - SYS_TIME - SYS_TTY_CONFIG - WAKE_ALARM command: - dumb-init - /etc/openvpn/start.sh container_name: transmission environment: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - OPENVPN_USERNAME=edit - OPENVPN_PASSWORD=edit - OPENVPN_PROVIDER=SURFSHARK - GLOBAL_APPLY_PERMISSIONS=true - TRANSMISSION_RPC_PORT=9091 - CREATE_TUN_DEVICE=true - ENABLE_UFW=false - UFW_ALLOW_GW_NET=false - UFW_EXTRA_PORTS=none - UFW_DISABLE_IPTABLES_REJECT=false - PUID=1029 - PGID=100 - PEER_DNS=true - PEER_DNS_PIN_ROUTES=true - DROP_DEFAULT_ROUTE=none - WEBPROXY_ENABLED=false - WEBPROXY_PORT=8118 - WEBPROXY_USERNAME=none - WEBPROXY_PASSWORD=none - LOG_TO_STDOUT=false - HEALTH_CHECK_HOST=google.com - SELFHEAL=false - REVISION=901c0d2def15fcbd2e2cde2bddd1799678e85a31 - OPENVPN_CONFIG=us-sfo.prod.surfshark.com_tcp - LOCAL_NETWORK=192.168.0.0/16 - --cap-add=NET_ADMIN - TRANSMISSION_WEB_UI=combustion - TZ=America/Los_Angeles hostname: thestack image: haugene/transmission-openvpn:latest ipc: private labels: autoheal: true org.opencontainers.image.revision: a95f586492b2b7e8ff2cc8ac7f91bc43c0cccc40 org.opencontainers.image.source: https://github.com/haugene/docker-transmission-openvpn logging: driver: db options: {} mac_address: 02:42:ac:11:00:00 network_mode: bridge ports: - :8118/tcp - 49199:9091/tcp privileged: true restart: always security_opt: - label=disable stdin_open: true tty: true volumes: - /volume1/docker/appdata/transmission:/config - /volume1/data/torrents:/data

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts