mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-12 07:05:56 -07:00
22 lines
731 B
Markdown
22 lines
731 B
Markdown
---
|
|
title: Dockhand
|
|
description: Dockhand Widget Configuration
|
|
---
|
|
|
|
Learn more about [Dockhand](https://dockhand.pro/).
|
|
|
|
Note: The widget currently supports Dockhand's **local** authentication only.
|
|
|
|
**Allowed fields:** (max 4): `running`, `stopped`, `paused`, `total`, `cpu`, `memory`, `images`, `volumes`, `events_today`, `pending_updates`, `stacks`.
|
|
**Default fields:** `running`, `total`, `cpu`, `memory`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: dockhand
|
|
url: http://localhost:3001
|
|
environment: local # optional: name or id; aggregates all when omitted
|
|
username: your-user # required for local auth
|
|
password: your-pass # required for local auth
|
|
key: dockhandapikey # optional, if using API key auth instead of username/password
|
|
```
|