Caprover logo
Caprover one-click apps browser
umami-postgresql logo
umami-postgresql
umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendly privacy-focused alternative to Google Analytics.
Official integration
Created - Last update

umami is a simple, easy to use, self-hosted web analytics solution. The goal is to provide you with a friendly privacy-focused alternative to Google Analytics. This app will install a default postgres instance with persistant data. You can choose the version yourself. The deployment was tested with postgres 14.x. For Updating just Deploy latest image from https://github.com/umami-software/umami/pkgs/container/umami using the Deploy via ImageName section in your caprover umami container For more details about umami, see: https://umami.is Enter your configuration parameters and click on next. It will take about a minute for the process to finish.

Deployed services
umami-postgresql
ghcr.io/umami-software/umami:postgresql-$$cap_umami_version
    3000
    always
    1
    umami-postgresql-postgres
    postgres:$$cap_postgres_version
    • umami-postgresql-postgres-data:/var/lib/postgresql/data
    always
    4
    Variables

    Postgres Version

    Default: 14.5-alpine

    $$cap_postgres_version
    Checkout their page for the valid tags https://hub.docker.com/_/postgres

    Caprover Umami Version

    Default: v1.38.0

    $$cap_umami_version
    Checkout their github page for the valid tags https://github.com/umami-software/umami/pkgs/container/umami

    Potgress Database password

    Default: $$cap_gen_random_hex(16)

    $$cap_postgres_pass
    Password for postgres

    OPTIONAL: Arguments for 'postgres initdb'

    Default: undefined

    $$cap_pg_initdb_args
    For example, --data-checksums
    © 2025, Built with Gatsby - Source code available on GitHub