esc
Type to search the docs
Back to catalog

matomo

Tested

Privacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)

Uncategorized Repository

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up matomo

Requires Docker Desktop. No source code needed — pulls pre-built images and starts matomo with all dependencies.

Image: matomo:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: matomo
description: "Privacy-focused web analytics platform (formerly Piwik, Google Analytics alternative)"
repository: https://github.com/matomo-org/matomo
logo: https://raw.githubusercontent.com/matomo-org/matomo/5.x-dev/plugins/CoreHome/images/applogo_256.png

image: matomo:latest
provides:
  - protocol: http
    port: 80
    exposed: true
requires:
  - type: mariadb
    set_env:
      MATOMO_DATABASE_HOST: $host
      MATOMO_DATABASE_USERNAME: $user
      MATOMO_DATABASE_PASSWORD: $password
      MATOMO_DATABASE_DBNAME: $name
storage:
  html:
    path: /var/www/html
    persistent: true
restart: always

Test Results

Last Tested

2026-04-09

Health Check

Passing

Startup Time

12s

Total Disk

919 MB

Required Services

mariadb

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB