MyGit

umami-software/umami

Fork: 4015 Star: 21439 (更新于 2024-08-27 22:14:24)

license: MIT

Language: TypeScript .

Umami is a simple, fast, privacy-focused alternative to Google Analytics.

最后发布版本: v2.13.1 ( 2024-08-24 11:15:48)

官方网址 GitHub网址

Umami Logo

Umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.

GitHub Release MIT License Build Status Umami Demo


🚀 Getting Started

A detailed getting started guide can be found at umami.is/docs.


🛠 Installing from Source

Requirements

  • A server with Node.js version 16.13 or newer
  • A database. Umami supports MySQL (minimum v8.0) and PostgreSQL (minimum v12.14) databases.

Install Yarn

npm install -g yarn

Get the Source Code and Install Packages

git clone https://github.com/umami-software/umami.git
cd umami
yarn install

Configure Umami

Create an .env file with the following:

DATABASE_URL=connection-url

The connection URL format:

postgresql://username:mypassword@localhost:5432/mydb
mysql://username:mypassword@localhost:3306/mydb

Build the Application

yarn build

The build step will create tables in your database if you are installing for the first time. It will also create a login user with username admin and password umami.

Start the Application

yarn start

By default, this will launch the application on http://localhost:3000. You will need to either proxy requests from your web server or change the port to serve the application directly.


🐳 Installing with Docker

To build the Umami container and start up a Postgres database, run:

docker compose up -d

Alternatively, to pull just the Umami Docker image with PostgreSQL support:

docker pull docker.umami.is/umami-software/umami:postgresql-latest

Or with MySQL support:

docker pull docker.umami.is/umami-software/umami:mysql-latest

🔄 Getting Updates

To get the latest features, simply do a pull, install any new dependencies, and rebuild:

git pull
yarn install
yarn build

To update the Docker image, simply pull the new images and rebuild:

docker compose pull
docker compose up --force-recreate

🛟 Support

GitHub Twitter LinkedIn Discord

最近版本更新:(数据更新于 2024-08-27 19:09:21)

2024-08-24 11:15:48 v2.13.1

2024-08-24 00:38:23 v2.13.0

2024-06-26 00:34:33 v2.12.1

2024-06-21 11:56:15 v2.12.0

2024-05-04 13:45:15 v2.11.3

2024-04-17 12:25:26 v2.11.2

2024-04-11 07:15:23 v2.11.1

2024-04-05 05:58:09 v2.11.0

2024-03-07 10:40:14 v2.10.2

2024-03-01 06:33:11 v2.10.1

主题(topics):

analytics, charts, google-analytics, statistics, web-analytics

umami-software/umami同语言 TypeScript最近更新仓库

2024-09-20 02:53:48 lobehub/lobe-chat

2024-09-20 01:47:10 vitejs/vite

2024-09-20 00:15:10 siyuan-note/siyuan

2024-09-19 22:02:20 CopilotKit/CopilotKit

2024-09-19 16:44:23 x-extends/vxe-table

2024-09-19 11:13:15 TBXark/ChatGPT-Telegram-Workers