forked from webentwicklungshilfe/coolify-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Services section and Plausible Analytics page
- Loading branch information
1 parent
b319379
commit 00155d2
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |