Different URLs for image tiles in local and cloud dashboards

I have a local website http://mylocalsite/ that is also accessible from Internet with http://mylocal.site.com/

Is there a way to specify a different URL for images in the same dashboard depending on if it's accessed locally or from cloud?

i.e. the same tile would use http://mylocalsite/path/to/file.png when rendered in the local render of the dashboard and http://mylocal.site.com/path/to/file.png in the cloud render of the same dashboard

1 Like

It's not possible currently. What you can do is duplicate your current dashboard and have one with only local access and the other with only cloud access. This way you can edit the URLs to whatever you want.
Yes, it's not ideal to have 2 dashboard links but that's the only way for now.

You should use mysite.com for both links and use dns in your local network to provide the right response in the right context. Depends on what your router is but some can do this and others you need to setup a dns server locally and point your router to it

2 Likes