Update whatsupdocker.md

Tested and user/pass do indeed work
This commit is contained in:
zmweske 2024-03-13 11:26:22 -05:00 committed by GitHub
parent 247f73f0db
commit befc601301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@ description: WhatsUpDocker Widget Configuration
Learn more about [Whats Up Docker](https://github.com/fmartinou/whats-up-docker). Learn more about [Whats Up Docker](https://github.com/fmartinou/whats-up-docker).
Currently requires unauthenticated whatsupdocker instance.
Allowed fields: `["monitoring", "updates"]`. Allowed fields: `["monitoring", "updates"]`.
```yaml ```yaml
widget: widget:
type: whatsupdocker type: whatsupdocker
url: http://whatsupdocker:port url: http://whatsupdocker:port
username: username # optional
password: password # optional
``` ```