mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
15 lines
265 B
Markdown
15 lines
265 B
Markdown
![]() |
---
|
||
|
title: Pyload
|
||
|
description: Pyload Widget Configuration
|
||
|
---
|
||
|
|
||
|
Allowed fields: `["speed", "active", "queue", "total"]`.
|
||
|
|
||
|
```yaml
|
||
|
widget:
|
||
|
type: pyload
|
||
|
url: http://pyload.host.or.ip:port
|
||
|
username: username
|
||
|
password: password # only needed if set
|
||
|
```
|