[Feature Request] Dockhand widget integration #6198
-
DescriptionCould we have a Dockhand Widget please? OtherNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
|
I Second this Request! Im moving from portainer over to dockhand... i like it a lot better. The only thing im waiting for is a Widget as currently rely on the Portainer Widget |
Beta Was this translation helpful? Give feedback.
-
|
I guess i can come up with PR, but not sure if dev's will approve and besides this still doesn't have enough upvotes.
- Dockhand:
icon: dockhand.png
href: "{{HOMEPAGE_VAR_DOCKHAND_URL}}"
description: Docker Containers Manager
server: raspberry-docker
container: dockhand
widget:
type: customapi
url: "{{HOMEPAGE_VAR_WEBHOOK_URL}}/dockhand"
refreshInterval: 300000
method: POST
headers:
Content-Type: 'application/json',
requestBody:
username: "{{HOMEPAGE_VAR_DOCKHAND_USERNAME}}"
password: "{{HOMEPAGE_VAR_DOCKHAND_PASSWORD}}"
url: "{{HOMEPAGE_VAR_DOCKHAND_URL}}"
env: 1
display: block
mappings:
- field: containers.running
label: Running
format: number
- field: containers.stopped
label: Stopped
format: number
- field: containers.total
label: Total
format: numberHere is my implementation, using fastify NodeJS server The response schema from the current api if you want to map different data |
Beta Was this translation helpful? Give feedback.
-
|
what about multi environments ? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.

#6229