umami
umami copied to clipboard
Umami is a modern, privacy-focused analytics platform. An open-source alternative to Google Analytics, Mixpanel and Amplitude.
I've been using umami for some time now, and I have used this version here: docker pull `ghcr.io/mikecao/umami:mysql-latest` I wanted to update it to the latest 1.36.1 version, but then...
SQLite support, with appropriate date/time handling, Docker config left to be done. I don't encounter any problems but it needs thorough testing. Configuration in `.env` `DATABASE_URL=file:/absolute/path/to/database.db` `DATABASE_URL=file:./database.db` with a relative...
(not exactly the same as #1241 but very close) by error I set `undefined`as website ID and the following query `GET https://umami.mydomain.com/api/website/undefined/stats` results in 500 `Internal Server Error` with folliwing...
In order to fully support Infrastructure-as-Code settings, changing the admin password without manual intervention would also introduce additional security. In case someone is actively searching for a new umami instance...
Because I am in China, and access GitHub/docker.umami.is/ghrc is very slowly. I did not find a mirror for that, there is docker hub mirror only. For pull docker image, it...
Version is v1.36.1 with postgresql docker image. When accessing the site via google, the referrer is not displayed in the control panel. Manual query of `document.referrer` shows up correctly, but...
Running v1.36.1, deployed via Railway, and I see what appears to be some sort of potential memory leak. Noticed this as my server is constantly restarting after hitting a memory...
The trackEvent function is potentially very useful for numeric metrics, e.g. web vitals (FCP, LCP, FID, CLS etc.), user interaction time, article transition value, ecommerce aggregates or any other processable...
I just discovered, that my Umami share link is in light mode, which does not comply with my website theme. Would it be possible to set the light / dark...
Cannot get 1.35.0 to build on FreeBSD. Prisma engines currently have a bug where prisma refuses to honour environment variables pointing to local engine binaries, but I have worked around...