Geo Blocking: Error/Typo in the documentation #1681
Replies: 4 comments 2 replies
-
|
Hi Tom,
Cheers |
Beta Was this translation helpful? Give feedback.
-
|
Hi Tom, sorry, but no. :-) Let me explain a little bit clearer. I'm refering to chapter 2 on this link here: (manual configuration) if you deploy pangolin via Docker, then there is no "./config/", it's a relative path, even there is no /root/config/ there is only /app/config and thats exactly where the "GeoLite2-Country.mmdb" has to be placed and mentioned in the config.yaml. let me prove:
and there is indeed, the required(and mapped from the host) config.yaml and the content of the config.yml should point to that same folder containing "GeoLite2-Country.mmdb" in the server section: Summary: in the mentioned documentation link the path should be adapted, to: Makes sense? :-) best regards, |
Beta Was this translation helpful? Give feedback.
-
|
okay, I give up. maybe I overlooked something or did something else wrong. Time will show, because, if I am the only "Geisterfahrer" one, then the error is on my side... :-) |
Beta Was this translation helpful? Give feedback.
-
|
I activated geoblocking today according to the documentation and it is working fine. Wich version of Pangolin are you using? Cheers Marvin |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
there is an error in the documentation, at least when it comes to the Docker related deployment
https://docs.digpangolin.com/self-host/advanced/enable-geoblocking
it says, the maxmind file has to be in ./config in the config.yml, but for docker it has to be in /app/config/
e.g.:
Beta Was this translation helpful? Give feedback.
All reactions