mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
Duplicate website/docs/applications/download-tools/utorrent.md history in roles/utorrent/docs/ history.
This commit is contained in:
parent
a0e053b0b2
commit
7cd5c334de
1 changed files with 17 additions and 0 deletions
17
roles/utorrent/docs/utorrent.md
Normal file
17
roles/utorrent/docs/utorrent.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "uTorrent"
|
||||
---
|
||||
|
||||
Homepage: <https://www.utorrent.com/>
|
||||
Docker Container: <https://hub.docker.com/r/ekho/utorrent>
|
||||
|
||||
## Usage
|
||||
|
||||
Set `utorrent_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
If you want to access uTorrent externally, don't forget to set `utorrent_available_externally: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
The uTorrent web interface can be found at <http://ansible_nas_host_or_ip:8111/gui>:
|
||||
|
||||
- Username: admin
|
||||
- Password: *leave blank*
|
Loading…
Reference in a new issue