aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/customservices.md
diff options
context:
space:
mode:
authorJulien Roy <royto81+github@gmail.com>2022-11-05 22:44:25 +0100
committerGitHub <noreply@github.com>2022-11-05 14:44:25 -0700
commitc9a649518616f3cf4e8c39d772dfbc2eff330a03 (patch)
tree9ec3632dc00272d23bba605ce21ca5e721084c7e /docs/customservices.md
parentd141a69a7debea39aa17bff52cef3b8ce5e63f45 (diff)
downloadhomer-c9a649518616f3cf4e8c39d772dfbc2eff330a03.tar.gz
homer-c9a649518616f3cf4e8c39d772dfbc2eff330a03.tar.zst
homer-c9a649518616f3cf4e8c39d772dfbc2eff330a03.zip
What's up docker custom service (#444)
Add WUD
Diffstat (limited to 'docs/customservices.md')
-rw-r--r--docs/customservices.md16
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
32If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. 34If 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
346For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`. 348For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`.
349
350## What's up Docker
351
352What'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
354The 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