Tech:Matomo
Matomo is a free, open-source software used for analytics, which is running on matomo151. It can be found at https://analytics.wikitide.net.
Currently, the only people who have access to Matomo are the Technology team members, who each have an individual account. However, we also use Matomo with an extension called MatomoAnalytics which provides the “Special:Analytics” which is publicly accessible.
Wikis using a different SiteID
Rarely, after resetting a wiki, it may receive a new ID from Matomo, whilst continuing to use the old one. To fix this, you can run Miraheze\MatomoAnalytics\MatomoAnalytics::getSiteID("examplewiki", true);
to make the MatomoAnalytics extension get the SiteID without cache.
Disabling 2FA
To disable 2FA on a specific user account, ssh into matomo151 and run the following from /srv/matomo/
:
./console twofactorauth:disable-2fa-for-user --login=<user>