MirrorNest
← Tüm kılavuzlar

Umami

A privacy-friendly, self-hosted web analytics alternative to Google Analytics that gives you visitor stats without tracking cookies or collecting personal data.

Hedef: Any Docker hostAnalyticsResmi ana sayfa ↗Resmi belgeler ↗
Bu kılavuz, yukarıda bağlantısı verilen Umami kendi resmi belgelerinden derlenmiştir — dağıtım ve proje sürümleri zamanla değiştiğinden, bu komutları bir üretim sunucusunda çalıştırmadan önce tam paket/sürüm adlarını her zaman orada kontrol edin.
  1. 1Get the official compose file

    Umami ships a docker-compose.yml in its repo that bundles the app with a PostgreSQL database.

  2. 2Build and start

    docker compose up -d
  3. 3Log in and change the password

    Umami creates a default account on first run: username admin, password umami. Change it immediately after logging in.

    open http://localhost:3000