What's Up Docker
Health Monitoring
What's Up Docker (WUD) watches your Docker containers and reports which ones have newer image versions available.
The What's Up Docker integration lets Homarr connect to your WUD instance so you can see how many of your watched containers have image updates available directly from your dashboard.
Widgets & Capabilities​
What's Up DockerDisplays how many watched containers have image updates available.
Adding the integration​
You can find how to add the integration on the Integrations Management documentation page.
URL configuration
Use the root URL of your WUD instance, for example https://wud.example.com. Homarr calls the /api/app and /api/containers endpoints under that URL automatically.
Secrets​
WUD does not require authentication by default. If your instance is protected with Basic Authentication, you can provide a username and password.
- No Authentication
- Username & Password
No credentials required
This integration does not require any credentials to be set.
| Name | Description |
|---|---|
Username | Account username for authentication. |
Password | Account password for authentication. |
Steps to retrieve the credentials:
- Open your WUD instance's configuration and configure a WUD_AUTH_BASIC_* user as described in the WUD documentation
- Enter that username and password in Homarr — Basic authentication is handled automatically