Installed Umami on my server

I installed Umami on my server. This is an analytics protocol similar to Google Analytics but more lightweight and simpler.

First, I had to install Docker and Umami on my Ubuntu Server. Then, in the Umami dashboard, I had to add the domain in order to retrieve a Domain ID.

Next, I had to set up the API on the website using the Domain ID. Technically, I added a JavaScript source, connected with the Domain ID in the HTML header. When you visit the website, data is sent through the API with the Domain ID as a handshake, ensuring that the data is uploaded to the correct Domain ID.