-
Notifications
You must be signed in to change notification settings - Fork 28
Description
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.