mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-13 05:31:24 -07:00
Some checks are pending
Docker CI / Docker Build & Push (push) Waiting to run
Lint / Linting Checks (push) Waiting to run
Release Drafter / Update Release Draft (push) Waiting to run
Release Drafter / Auto Label PR (push) Waiting to run
Tests / vitest (1) (push) Waiting to run
Tests / vitest (2) (push) Waiting to run
Tests / vitest (3) (push) Waiting to run
Tests / vitest (4) (push) Waiting to run
18 lines
401 B
Markdown
18 lines
401 B
Markdown
---
|
|
title: Pyload
|
|
description: Pyload Widget Configuration
|
|
---
|
|
|
|
Learn more about [Pyload](https://github.com/pyload/pyload).
|
|
|
|
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
|
|
key: pyloadapikey # only needed if set, takes precedence over username/password
|
|
```
|