diff options
author | Lindemberg Barbosa <lindembergdepaulo@gmail.com> | 2023-09-22 15:56:54 -0300 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-09-25 20:10:17 +0200 |
commit | 6f0193fb322767aa653222b7cc52de5086208163 (patch) | |
tree | 4bf0396ef9c251376d5f04848d76e6a1cd20c2a5 /docs/customservices.md | |
parent | 2eb808385bf25a48ab6920ae40275a4db2839e04 (diff) | |
download | homer-6f0193fb322767aa653222b7cc52de5086208163.tar.gz homer-6f0193fb322767aa653222b7cc52de5086208163.tar.zst homer-6f0193fb322767aa653222b7cc52de5086208163.zip |
doc: documentation enchancement for SpeedtestTracker service
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 772a04a..47210fc 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -356,7 +356,17 @@ Configuration example: | |||
356 | 356 | ||
357 | ## SpeedtestTracker | 357 | ## SpeedtestTracker |
358 | 358 | ||
359 | For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`. | 359 | This SpeedtestTracker service will show the download and upload speeds in Mbit/s and the ping in ms. |
360 | To configure this service, you need to define the url of SpeedtestTracker running and an entry with type `SpeedtestTracker`. | ||
361 | |||
362 | Configuration example: | ||
363 | |||
364 | ```yaml | ||
365 | - name: "Speedtest Tracker" | ||
366 | type: "SpeedtestTracker" | ||
367 | url: "http://192.168.0.1:8765" | ||
368 | target: "_blank" | ||
369 | ``` | ||
360 | 370 | ||
361 | ## What's up Docker | 371 | ## What's up Docker |
362 | 372 | ||