Overview
Plausible is a lightweight, privacy-focused web analytics alternative to Google Analytics. It requires no cookies, is GDPR compliant, and provides clean, simple dashboards.
Deployment
Select Plausible Analytics from the Kazepute marketplace. Kaze 2+ is recommended.
Configuration
# After deployment, access\nhttps://YOUR_IP:8000\n\n# Set your base URL in the environment\nBASE_URL=https://analytics.yourdomain.com\nSECRET_KEY_BASE=generate-a-64-char-secret\n\n# Restart after configuration\ncd /opt/apps/plausible\ndocker compose up -dAdding Your Website
- Login and click "Add a website"
- Enter your domain name
- Copy the tracking script snippet
- Add it to your website's <head> tag
Custom Domain Setup
Point a subdomain (e.g., analytics.yourdomain.com) to your Breeze IP, then configure Caddy or Nginx to proxy to port 8000.