mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
298 B
Markdown
16 lines
298 B
Markdown
![]() |
---
|
||
|
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
|
||
|
```
|