I have HA installed on a VM and use the Grafana Addon. When i try to share my dashboard, the URL i get is "http://localhost:3000/api/hassio_ingress/...".
When i change the Domain localhost to the DNS i have set for it, it still won't work. My guess is that the host doesn't redirect the port 3000 to the Grafana container but i'm not sure.
My goal is to access my Grafana Dashboard without authentication from the Web Browser.
#Grafana Share external link
1 messages · Page 1 of 1 (latest)
look in the grafana addon configuration tab. you should be able to set a port to forward to grafanas webui in the network settings.
@scenic rock Thanks for your message.
When I set the the port 3000 in the network settings, it redirects the port to 80/tcp which I can see in the CLI aswell. With that setting the Grafana Add-On does not start anymore.
In my opinion it would make more sense if it would redirect the port 3000:3000 instead of 80.
The external link that I get when I share my dashboard uses the port 3000 aswell ("http://localhost:3000/api/hassio_ingress/...").