|
|
@ -1,11 +1,9 @@
|
|
|
|
---
|
|
|
|
---
|
|
|
|
title: Whats Up Docker
|
|
|
|
title: What's Up Docker
|
|
|
|
description: WhatsUpDocker Widget Configuration
|
|
|
|
description: What's Up Docker Widget Configuration
|
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
Learn more about [Whats Up Docker](https://github.com/fmartinou/whats-up-docker).
|
|
|
|
Learn more about [What's Up Docker](https://github.com/fmartinou/whats-up-docker).
|
|
|
|
|
|
|
|
|
|
|
|
Currently requires unauthenticated whatsupdocker instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allowed fields: `["monitoring", "updates"]`.
|
|
|
|
Allowed fields: `["monitoring", "updates"]`.
|
|
|
|
|
|
|
|
|
|
|
@ -13,4 +11,6 @@ Allowed fields: `["monitoring", "updates"]`.
|
|
|
|
widget:
|
|
|
|
widget:
|
|
|
|
type: whatsupdocker
|
|
|
|
type: whatsupdocker
|
|
|
|
url: http://whatsupdocker:port
|
|
|
|
url: http://whatsupdocker:port
|
|
|
|
|
|
|
|
username: username # optional
|
|
|
|
|
|
|
|
password: password # optional
|
|
|
|
```
|
|
|
|
```
|
|
|
|