mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 22:28:48 +00:00
16 lines
344 B
Markdown
16 lines
344 B
Markdown
---
|
|
title: Whats Up Docker
|
|
description: WhatsUpDocker Widget Configuration
|
|
---
|
|
|
|
Learn more about [Whats Up Docker](https://github.com/fmartinou/whats-up-docker).
|
|
|
|
Currently requires unauthenticated whatsupdocker instance.
|
|
|
|
Allowed fields: `["monitoring", "updates"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: whatsupdocker
|
|
url: http://whatsupdocker:port
|
|
```
|