Skip to content

Umami

Self-hosted, privacy-friendly analytics via Umami's API.

Configuration

yaml
umami:
  enabled: true
  domain: your-domain.com
  websiteId: ''
  endpointUrl: https://umami.your-domain.com
  googleConsent:
    enabled: true
    mode: analytics_storage
  serverContainer:
    directory: .
    packages:
      - path: github.com/foomo/sesamy-go/pkg/event
        types:
          - PageView
          - SelectItem
FieldPurpose
domainOptional override for the event's domain field.
websiteIdUmami website ID.
endpointUrlBase URL of your Umami instance.
googleConsent.modeDefaults to analytics_storage.
serverContainer.packagesEvents to forward.