2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: Synology Download Station
|
|
|
|
description: Synology Download Station Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-24 14:27:47 -08:00
|
|
|
Learn more about [Synology Download Station](https://www.synology.com/en-us/dsm/packages/DownloadStation).
|
2024-01-22 13:26:15 -05:00
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
Note: the widget is not compatible with 2FA.
|
|
|
|
|
|
|
|
Allowed fields: `["leech", "download", "seed", "upload"]`.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
widget:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: downloadstation
|
|
|
|
url: http://downloadstation.host.or.ip:port
|
|
|
|
username: username
|
|
|
|
password: password
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|