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.
17 lines
306 B
17 lines
306 B
---
|
|
title: Flood
|
|
description: Flood Widget Configuration
|
|
---
|
|
|
|
Learn more about [Flood](https://github.com/jesec/flood).
|
|
|
|
Allowed fields: `["leech", "download", "seed", "upload"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: flood
|
|
url: http://flood.host.or.ip
|
|
username: username # if set
|
|
password: password # if set
|
|
```
|