Templates
Self-host Plausible with Unbind
Deploy Plausible Analytics on your own servers with Unbind. Privacy friendly web analytics without cookies.
Plausible is privacy friendly web analytics. No cookies, a small script, and one dashboard that fits on a screen. This template runs the Community Edition.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| PostgreSQL | postgres |
| ClickHouse | clickhouse |
| Plausible | ghcr.io/plausible/community-edition:v3.2.1 |
Plan for at least 1 CPU core and 2 GB of memory.
Accounts and sites live in the PostgreSQL service, and the visit data lives in the ClickHouse service. The template creates no other volume.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the Plausible instance. | |
| Database Size | Size of the storage for the PostgreSQL database. | 1 GB |
| Clickhouse Size | Size of the storage for the Clickhouse database. | 1 GB |
After it deploys
Open your domain and register. After that, add your site and put the tracking script Plausible shows you on your pages.
Good to know
- Lock registration: by default anyone who finds the domain can register. Once your account exists, set
DISABLE_REGISTRATIONtotrueon the Plausible service and redeploy. - Email: reports and password resets need a mail server. The Community Edition docs list the variables.
- ClickHouse grows with traffic: watch the volume usage of the ClickHouse service on busy sites.