diff --git a/credits.md b/credits.md
index 85b4c86..9f7aa64 100644
--- a/credits.md
+++ b/credits.md
@@ -146,6 +146,13 @@
UrekD
+
+
+
+
+ remygrandin
+
+ |
@@ -166,15 +173,15 @@
Alessandro Del Prete
- |
+
+
Stephen Rigney
- |
-
+
@@ -209,6 +216,14 @@
Begin
+ |
+
+
+
+
+
+ CHAIYEON CHO
+
|
@@ -216,8 +231,7 @@
David
- |
-
+
@@ -245,7 +259,8 @@
Ishan Jain
- |
+
+
@@ -259,8 +274,7 @@
Rubjo
- |
-
+
@@ -281,20 +295,6 @@
Steven Kast
- |
-
-
-
-
- Xert
-
- |
-
-
-
-
- Aniket Teredesai
-
|
diff --git a/widgets.md b/widgets.md
index bbfff1d..562f1fd 100644
--- a/widgets.md
+++ b/widgets.md
@@ -46,6 +46,7 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [Pi Hole Queries](#pi-hole-queries)
- [Recent Traffic](#recent-traffic)
- [Stat Ping Statuses](#stat-ping-statuses)
+ - [Synology Download Station](#synology-download-station)
- **[System Resource Monitoring](#system-resource-monitoring)**
- [CPU Usage Current](#current-cpu-usage)
- [CPU Usage Per Core](#cpu-usage-per-core)
@@ -1325,6 +1326,41 @@ Displays the current and recent uptime of your running services, via a self-host
---
+### Synology Download Station
+
+Displays the current downloads/torrents tasks of your Synology NAS
+
+
+
+##### Options
+
+**Field** | **Type** | **Required** | **Description**
+--- | --- | --- | ---
+**`hostname`** | `string` | Required | The URL to your Synology NAS, without a trailing slash
+**`username`** | `string` | Required | The username of a user on your synology NAS. You will see only this user download station tasks if he is not part of the administrator group. Currently don't support OTP protected accounts.
+**`password`** | `string` | Required | The password of the account specified above.
+
+##### Example
+
+```yaml
+- type: synology-download
+ options:
+ hostname: http://192.168.1.1:8080
+ username: dashy
+ password: totally-secure-password
+
+
+```
+
+##### Info
+- **CORS**: 🟠Proxied
+- **Auth**: 🟢 Required
+- **Price**: 🟢 Free
+- **Host**: Self-Hosted (see [Synology](https://www.synology.com/en-us))
+- **Privacy**: _See [Synology Privacy Statement](https://www.synology.com/en-us/company/legal/privacy)_
+
+---
+
## System Resource Monitoring
The easiest method for displaying system info and resource usage in Dashy is with [Glances](https://nicolargo.github.io/glances/).