This quick post is in response to the new updates for https://github.com/lalanza808/docker-monero-node and also to add new information for the original Publicly Available Monero Dashboard post.
What’s new?

A new geoip node map!
With this map you can easily take a look at the location of known peers, updated in real time.
Beforehand you could still get all the peers from a node mapped by manually using something like https://ipinfo.io/tools/map or you could have looked at the map at monero.fail, but these either load to slow or they don’t update in real time.
What have I changed?
Embedded demo:
I changed some of the grafana panel customizations to make it look a little more nice.
Also, since this is just grafana and I have enabled the embedding security setting, you can easily add this map to any website!
Here is a short snippet for the example above:
<iframe src="https://xmr-node.dvdznf.xyz:443/d-solo/cek07yh0u77k0d?orgId=1&timezone=browser&refresh=1m&theme=dark&panelId=85&__feature.dashboardSceneSolo" width="450" height="200" frameborder="0"></iframe>
<iframe src="https://xmr-node.dvdznf.xyz:443/d-solo/cek07yh0u77k0d?orgId=1&timezone=browser&refresh=1m&theme=dark&panelId=86&__feature.dashboardSceneSolo" width="450" height="200" frameborder="0"></iframe>
Additional notes:
I would recommend to go through the xmr-node.dvdznf.xyz to get a better idea of these new updates.
Also take a look and star the original repo for this: https://github.com/lalanza808/docker-monero-node
~Thanks for reading <3