Skip to content

Nexxus-LMT/compose-transmission-wireguard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-transmission-wireguard

Run Transmission through a WireGuard tunnel with Docker Compose.

GitHub GitHub stars GitHub issues GitHub forks GitHub license

buymeacoffee_img

Changelog

2022-06-14:

2021-08-17:

2021-02-22:

  • First release!

WireGuard VPN providers

Here is a list of WireGuard VPN providers. I've chosen to only list providrs what have a maximum of 2 major concerns over at safetydetectives.com, these concerns can not be security related. I receive no commission for linking to these providers. Personally I have only tested Mullvad, which are a great provider, so I can't speak for the others. Read about them and make up your own decision.

Provider No. of major concerns WireGuard Port Forwarding
Mullvad 0 Source
Private Internet Access 0 Source
OVPN 1 Source
IVPN 0 ✅ Not available in the US. Source
AirVPN 1 Source
AzireVPN 1 Source

Usage

  1. git clone https://github.com/SebDanielsson/compose-transmission-wireguard.git
  2. Edit wg0.conf (WireGuard) with credentials from your VPN provider.
  3. Edit transmission.env and add your preferred username and password to access the WebUI. Also change peerport to a port that is open at your VPN provider.
  4. docker compose up -d and you should be up and running.
  5. The Transmission WebUI is accessible at 127.0.0.1:9091. I highly recommend to use a VPN to access your WebUI remotely.

Extra killswitch

Update bind-address-ipv4 and bind-address-ipv6 in Transmission's settings.json to the IP addresses that you were provided in your wg0.conf.

Themes

Default WebUI theme is Transmissionic bundled with linuxserver/docker-transmission. See their repo for alternatives.

Donate

Buy Me A Coffee

Contribute

All contributions are appreciated

License

MIT

About

Run Transmission through a WireGuard tunnel with Docker Compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%