Docs / Kubernetes & Orchestration / How to Deploy Plausible Analytics from the Marketplace

How to Deploy Plausible Analytics from the Marketplace

By Admin · Mar 17, 2026 · Updated Apr 23, 2026 · 398 views · 1 min read

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 -d

Adding Your Website

  1. Login and click "Add a website"
  2. Enter your domain name
  3. Copy the tracking script snippet
  4. 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.

Was this article helpful?