diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index b81094e..a2d5f02 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -28,6 +28,8 @@ within Homer: | |||
28 | - [rTorrent](#rtorrent) | 28 | - [rTorrent](#rtorrent) |
29 | - [qBittorrent](#qbittorrent) | 29 | - [qBittorrent](#qbittorrent) |
30 | - [CopyToClipboard](#copy-to-clipboard) | 30 | - [CopyToClipboard](#copy-to-clipboard) |
31 | - [Speedtest Tracker](#SpeedtestTracker) | ||
32 | - [What's Up Docker](#whats-up-docker) | ||
31 | 33 | ||
32 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. | 34 | If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. |
33 | 35 | ||
@@ -344,3 +346,17 @@ Configuration example: | |||
344 | ## SpeedtestTracker | 346 | ## SpeedtestTracker |
345 | 347 | ||
346 | For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`. | 348 | For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`. |
349 | |||
350 | ## What's up Docker | ||
351 | |||
352 | What's up Docker allow to display info about the number of container running and the number for which an update is available on your Homer dashboard. | ||
353 | |||
354 | The following configuration is available for the WUD service. | ||
355 | |||
356 | ```yaml | ||
357 | - name: "What's Up Docker" | ||
358 | logo: "assets/tools/sample.png" | ||
359 | subtitle: "Docker image update notifier" | ||
360 | url: "http://192.168.1.12:3001" | ||
361 | type: "WUD" | ||
362 | ``` \ No newline at end of file | ||