This repository allows you to deploy the latest Umami software (v2.10.2) on Render.
-
Login onto your Render Dashboard
-
If you don't have a PostgreSQL database running, deploy a new one with the button "+New/PostgreSQL"
-
Click on "+New/Web Service" to host Umami application
-
Connect to this public repository: https://github.com/thomascenni/umami
-
Click on Continue, select a name for your web service, for example "umami"
-
Before creating the service, click on "Advanced" and setup the two environment variables:
- DATABASE_URL, with the connection string coming from your PostgreSQL service (point 2)
- HASH_SALT, with a random generated string
Once the web service is deployed, you'll be redirected to the admin page, login with user "admin" and password "umami".