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.
16 lines
298 B
16 lines
298 B
5 months ago
|
---
|
||
|
title: MySpeed
|
||
|
description: MySpeed Widget Configuration
|
||
|
---
|
||
|
|
||
|
Learn more about [MySpeed](https://myspeed.dev/).
|
||
|
|
||
|
Allowed fields: `["ping", "download", "upload"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: myspeed
|
||
|
url: http://myspeed.host.or.ip:port
|
||
|
password: password # only required if password is set
|
||
|
```
|