Files
homepage/docs/widgets/services/whatsupdocker.md
T
Ben Belov fcd9a715d9
Docker CI / Docker Build & Push (push) Waiting to run
Lint / Linting Checks (push) Waiting to run
Release Drafter / Update Release Draft (push) Waiting to run
Release Drafter / Auto Label PR (push) Waiting to run
Tests / vitest (1) (push) Waiting to run
Tests / vitest (2) (push) Waiting to run
Tests / vitest (3) (push) Waiting to run
Tests / vitest (4) (push) Waiting to run
Enhancement: Add bearer authentication to whatsupdocker widget (#7134)
2026-09-11 23:24:08 -07:00

18 lines
425 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
key: bearer-token # optional, takes precedence over username/password
```