glance icon indicating copy to clipboard operation
glance copied to clipboard

Portainer widget

Open yashwalankar opened this issue 2 months ago • 2 comments

Description

widget to connect directly to portainer to view docker containers using API

https://docs.portainer.io/api/access.

similar to implementation in gethompage

widget:
  type: portainer
  url: https://portainer.host.or.ip:9443
  env: 1
  key: ptr_accesskeyaccesskeyaccesskeyaccesskey

Would show the running , stopped and total containers

Comes in handy if you have multiple devices on network with docker, with this you'd be able to get a quick overview of containers on that device without having a remote docker sock set up

yashwalankar avatar Oct 14 '25 04:10 yashwalankar

For reference

Endpoints used by Homepage:

This is how the Homepage widget for Portainer looks like (pulled from their screenshot on the website):

Image

tinyoverflow avatar Oct 28 '25 11:10 tinyoverflow

This widget could be easily created using the custom-api widget type! You should check it out in the docs.

not-first avatar Oct 28 '25 23:10 not-first