Skip to content

An extremely lightweight and privacy-preserving analytics platform for self-hosting.

License

Notifications You must be signed in to change notification settings

2mal3/nano-analytics

Repository files navigation

nano-analytics

An extremely lightweight and privacy-preserving analytics platform for self-hosting. It's easy to set up and integrate into your services to anonymously track device, browser, country, date, and your own custom user actions. The statistics are then easily accessible through a web UI. The main idea of this application is based on this very interesting article from Herman's blog.

The statistics can be viewed at the http://<server address>/stats url with the correct credentials.

Setup The Server

I highly recommend using Docker (image: ghcr.io/2mal3/nano-analytics:latest).

Required Configuration

  • environment (env) variable: ADMIN_USERNAME (default admin)
  • env variable: ADMIN_PASSWORD
  • forward port 1323
  • volume for /app/database

Integration Into Your App

Somehow call the URL <server address>/track/<your application identifier>[?action=<a special action>] from the client. Where the application identifier and the action can be any string of your choice.

For example, a website could do this with the following css class:

body:hover {
    border-image: url("<url>");
}

About

An extremely lightweight and privacy-preserving analytics platform for self-hosting.

Resources

License

Stars

Watchers

Forks

Packages