mirror of
https://github.com/karl0ss/homepage.git
synced 2025-11-04 16:30:57 +00:00
15 lines
265 B
Markdown
15 lines
265 B
Markdown
|
|
---
|
||
|
|
title: Whats Up Docker
|
||
|
|
description: WhatsUpDocker Widget Configuration
|
||
|
|
---
|
||
|
|
|
||
|
|
Currently requires unauthenticated whatsupdocker instance.
|
||
|
|
|
||
|
|
Allowed fields: `["monitoring", "updates"]`.
|
||
|
|
|
||
|
|
```yaml
|
||
|
|
widget:
|
||
|
|
type: whatsupdocker
|
||
|
|
url: http://whatsupdocker:port
|
||
|
|
```
|