homer
homer copied to clipboard
Portainer type not show containers information
Hi,
I'm testing this docker app. The PiHole tile shows the state:
But the Portainer (v2.16.2) tile never shows nothing.
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
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"
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.
Hi again,
the console show this:
Could be this a solution?
https://github.com/bastienwirtz/homer/issues/591
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
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?!