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
353 B
17 lines
353 B
---
|
|
title: What's Up Docker
|
|
description: What's Up Docker Widget Configuration
|
|
---
|
|
|
|
Learn more about [What's Up Docker](https://github.com/fmartinou/whats-up-docker).
|
|
|
|
Allowed fields: `["monitoring", "updates"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: whatsupdocker
|
|
url: http://whatsupdocker:port
|
|
username: username # optional
|
|
password: password # optional
|
|
```
|