Sign inSign up

vikru/location-api-server

By vikru

Updated almost 6 years ago

Image
0

697

vikru/location-api-server repository overview

AstroRemoteHome - Location Api Server

Docker Image location-api-server

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

Run Server

pipenv install
pipenv shell
python main.py

Docker Container

docker build -t vikru/location-api-server .
docker run -p 80:80 -t vikru/location-api-server

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

almost 6 years ago

docker pull vikru/location-api-server