homer icon indicating copy to clipboard operation
homer copied to clipboard

Portainer type not show containers information

Open PacmanForever opened this issue 2 years ago • 5 comments

Hi,

I'm testing this docker app. The PiHole tile shows the state:

imagen

But the Portainer (v2.16.2) tile never shows nothing.

imagen

This is the configuration:

  - name: "Portainer"
    logo: "assets/tools/portainer.png"
    subtitle: ""
    type: "Portainer"
    apikey: "xxxxx"
    tag: " Docker"
    url: "http://x.x.x.x:xxxx/"
    target: "_blank"

The apikey used is correct.

Thanks

PacmanForever avatar Dec 12 '22 12:12 PacmanForever

I am getting this issue as well

items:
  - name: "Portainer"
    logo: "assets/tools/portainer.png"
    url: "https:/x.x.x.x:xxxx"
    type: "Portainer"
    apikey: "xxxx"

BrandonDalton avatar Dec 20 '22 09:12 BrandonDalton

Hi there

Did you check the troubleshooting guide ?

is your portainer instance configured to accept homer requests ? (CORS issue) can you check your browser console errors ?

Thanks.

bastienwirtz avatar Dec 20 '22 20:12 bastienwirtz

Hi again,

the console show this:

imagen

Could be this a solution?

https://github.com/bastienwirtz/homer/issues/591

PacmanForever avatar Feb 01 '23 14:02 PacmanForever

Portainer issues have come up a few times - a better answer would be -> Portainer doesn't allow CORS, so you're stuck with running a web server in front of portainer to add the headers there. https://github.com/portainer/portainer/issues/1939

dreadedhamish avatar Mar 04 '23 04:03 dreadedhamish

actually this works for portainer -> https://github.com/bulletmark/corsproxy but not for the other services like Tautulli... for them I use -> https://hub.docker.com/r/saschabrockel/cors-container Don't ask me why. Instead I would appreciate if someone could explain to me why I need two different ones in order to get all services up and running?!

speedyconzales avatar Aug 27 '23 01:08 speedyconzales