feat: add Matomo blueprint (v2 - fixed bot issues)

This commit is contained in:
Your Name
2026-04-01 11:22:34 +01:00
parent bd83cb9fd0
commit 9b3745f919
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
version: "3.8"
services:
matomo:
image: matomo:latest
image: matomo:5.1-apache
restart: always
environment:
- MATOMO_DATABASE_HOST=db
@@ -23,7 +24,7 @@ services:
- "traefik.http.services.${DOKPLOY_SERVICE_ID}.loadbalancer.server.port=80"
db:
image: mariadb:10
image: mariadb:11
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
restart: always
environment:

View File

@@ -6787,7 +6787,7 @@
"description": "Leading open-source web analytics platform with global data ownership.",
"logo": "matomo.png",
"links": {
"github": "https://github.com/matomo-software/matomo",
"github": "https://github.com/matomo-org/matomo",
"website": "https://matomo.org",
"docs": "https://matomo.org/docs"
},