Skip to content

Docker compose for torrenting with transmission behind wireguard tunnel

License

Notifications You must be signed in to change notification settings

chadek/docker-Wireguard-Transmission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-Wireguard-Transmission

A docker compose file for torrenting through a vpn tunnel, using transmission as torrent client and wireguard as vpn tunnel inspirated from this post

Requirements

This is a docker-compose file with some configuration samples for wireguard, inside a container, and docker. So the only package required is docker-compose. You can install it with something like this on a debian like system:

apt install docker-compose

To have ipv6 working, you should configure docker daemon with the provided configuration file by editing the /etc/docker/daemon.json file. Then docker daemon must be reloaded or restart to apply changes with:

systemctl restart docker

Running this tool

Wireguard configuration sample provided here should be filed with proper values and mapped to the wireguard image by placing it into the path of the mounted volume for the container of that you will choose by replacing this one /some/path/to/wireguard/config.

The wireguard config include some network post up script to nat correctly ipv4 through interfaces, more detail here

After configuring properly wireguard, a simple run of this will bring everything up:

docker-compose up

Or if you want to run as a daemon in background:

docker-compose up -d 

To check that torrent client is effectively connected to your vpn ip, you can run the following command:

docker exec transmission sh -c 'curl -4 ifconfig.io'

and this for ipv6:

docker exec transmission sh -c 'curl -6 ifconfig.io'

About

Docker compose for torrenting with transmission behind wireguard tunnel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published