Update readme to include Synology Download Station. Descriptions for configuration options taken from 047326a by YvesPa
This commit is contained in:
parent
dc2ec486d7
commit
a9cd30364e
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -105,7 +105,7 @@ If you use Proxmox for your homelab, you can run rdt-client in a linux container
|
||||||
|
|
||||||
### Download Clients
|
### Download Clients
|
||||||
|
|
||||||
Currently there 4 available download clients:
|
Currently there 5 available download clients:
|
||||||
|
|
||||||
#### Internal Downloader
|
#### Internal Downloader
|
||||||
|
|
||||||
|
|
@ -153,6 +153,17 @@ Required configuration:
|
||||||
Suggested configuration:
|
Suggested configuration:
|
||||||
- Automatic retry downloads > 3
|
- Automatic retry downloads > 3
|
||||||
|
|
||||||
|
### Synology Download Station
|
||||||
|
|
||||||
|
The Synology Download Station downloader uses an external Download Station server. You will need to set this up yourself.
|
||||||
|
|
||||||
|
It has the following options:
|
||||||
|
|
||||||
|
- Url: The URL to the Synology DownloadStation. A common URL is `http://127.0.0.1:5000`
|
||||||
|
- Username: The username to use when connecting to the Synology DownloadStation.
|
||||||
|
- Password: The password to use when connecting to the Synology DownloadStation.
|
||||||
|
- Download Path: The root path to download the file on the Synology DownloadStation host. If left empty, the default path configured on your Download Station server will be used.
|
||||||
|
|
||||||
### Troubleshooting
|
### Troubleshooting
|
||||||
|
|
||||||
- If you forgot your logins simply delete the `rdtclient.db` and restart the service.
|
- If you forgot your logins simply delete the `rdtclient.db` and restart the service.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue