re3lex
re3lex
Update: I did some investigation. toran is not responding only if TORAN_HTTP_PORT=8080 is provided in options though with other options it is working fine: ``` sudo docker run --name toran-proxy...
Update #2: FOund working workaround by defining port as part of TORAN_HOST: ``` sudo docker run --name toran-proxy \ -p 8080:80 \ -e "TORAN_HOST=192.168.1.123:8080" \ -v /volume1/toran-proxy:/data/toran-proxy \ cedvan/toran-proxy:1.5.4 ```
hi @Devidian . Thanks for your answer. I will try that approach. > but why would you? I setup SE dedicated server in my home LAN to play with my...
I see same behavior: API is rendering route New-York ([40.731,-73.935]) to Kuwait ([29.36,47.978]) in reverse direction for some reason. Upd: It seems API is always calculating route from east to...