mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Some checks failed
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
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
|
|
```
|