Favicon of Medama

Medama

Monitor website performance with real-time, privacy-first insights. This self-hostable solution uses a lightweight tracker (<1KB) without cookies or IP addresses.

Medama Analytics is an open-source project for self-hostable, cookie-free website analytics. It provides useful insights while prioritizing user privacy through a lightweight tracker that is less than 1KB. This approach ensures you get the data you need without compromising visitor trust.

Key features include:

  • Real-Time Analytics: Instantly monitor your website's performance and see how users interact with your content as it happens.
  • Privacy-Focused by Design: The tracker operates without cookies, IP addresses, or other identifiers, ensuring compliance with GDPR, PECR, and other regulations.
  • Simple Self-Hosting: Deploy a single binary with no external dependencies. It's efficient enough to run on virtual machines with as little as 256MB of memory for most small websites.
  • Easy Integration: Effortlessly connect the analytics server to your personal or professional dashboards to visualize your data.

Directory Structure

medama
data
.env
docker-compose.yml

docker-compose.yml

services:
  medama:
    image: ghcr.io/medama-io/medama:latest
    container_name: medama
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./data:/app/data
    # Environment variables can be added here or in .env if needed for advanced config
    # environment:
    #   - TZ=UTC

.env

# No sensitive environment variables are required for the default SQLite setup.
# If you configure external databases or specific secrets, add them here.
# Example:
# JWT_SECRET=your_generated_secret
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Medama

Favicon

 

  
  
Favicon

 

  
  
Favicon