mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
14 lines
247 B
Markdown
14 lines
247 B
Markdown
---
|
|
title: Flood
|
|
description: Flood Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["leech", "download", "seed", "upload"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: flood
|
|
url: http://flood.host.or.ip
|
|
username: username # if set
|
|
password: password # if set
|
|
```
|