Pathor
December 17, 2025, 4:00pm
1
Früher musste man eine Datenbank herunterladen und installieren; es gab einen kostenlosen Download. Muss dass jetzt nicht mehr?
melbao
December 18, 2025, 11:28am
2
Wenn du so direkt fragst: Das muss jetzt nicht mehr.
Die Dokumentation dazu: Es ist geplant diese zu Überarbeiten. Hier das betreffende Issue:
opened 08:26PM - 17 Mar 25 UTC
Enhancement
c: Documentation
triaged
Please add 'DBIP-ASN-Lite.mmdb' to the list:
https://github.com/matomo-org/matom… o/blob/686abd235607cb21db15aa6969a0c4a9b37ddcfb/plugins/GeoIp2/LocationProvider/GeoIp2.php#L43
Please duplicate this (default ISP Database):
```
public static function getDbIpLiteUrl($type = 'city')
{
$today = Date::today();
return "https://download.db-ip.com/free/dbip-{$type}-lite-{$today->toString('Y-m')}.mmdb.gz";
}
```
to this (default Location Database):
```
public static function getDb-???-LiteUrl($type = 'asn')
{
$today = Date::today();
return "https://download.db-ip.com/free/dbip-{$type}-lite-{$today->toString('Y-m')}.mmdb.gz";
}
```
https://github.com/matomo-org/matomo/blob/686abd235607cb21db15aa6969a0c4a9b37ddcfb/plugins/GeoIp2/LocationProvider/GeoIp2.php#L51
PS: I have no knowledge to open a Pull request and not enough knowledge about Matomo.
Wenn eines oder beide Input Felder leer gelassen werden, in denen die Adressen der IP-Datenbanken stehen, können die Datenbanken auch manuell integriert werden.