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:
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# 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_secretAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago