he he good point.
Now I wonder if you can actually have https and a port together. Think you’d need to forward port 443 to your grafana server on port 3000
I’ll be honest I had never set up SSL before HA, and I followed this tutorial:
In there it clearly shows a port forward from 443 to 8123.
Could this be the reason?
Not sure that’s possible, there may be a way using a reverse proxy like nginx but I’ve not “toyed” with that yet.
Try and see if you can find tutorials on how to use it, and if it works, be sure to post here how you did it, I’d also be interested to know how you achieved it
Slightly different approach, why do you want to open another port to access Grafana, why don’t you get the graphs directly integrated into HA?
This will show you how:
Thank you. I get the point now. I’ll look for a different approach. I might drop SSL, since I just use it so Google Home can talk to Hassio. But I want to use several addons that need access through different ports.
Wow…I’m having the same issue as you but it looks like you not only found a solution to make it work but you also have panel iframes working over SSL. Wish you knew what you did…
Hi @MarceCastro! Any chance you can share your config with us? I’m also having trouble accessing Grafana over SSL. Although I want to access it using subfolder instead of subdomain inside a panel iframe (i.e. https://mydomain.duckdns.org/grafana), I’m guessing the config would almost look the same.