mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-14 23:39:39 +01:00
doc: documentation enchancement for SpeedtestTracker service
This commit is contained in:
parent
2eb808385b
commit
6f0193fb32
@ -356,7 +356,17 @@ Configuration example:
|
|||||||
|
|
||||||
## SpeedtestTracker
|
## SpeedtestTracker
|
||||||
|
|
||||||
For the SpeedtestTracker service you just need to define a entry with type `SpeedtestTracker`.
|
This SpeedtestTracker service will show the download and upload speeds in Mbit/s and the ping in ms.
|
||||||
|
To configure this service, you need to define the url of SpeedtestTracker running and an entry with type `SpeedtestTracker`.
|
||||||
|
|
||||||
|
Configuration example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: "Speedtest Tracker"
|
||||||
|
type: "SpeedtestTracker"
|
||||||
|
url: "http://192.168.0.1:8765"
|
||||||
|
target: "_blank"
|
||||||
|
```
|
||||||
|
|
||||||
## What's up Docker
|
## What's up Docker
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user