MirrorNest
← すべてのガイド

Umami

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

このガイドは上記リンク先にあるUmami公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  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