Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

42 lines
1.8 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Plausible Analytics"
description: "A lightweight, open-source web analytics tool that prioritizes user privacy by not using cookies."
og:
description: "Deploy Plausible Analytics on Coolify for lightweight, cookieless, GDPR-compliant web analytics with privacy-first visitor insights."
category: "Analytics"
icon: "/docs/images/services/plausible-logo.svg"
---
<ZoomImage src="/docs/images/services/plausible-logo.svg" alt="Plausible dashboard" />
<Callout type="warn" title="SERVICE HIDDEN ON COOLIFY">
This service is not available as a one-click deployment on Coolify due to legal (trademark) restrictions. To use it with Coolify, youll need to deploy it manually by following the installation steps below.
</Callout>
## What is Plausible Analytics?
Plausible is intuitive, lightweight and open-source web analytics software. It uses no cookies and is fully compliant with GDPR, CCPA and PECR.
## How to deploy Plausible Analytics with Coolify?
Due to trademark issues, we can't provide a fully automated one-click Service installation for Plausible Analytics. But don't worry, it's still very easy to install.
## Installation
1. Add a New Resource and select the `Docker Compose Empty` application deployment type.
2. Copy the following [file](https://raw.githubusercontent.com/coollabsio/coolify/v4.x/templates/compose/plausible.yaml) into the input box (with the comments).
3. Click on the `Save` button.
4. Go to the `Plausible` service's settings page (`Settings` button on the right side).
5. Add your custom domain to the `Domains` input box (you can also edit the domains by clicking on the edit icon next to the autogenerated domain).
6. Click on the `Save` button.
7. Click on the `Deploy` button and wait for the deployment to finish.
## Links
- [The official website](https://plausible.io/)
- [GitHub](https://github.com/plausible/analytics)