Umami is a simple, fast, privacy-focused alternative to Google Analytics.
 
 
 
 
Go to file
Philipp Dormann 8828d46a8a volume bind db 2021-05-22 19:38:11 +02:00
assets Added button to show/hide charts, closes #577. 2021-04-28 02:02:59 -07:00
components drop more dependencies + remove updater 2021-05-22 18:10:20 +02:00
hooks Proper fix. 2021-04-28 02:18:54 -07:00
lang drop other languages 2021-05-22 17:25:20 +02:00
lang-compiled add lang en-US 2021-05-22 16:54:35 +02:00
lib general cleanup 2021-05-22 16:44:53 +02:00
pages Support CIDR notation in IGNORE_IP, closes #544. 2021-04-25 23:57:49 -07:00
prisma 🧹 cleanup postgres + mysql 2021-05-22 18:09:28 +02:00
public Fix datamaps. 2021-03-26 22:32:13 -07:00
redux drop more dependencies + remove updater 2021-05-22 18:10:20 +02:00
scripts drop more dependencies + remove updater 2021-05-22 18:10:20 +02:00
styles Added font for Chinese traditional. 2021-03-12 22:53:56 -08:00
tracker Update tracker script. 2021-02-01 22:49:00 -08:00
.dockerignore cleanup 2021-05-22 18:56:45 +02:00
.env.example README cleanup 2021-05-22 19:16:46 +02:00
.eslintrc.json Updated packages. 2021-04-24 21:27:24 -07:00
.gitignore 🧹 cleanup postgres + mysql 2021-05-22 18:09:28 +02:00
.prettierignore Add indexes to tables. 2020-07-17 19:33:40 -07:00
.prettierrc.json Initial commit. 2020-07-17 01:03:38 -07:00
Dockerfile Dockerfile - fix node version 2021-05-22 19:37:57 +02:00
LICENSE Added license. 2020-08-17 00:05:57 -07:00
README.md README cleanup 2021-05-22 19:16:46 +02:00
docker-compose.yml volume bind db 2021-05-22 19:38:11 +02:00
jsconfig.json Initial commit. 2020-07-17 01:03:38 -07:00
next.config.js Add environment variable for basePath. 2020-12-03 22:28:05 -08:00
package.json drop more dependencies + remove updater 2021-05-22 18:10:20 +02:00
postcss.config.js Initial commit. 2020-07-17 01:03:38 -07:00
yarn.lock drop more dependencies + remove updater 2021-05-22 18:10:20 +02:00

README.md

🧭 umami-sqlite

Modded version of Umami Analytics backed by a local SQLite database

simple, fast, open source website analytics

Quick Start

Requirements

  • Node.js >= 14.17.0

Install Dependencies

yarn

(seemingly optional?) Run db migration

yarn prisma migrate dev

Configure env

Create an .env file with the following

HASH_SALT=anyrandomstring

Build the application

yarn build

Start the application

yarn start

The application will be available on http://localhost:3000.