This release contains some bug fixes as well as new features suggested on Reddit and via Github issues:
-
#1 Implemented an option to disable sign up via email/password. Can be disabled via env variable
GEOPULSE_AUTH_SIGN_UP_ENABLED=false -
#2 Added Proton support as Geocoding provider. To use it add this to env variables:
GEOPULSE_GEOCODING_PRIMARY_PROVIDER=photon
GEOPULSE_GEOCODING_PHOTON_ENABLED=true
If you have self-hosted instance change url (default url is https://photon.komoot.io):
GEOPULSE_GEOCODING_PHOTON_URL=http://your-custom-url -
#3 Added option to set custom Nominatim url via env variable:
GEOPULSE_GEOCODING_NOMINATIM_URL -
#4 (partially fixed) - fixed issue with importing
GPXfiles. Fixed issue with size of uploaded file - now it's 200Mb.