Analytics

Deploy Plausible in one click

Plausible is a lightweight, open-source, privacy-friendly analytics tool — a cookie-free alternative to Google Analytics. Self-host it to keep full ownership of your visitor data.

Plausible website

Docker image

Deployed from the official image, listening on port 8000.

plausible/analytics:latest

Environment variables

These are pre-filled and documented when you deploy. Secrets are generated for you and hidden after saving.

BASE_URL
Required

Public URL Plausible is served on.

SECRET_KEY_BASE
Required
Secret

App secret (generate 64+ chars).

DATABASE_URL
Required

PostgreSQL connection string.

CLICKHOUSE_DATABASE_URL
Required

ClickHouse connection string.

Persistent storage

Requires PostgreSQL and ClickHouse; persist their volumes.

Good to know

  • Plausible needs PostgreSQL and ClickHouse — review the official self-hosting guide.
  • Set BASE_URL to your full https:// subdomain or custom domain.

Add a deploy button

Maintaining Plausible or a similar tool? Drop this badge in your README so anyone can deploy it on Darmi Cloud in one click.

Deploy on Darmi Cloud
[![Deploy on Darmi Cloud](https://darmicloud.tech/deploy-button.svg)](https://darmicloud.tech/templates/plausible)