mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
19 lines
730 B
Markdown
19 lines
730 B
Markdown
|
# Deluge
|
||
|
|
||
|
[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client.
|
||
|
<img align="right" width="200" height="200" src="https://avatars2.githubusercontent.com/u/6733935?v=3&s=200">
|
||
|
* Full Encryption
|
||
|
* WebUI
|
||
|
* Plugin System
|
||
|
* Much more...
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Set `deluge_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||
|
|
||
|
Deluge's web interface can be found at http://ansible_nas_host_or_ip:8112
|
||
|
|
||
|
Upon first viewing you will be prompted for a password. The default is `deluge` It is recommended that you change this password in the preferences menu.
|
||
|
|
||
|
**For more info visit: [https://dev.deluge-torrent.org/] & [https://github.com/linuxserver/docker-deluge/blob/master/README.md]
|