mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-27 14:31:17 -07:00
Docker CI / Docker Build & Push (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Release Drafter / Update Release Draft (push) Has been cancelled
Release Drafter / Auto Label PR (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
18 lines
425 B
Markdown
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
|
|
```
|