mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 21:45:53 +01:00
Update the links for current repository
This commit is contained in:
parent
16046a50a4
commit
900e3e5734
@ -22,7 +22,7 @@ npm install -g yarn
|
|||||||
### Get the source code and install packages
|
### Get the source code and install packages
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/mikecao/umami.git
|
git clone https://github.com/umami-software/umami.git
|
||||||
cd umami
|
cd umami
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
2
app.json
2
app.json
@ -3,7 +3,7 @@
|
|||||||
"description": "Umami is a simple, fast, website analytics alternative to Google Analytics.",
|
"description": "Umami is a simple, fast, website analytics alternative to Google Analytics.",
|
||||||
"keywords": ["analytics", "charts", "statistics", "web-analytics"],
|
"keywords": ["analytics", "charts", "statistics", "web-analytics"],
|
||||||
"website": "https://umami.is",
|
"website": "https://umami.is",
|
||||||
"repository": "https://github.com/mikecao/umami",
|
"repository": "https://github.com/umami-software/umami",
|
||||||
"addons": ["heroku-postgresql"],
|
"addons": ["heroku-postgresql"],
|
||||||
"env": {
|
"env": {
|
||||||
"HASH_SALT": {
|
"HASH_SALT": {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
umami:
|
umami:
|
||||||
image: ghcr.io/mikecao/umami:postgresql-latest
|
image: ghcr.io/umami-software/umami:postgresql-latest
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user