geerlingguy / internet-monitoring

Monitor your network and internet speed with Docker & Prometheus
1.28k stars 139 forks source link

Dashboard not visible when port 3030 is forwarded #10

Closed papul closed 3 years ago

papul commented 3 years ago

When I visit http://192.168.0.100:3030/d/o9mIe_Aik/internet-connection from any device in my LAN, the dashboard shows up fine. (192.168.0.100 is my RPi LAN IP)

Since I am behind a double NAT, to view the dashboard publicly, I am trying to use cloudflare argo tunnels. However, when I try to open up the dashboard from my public domain, I get a login prompt instead.

What do I have to do to make the dashboard appear normally on a public address.

papul commented 3 years ago

Restarted all my containers after pulling latest github update and it's working fine now.