umami-software/umami
Fork: 4240 Star: 22827 (更新于 2024-11-15 14:36:34)
license: MIT
Language: TypeScript .
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
最后发布版本: v2.13.1 ( 2024-08-24 11:15:48)
Umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
🚀 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 MariaDB (minimum v10.5), 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
最近版本更新:(数据更新于 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-11-22 01:36:46 twentyhq/twenty
2024-11-21 22:40:05 LLOneBot/LLOneBot
2024-11-21 20:34:48 CopilotKit/CopilotKit
2024-11-21 16:58:07 labring/FastGPT
2024-11-21 16:14:54 RSSNext/Follow
2024-11-21 16:12:23 x-extends/vxe-table