Favicon of Matomo

Matomo

Gain full control of your website data with an ethical analytics platform. Track 100% of traffic accurately while protecting user privacy and ensuring compliance.

Stop compromising your website and your users' trust with analytics platforms that use visitor data for their own purposes. This platform offers an ethical alternative, giving you full control and 100% data ownership. You decide where your data is stored and what happens to it, ensuring you can protect user privacy and maintain compliance with strict regulations.

Unlike other tools that provide estimates, you get accurate answers based on real-time data from all available traffic. Key benefits include:

  • Complete Data Ownership: Your data is yours alone, free from external influence.
  • Enhanced Privacy: Build a privacy-first strategy that fosters customer trust.
  • Unsampled, Accurate Reports: Make decisions with confidence based on a complete data set.
  • User-Friendly Interface: Easily navigate through reports to find the insights you need, fast.

Trusted on over 1 million websites, it provides a reliable way to understand user behavior without making privacy sacrifices.

Directory Structure

matomo
db
matomo_data
.env
docker-compose.yml

docker-compose.yml

services:
  db:
    image: mariadb:10.11
    command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
    restart: always
    volumes:
      - ./db:/var/lib/mysql
    environment:
      - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}
      - MYSQL_PASSWORD=${MYSQL_PASSWORD}
      - MYSQL_DATABASE=matomo
      - MYSQL_USER=matomo

  app:
    image: matomo
    restart: always
    volumes:
      - ./matomo_data:/var/www/html
    environment:
      - MATOMO_DATABASE_HOST=db
      - MATOMO_DATABASE_USERNAME=matomo
      - MATOMO_DATABASE_PASSWORD=${MYSQL_PASSWORD}
      - MATOMO_DATABASE_DBNAME=matomo
    ports:
      - 8080:80

.env

MYSQL_ROOT_PASSWORD=super_secret_root_password
MYSQL_PASSWORD=secret_matomo_db_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Matomo

Favicon

 

  
  
Favicon

 

  
  
Favicon