lichess-org / lila

♞ lichess.org: the forever free, adless and open source chess server ♞
https://lichess.org
GNU Affero General Public License v3.0
14.89k stars 2.21k forks source link

automate geoip file updates #11276

Open ornicar opened 1 year ago

ornicar commented 1 year ago

maybe using the crowdsec public downloads

niklasf commented 1 year ago

Shoud we do this at runtime or build time?

ornicar commented 1 year ago

probably at runtime, to avoid adding 60MB+ to the deploy (for the city file)

niklasf commented 1 year ago

/etc/cron.weekly/update-geoip now regularly downloading /var/local/geoip/GeoLite2-City.mmdb on manta. Lila will keep an open handle to the unlinked previous file until restart.

Did not configure the path for lila yet.