Add tip for GeoLite2 community guide

Added a tip suggesting the use of Maxmind's Docker container to automate GeoIP database updates, with a link to a relevant community guide.
This commit is contained in:
txwgnd@noreply.codeberg.org
2025-10-20 22:15:37 +02:00
parent 8396c3fdea
commit a02e360bfd

View File

@@ -9,6 +9,11 @@ To enable geoblocking in Pangolin Community you must download and place the Maxm
Remember to keep the GeoIP database updated regularly, as IP-to-country mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current. Remember to keep the GeoIP database updated regularly, as IP-to-country mappings can change over time. You can just repeat the download and extraction steps periodically to ensure your database is current.
</Tip> </Tip>
<Tip>
It is possible to automate this process with a Docker container from Maxmind themself.
Have a look at this [Community guide](/self-host/community-guides/geolite2automation) on how to implement this!
</Tip>
You can use the installer to download and place the database for you, just grab the latest installer: You can use the installer to download and place the database for you, just grab the latest installer:
```bash ```bash