Jump to content

Umami

From Official NixOS Wiki
Revision as of 09:05, 16 May 2026 by Onny (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Umami is a modern, privacy-focused analytics platform. An open-source alternative to Google Analytics, Mixpanel and Amplitude.

Setup

For a local testing setup of Umami, following configuration can be used.

environment.etc."umami-secret".text = "3f9b4e6a7c1d2f8a9b0c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5";
services.umami = {
  enable = true;
  settings.APP_SECRET_FILE = "/etc/umami-secret";
};

Ensure to generate a new and strong secret in a production environment.

After applying the configuration, Umami will be available at http://localhost:3000. The default login is user admin with password umami.