mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Duplicate website/docs/applications/download-tools/transmission.md history in roles/transmission/docs/ history.
This commit is contained in:
parent
c67899b599
commit
ec3e903cbd
1 changed files with 27 additions and 0 deletions
27
roles/transmission/docs/transmission.md
Normal file
27
roles/transmission/docs/transmission.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: "Transmission"
|
||||
---
|
||||
|
||||
Homepage: <https://transmissionbt.com/>
|
||||
|
||||
Transmission is a free BitTorrent client. Two versions are provided - one that tunnels through OpenVPN and one that connects
|
||||
directly.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `transmission_enabled: true`, or `transmission_with_openvpn_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
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).
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
If you enable Transmission with OpenVPN, you'll need to add the following to your inventory `all.yml`:
|
||||
|
||||
```yaml
|
||||
openvpn_username: super_secret_username
|
||||
openvpn_password: super_secret_password
|
||||
openvpn_provider: NORDVPN
|
||||
openvpn_config: uk686.nordvpn.com.udp
|
||||
```
|
||||
|
||||
See <https://hub.docker.com/r/haugene/transmission-openvpn/> for supported VPN providers.
|
Loading…
Reference in a new issue