Will not use matomo

Decided to not use matomo for analytics.
The application is a single page.
Any statistics we want we can parse from the logs.

An issue  has been added to make the logs more parse friendly.
This commit is contained in:
Nico Athanassiadis 2025-02-07 11:18:43 +01:00
parent 4b9ea7b148
commit c14c38bf3f

@ -7,16 +7,6 @@
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-5.3.3-dist/css/bootstrap.min.css}" />
<link th:rel="stylesheet" th:href="@{/3p/bootstrap-icons-1.11.3/font/bootstrap-icons.min.css}" />
<link th:rel="stylesheet" th:href="@{/css/styles.css}" />
<!-- Matomo Tag Manager -->
<script>
var _mtm = window._mtm = window._mtm || [];
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
(function() {
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src='https://matomo.dsv.su.se/js/container_IItNK9YW.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Tag Manager -->
</head>
<body>
<header class="header bg-primary text-white py-3">