Skip to content

Commit

Permalink
Add Services section and Plausible Analytics page
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Jan 2, 2024
1 parent b319379 commit 00155d2
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@ const config = {
{ text: "Django", link: "/frameworks/django" },
]
},
{
text: "Services",
link: "/services/index",
items: [
{ text: "Plausible Analytics", link: "/serices/plausible-analytics" },
]
},
],
},

Expand Down
48 changes: 48 additions & 0 deletions services/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
head:
- - meta
- name: description
content: Coolify Documentation
- - meta
- name: keywords
content: coolify self-hosting docker kubernetes vercel netlify heroku render digitalocean aws gcp azure services
- - meta
- name: twitter:card
content: summary_large_image
- - meta
- name: twitter:site
content: "@coolifyio"
- - meta
- name: twitter:title
content: Coolify Documentation
- - meta
- name: twitter:description
content: Self-hosting with superpowers.
- - meta
- name: twitter:image
content: https://cdn.coollabs.io/assets/coolify/og-image-docs.png
- - meta
- property: og:type
content: website
- - meta
- property: og:url
content: https://coolify.io
- - meta
- property: og:title
content: Coolify
- - meta
- property: og:description
content: Self-hosting with superpowers.
- - meta
- property: og:site_name
content: Coolify
- - meta
- property: og:image
content: https://cdn.coollabs.io/assets/coolify/og-image-docs.png
---

# Services

Here you can find all the services that needs special care to be configured.

- [Plausible Analytics](/services/plausible-analytics)
55 changes: 55 additions & 0 deletions services/plausible-analytics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
head:
- - meta
- name: description
content: Coolify - Plausible Analytics
- - meta
- name: keywords
content: coolify self-hosting docker kubernetes vercel netlify heroku render digitalocean aws gcp azure service plausible analytics
- - meta
- name: twitter:card
content: summary_large_image
- - meta
- name: twitter:site
content: "@coolifyio"
- - meta
- name: twitter:title
content: Coolify - Plausible Analytics
- - meta
- name: twitter:description
content: Self-hosting with superpowers.
- - meta
- name: twitter:image
content: https://coolcdn.b-cdn.net/assets/coolify/plausible-og-image.png
- - meta
- property: og:type
content: website
- - meta
- property: og:url
content: https://coolify.io
- - meta
- property: og:title
content: Coolify
- - meta
- property: og:description
content: Self-hosting with superpowers.
- - meta
- property: og:site_name
content: Coolify
- - meta
- property: og:image
content: https://coolcdn.b-cdn.net/assets/coolify/plausible-og-image.png
---

# Plausible Analytics

Due to trademark issues, we can't make a fully automated installation for Plausible Analytics. But don't worry, it's still easy to install it.

## Installation
1. You need to select the `Based on Docker Compose` application type where you can add any docker-compose file you want.
2. Copy the following file to the input box (with the comments): https://raw.githubusercontent.com/coollabsio/coolify/main/templates/compose/plausible.yaml
3. Click on the `Save` button.
4. Go to the `Plausible` service's settings page (gear icon on the right side).
5. Add your custom domain name to the `FQDN` input box.
6. Click on the `Save` button.
7. Click on the `Deploy` button.

0 comments on commit 00155d2

Please sign in to comment.