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.
homepage/docs/widgets/services/pyload.md

15 lines
257 B

8 months ago
---
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
8 months ago
```