The current version uses two remote services to collect the geolocation of the device and the current timezone after connecting to the local WLAN.
If you want to run your own server you can use this reimplementation.
Note! Add your version of GeoLite2-City.mmdb
pipenv install
pipenv shell
python main.py
docker build -t vikru/location-api-server .
docker run -p 80:80 -t vikru/location-api-server
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 6 years ago
docker pull vikru/location-api-server