mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 15:15:58 -07:00
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
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
|
|
```
|