Report widget with local server

Hello
I have a problem with Local server + Report widget combo.
It is working but the URL of download link is bad. It is with local ip address not with publick address.
Iam using a server with VMs. The network is looks like Internet->myhost(pub ip)->VM(blynk server/local_ip)
The connection with mobile app working good over internet with publick ip (portforward etc…)
Problem only with Reports download URL. There are any option to customize the URL ?
screenshot

@Dmitriy ? I have been digging through my Local server.properties but as of yet unable to determine if this is possible or not for the OP

The emailed link address shows (on mine) as:

http://10.10.3.13:8080/xxxxxxxxxx@gmail.com_Blynk_36106_2019-01-25.zip

@xoren Hello, could be fixed with server.host= property in server.porperties

1 Like

Yep, that works perfectly… never used that section so had no idea what it did :blush:

@xoren In my case I had already setup a DNS redirection service for use in my App, so I used that URL instead of my WAN IP.

server.host=xxxxxxx.ddns.net

Either way, it appears all you need to enter is the URL or IP, no port as the server will inject 8080 automatically.