mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
17 lines
353 B
Markdown
17 lines
353 B
Markdown
---
|
|
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
|
|
```
|