ansible-nas/website/docs/applications/download-tools/transmission.md

28 lines
886 B
Markdown
Raw Normal View History

2022-09-20 22:00:57 +00:00
---
title: "Transmission"
---
2018-12-26 11:43:50 +00:00
2022-07-25 20:18:57 +00:00
Homepage: <https://transmissionbt.com/>
2018-12-26 11:43:50 +00:00
Transmission is a free BitTorrent client. Two versions are provided - one that tunnels through OpenVPN and one that connects
directly.
2018-12-26 11:43:50 +00:00
## Usage
2020-01-25 23:40:26 +00:00
Set `transmission_enabled: true`, or `transmission_with_openvpn_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2018-12-26 11:43:50 +00:00
2022-07-25 20:18:57 +00:00
Transmission's web interface can be found at <http://ansible_nas_host_or_ip:9091> (with OpenVPN) or <http://ansible_nas_host_or_ip:9092> (without OpenVPN).
2018-12-26 11:43:50 +00:00
## Specific Configuration
If you enable Transmission with OpenVPN, you'll need to add the following to your inventory `all.yml`:
2022-07-25 20:18:57 +00:00
```yaml
openvpn_username: super_secret_username
openvpn_password: super_secret_password
openvpn_provider: NORDVPN
openvpn_config: uk686.nordvpn.com.udp
```
2022-07-25 20:18:57 +00:00
See <https://hub.docker.com/r/haugene/transmission-openvpn/> for supported VPN providers.