diff --git a/docs/widgets.md b/docs/widgets.md index bbfff1d8..562f1fd8 100644 --- a/docs/widgets.md +++ b/docs/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 + +

+ {{ $t('widgets.synology-download.downloaded') }}:
+ {{ task.Downloaded | formatSize }}
+ / {{ task.TotalSize | formatSize }} ({{ task.Progress }}%)
+ ({{ task.DownSpeed | formatSize }}/s)
+ {{ $t('widgets.synology-download.uploaded') }}:
+ {{ task.Uploaded | formatSize }}
+ ({{ task.UpSpeed | formatSize }}/s)
+ (ratio : {{ Math.floor( task.Uploaded / task.Downloaded * 100 ) / 100 }})
+