-
Notifications
You must be signed in to change notification settings - Fork 201
apilayer/freegeoip docker image doesn't exist #2
Comments
Yep, I have the same issue. |
Hey Guys, We are working on this and should have an update here next week. In the meantime you can build from the old repo. |
Just the image ? |
are there any updates on this? I'm still getting the same error. I know it's being switched over to a freemium model, nothing seems to be mentioned about removing the self-hosted solution |
I was able to build an image and start the container with |
@julian-zehetmayr as I understand it, the docker repo will not be released? |
Hi @seega , You can use this : https://github.com/fiorix/freegeoip |
It seems issue has not been fixed yet. I am getting the same error.
|
@rameshyonjan as noted above and elsewhere the free docker image has gone and has been replaced with a pay as you go API (free for first so many #hits) If you had (like we did) taken a copy of the original code then you would still be able to rebuild your own docker image and use that. That is getting no further development AFAIK you would then need to employ/learn GOlang internal dev to fix bugs/improve/support A PITA but that's Open Source for you |
Hi there!
That's all. In the result you'll have your own image from the latest codebase. As an alternative you can use the image, that I've build recently, and pushed it to Docker Hub. You can find it here https://hub.docker.com/r/noskov/freegeoip/ Usage: |
@noskov, Thanks for your suggestion. I build my own image from apilayer/freegeoip.git but it seems GEO database is not recent as IP GEO location is different than from https://www.maxmind.com/en/geoip-demo Thanks in advance. |
Hi @rameshyonjan! I didn't change the database, so it's not tested, but I guess you can try to change it in Dockerfile with the CMD intruction. See here and rebuild the image with your own database settings. Or, as an option, you can try to figure the server to use the custom database with the FreeGeoIP parameter -db=url-to-your-own-database.mmdb.gz (Default one is http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz). See all the server params running docker run --rm -it apilayer/freegeoip -help |
Hi @noskov, when I'm doing
Don't you know, how to fix that? |
Hi @jihadik , I have no idea about that. |
For what it's worth I think this is 100% deprecated now. I don't think this will work anymore https://ipstack.com/ has replaced it, and sadly it's not free. |
I agree. All that original hard work gone to waste. Typical of so many Open
Source efforts flushed down the commercial sewer. No one with sufficient
knowledge of the original software+project to champion the cause.
Pity
…On Thu, Jul 18, 2019 at 5:10 PM Gage ***@***.***> wrote:
For what it's worth I think this is 100% deprecated now. I don't think
this will work anymore.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AIY4GFOS5VULPX322Q3AGMTQACIW3A5CNFSM4ESVV2HKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2I7TJQ#issuecomment-512883110>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIY4GFLGRUXC4H7BE7KU2DTQACIW3ANCNFSM4ESVV2HA>
.
|
I just forked a new one getting rid of prometheus monitoring to fix the problem of @jihadik. It works, give it a try |
The main issue we ran into is that for this to be useful we have to have the database of IP to lat & long that this used to download, which is no longer available. That the main thing that made this unusable for us. |
that community database is still available on the maxmind. I already got it running in my staging environment |
I also got the error: Is there a public docker container available? |
I know that this repo just barely changed hands but I just wanted to create an issue to track this problem:
The text was updated successfully, but these errors were encountered: