You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
465 B
17 lines
465 B
1 year ago
|
---
|
||
|
title: Speedtest Tracker
|
||
|
description: Speedtest Tracker Widget Configuration
|
||
|
---
|
||
|
|
||
|
No extra configuration is required.
|
||
|
|
||
|
This widget is compatible with both [alexjustesen/speedtest-tracker](https://github.com/alexjustesen/speedtest-tracker) and [henrywhitaker3/Speedtest-Tracker](https://github.com/henrywhitaker3/Speedtest-Tracker).
|
||
|
|
||
|
Allowed fields: `["download", "upload", "ping"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: speedtest
|
||
|
url: http://speedtest.host.or.ip
|
||
|
```
|