Geolite #44
-
|
Is there a more detailed guide on how to use or set up the Geolite feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
So first of all, in the docker file or in the .env file you should put:
Then you should set the various paths to your geolite files. Not all of them are mandatory; you can just set the ones you want. There are various ways to install the GeoIP databases. I quote from the README :
So that if your folder structure ends up looking like this: You can safely leave no environment variables in the loglynx configuration because it will take these default values. If you have any further questions or problems with the configuration, please let me know. |
Beta Was this translation helpful? Give feedback.
So first of all, in the docker file or in the .env file you should put:
GEOIP_ENABLED=true #enabled by defaultThen you should set the various paths to your geolite files. Not all of them are mandatory; you can just set the ones you want.
There are various ways to install the GeoIP databases.
I quote from the README :