chore(umami): update app config and logo
This commit is contained in:
parent
4d571a6c78
commit
e8a24c5948
|
@ -10,7 +10,7 @@
|
|||
"categories": ["utilities"],
|
||||
"description": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
|
||||
"short_desc": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.",
|
||||
"author": "https://github.com/umami-software",
|
||||
"author": "umami-software",
|
||||
"source": "https://github.com/umami-software/umami",
|
||||
"form_fields": [
|
||||
{
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
version: "3"
|
||||
version: '3.7'
|
||||
|
||||
services:
|
||||
umami:
|
||||
container_name: umami
|
||||
image: ghcr.io/umami-software/umami:postgresql-v1.40.0
|
||||
ports:
|
||||
- "${APP_PORT}:3000"
|
||||
- '${APP_PORT}:3000'
|
||||
environment:
|
||||
DATABASE_URL: postgresql://umami:${DB_PASSWORD}@db:5432/umami
|
||||
DATABASE_URL: postgresql://umami:${DB_PASSWORD}@umami-db:5432/umami
|
||||
DATABASE_TYPE: postgresql
|
||||
HASH_SALT: ${HASH_SALT}
|
||||
depends_on:
|
||||
|
@ -21,7 +22,9 @@ services:
|
|||
traefik.http.routers.umami.service: umami
|
||||
traefik.http.routers.umami.tls.certresolver: myresolver
|
||||
traefik.http.services.umami.loadbalancer.server.port: 3000
|
||||
|
||||
umami-db:
|
||||
container_name: umami-db
|
||||
image: postgres:12-alpine
|
||||
environment:
|
||||
POSTGRES_DB: umami
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Defualt Login
|
||||
### Username: admin
|
||||
### Password: umami
|
||||
## Default credentials
|
||||
|
||||
Username: admin
|
||||
Password: umami
|
||||
|
||||
# umami
|
||||
|
||||
|
@ -8,4 +9,4 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics.
|
|||
|
||||
## [](https://github.com/umami-software/umami/blob/master/README.md#getting-started)Getting started
|
||||
|
||||
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
|
||||
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue
Block a user