You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the internal docker IP address or piaware:
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' piaware
172.20.0.6
As I assume that at least the IP is reported from the piaware image somehow, it might be nice if this could get an option,
like default(current behaviour), auto-detect (which could show the main locally routed ip and the correct port (here 8081), or manual, where you can change it to what you want.
The text was updated successfully, but these errors were encountered:
@mikenye no, not aware how to archive this without patching piaware.
So maybe (as its not really a mikenye issue, but a general docker/piaware issue, I opened a case
towards: flightaware/piaware#70
So lets see.
Hi @mikenye &all,
first of all thx for the great work and documentation. I found some minor thing to improve:
https://flightaware.com/adsb/stats/user/ shows the internal IP and port of the local webinterface
under "site information": "Web Interface: View live data (requires local network connection)"
which shows as: http://172.17.0.6:8080/
This is the internal docker IP address or piaware:
docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' piaware
172.20.0.6
As I assume that at least the IP is reported from the piaware image somehow, it might be nice if this could get an option,
like default(current behaviour), auto-detect (which could show the main locally routed ip and the correct port (here 8081), or manual, where you can change it to what you want.
The text was updated successfully, but these errors were encountered: