Swetrix is an advanced and customizable analytics service for your web applications. It allows you to track every metric you need without invading your users' privacy. This repository contains the self-hosted version of Swetrix.
- Clone this repository.
- Install Docker and Docker Compose if you haven't already.
- Update the environment variables in the
docker-compose.yml
file with your own values. - Run
docker-compose up -d
to start the Swetrix services. - Access the Swetrix frontend by navigating to
http://localhost:80
in your browser. - Log in with the email and password defined in the
docker-compose.yml
file.
For more information and advanced configuration, please refer to the official Swetrix documentation.