chore(umami): update app config and logo

This commit is contained in:
Nicolas Meienberger 2023-03-11 16:27:45 +01:00
parent 4d571a6c78
commit e8a24c5948
4 changed files with 12 additions and 8 deletions

View File

@ -10,7 +10,7 @@
"categories": ["utilities"], "categories": ["utilities"],
"description": "Umami is a simple, fast, privacy-focused alternative to Google Analytics.", "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.", "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", "source": "https://github.com/umami-software/umami",
"form_fields": [ "form_fields": [
{ {

View File

@ -1,12 +1,13 @@
version: "3" version: '3.7'
services: services:
umami: umami:
container_name: umami
image: ghcr.io/umami-software/umami:postgresql-v1.40.0 image: ghcr.io/umami-software/umami:postgresql-v1.40.0
ports: ports:
- "${APP_PORT}:3000" - '${APP_PORT}:3000'
environment: environment:
DATABASE_URL: postgresql://umami:${DB_PASSWORD}@db:5432/umami DATABASE_URL: postgresql://umami:${DB_PASSWORD}@umami-db:5432/umami
DATABASE_TYPE: postgresql DATABASE_TYPE: postgresql
HASH_SALT: ${HASH_SALT} HASH_SALT: ${HASH_SALT}
depends_on: depends_on:
@ -21,7 +22,9 @@ services:
traefik.http.routers.umami.service: umami traefik.http.routers.umami.service: umami
traefik.http.routers.umami.tls.certresolver: myresolver traefik.http.routers.umami.tls.certresolver: myresolver
traefik.http.services.umami.loadbalancer.server.port: 3000 traefik.http.services.umami.loadbalancer.server.port: 3000
umami-db: umami-db:
container_name: umami-db
image: postgres:12-alpine image: postgres:12-alpine
environment: environment:
POSTGRES_DB: umami POSTGRES_DB: umami

View File

@ -1,6 +1,7 @@
# Defualt Login ## Default credentials
### Username: admin
### Password: umami Username: admin
Password: umami
# 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 ## [](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