openpanel
openpanel copied to clipboard
Self-hosted: Geolocation implementation
How are geolocation lookups handled in a self-hosted instance of OpenPanel?
I've tried using the HackerTarget API as well the IPinfo.io API then passing the location data to OpenPanel. Is there a recommended method?
We have https://github.com/Openpanel-dev/openpanel/blob/main/packages/geo/src/geo.ts to parse GEO data from the IP the request came from. So you should not need to do anything to get geo data 🤔