mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
regions + city
This commit is contained in:
parent
2575cbfc11
commit
117d7c4400
6 changed files with 23 additions and 18 deletions
|
|
@ -6,7 +6,7 @@ const zlib = require('zlib');
|
|||
const tar = require('tar');
|
||||
|
||||
let url =
|
||||
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-Country.tar.gz';
|
||||
'https://raw.githubusercontent.com/GitSquared/node-geolite2-redist/master/redist/GeoLite2-City.tar.gz';
|
||||
|
||||
if (process.env.MAXMIND_LICENSE_KEY) {
|
||||
url =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue