mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 18:25:05 +00:00
Duplicate website/docs/applications/download-tools/pyload.md history in roles/pyload/docs/ history.
This commit is contained in:
parent
7b478dcadd
commit
e53297d72c
1 changed files with 18 additions and 0 deletions
18
roles/pyload/docs/pyload.md
Normal file
18
roles/pyload/docs/pyload.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
title: "pyLoad"
|
||||||
|
---
|
||||||
|
|
||||||
|
Homepage: [https://pyload.net/](https://pyload.net/)
|
||||||
|
|
||||||
|
Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Set `pyload_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||||
|
|
||||||
|
pyLoad's web interface can be found at <http://ansible_nas_host_or_ip:8000>.
|
||||||
|
|
||||||
|
## Specific Configuration
|
||||||
|
|
||||||
|
Default username is `pyload` and default password is `pyload`
|
||||||
|
In order to add or remove users, you will need to access the container from an interactive shell (can easily be done from portainer, if installed) and enter pyLoad's home directory `/opt/pyload` and using the command `python pyLoadCore.py -u` and follow the on-screen prompts. More commands to configure and customize pyLoad can be found on it's website.
|
Loading…
Reference in a new issue