It would be amazing to have a Matomo instance for Border Radio to record some stats and metrics for the website.
It may be hosted in Reyboz for free.
It would be amazing to have a Matomo instance for Border Radio to record some stats and metrics for the website.
It may be hosted in Reyboz for free.
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T585 Border Radio: website 2020 issues | ||
Resolved | valerio.bozzolan | T587 Setup Matomo Border Radio |
<virtualhost *:443> ServerName matomo.border-radio.it Include /etc/apache2/my-includes/matomo.conf SSLEngine on SSLCertificateFile /etc/letsencrypt/live/matomo.border-radio.it/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/matomo.border-radio.it/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/matomo.border-radio.it/chain.pem </virtualhost> <virtualhost *:80> ServerName matomo.border-radio.it Redirect 301 / https://matomo.border-radio.it/ </virtualhost>
Issued certificate:
letsencrypt certonly --webroot --webroot-path=/home/www-data/piwik -d matomo.border-radio.it
Then added a trusted host:
trusted_hosts[] = "matomo.border-radio.it"
Installed this plugin in WordPress:
Configured:
// See https://gitpull.it/T587 define( 'MATOMO_PATH', 'https://matomo.border-radio.it/' ); define( 'MATOMO_SITE', 14 );