So I’ve installed grafana on my synology NAS using docker and the official container. I use a non standard random port (32770) outside the docker, which translates inside docker to the standard 3000. Then I am able to login and use grafana just fine with the IP address of the NAS inside my LAN. So something like:
192.168.1.100:32770
But then if I port forward 32770 on my router from outside my LAN to 32770 inside my LAN, and I am using dyndns to have a domain name for my home network, I get this error when I try to go to grafana:
I checked the logs but nothing at all seems to show up for this failure. Any ideas?
I tried changing the grafana.ini “domain” parameter per these instructions: Run Grafana behind a reverse proxy | Grafana Labs
I also tried changing “root_url”, but either I’m doing it wrong or that’s not my problem. Any ideas?