add mixpost

move terminal to internal docs
This commit is contained in:
Andras Bacsai
2024-10-02 12:19:24 +02:00
parent 431dd4a545
commit 18ea47cb18
4 changed files with 38 additions and 8 deletions

View File

@@ -482,6 +482,10 @@ export default defineConfig({
label: "Moodle",
link: "/services/moodle",
},
{
label: "Mixpost",
link: "/services/mixpost",
},
{
label: "N8N",
link: "/services/n8n",
@@ -627,6 +631,13 @@ export default defineConfig({
items: [
{ label: "FAQ", link: "/knowledge-base/faq" },
{
label: "Internal",
collapsed: true,
items: [
{ label: "Terminal", link: "/knowledge-base/internal/terminal" },
],
},
{
label: "Self-hosted Instance",
collapsed: true,
@@ -831,13 +842,7 @@ export default defineConfig({
},
],
},
{
label: "Terminal",
collapsed: true,
items: [
{ label: "Introduction", link: "/knowledge-base/terminal/introduction" },
],
},
],
},
{

View File

@@ -1,5 +1,5 @@
---
title: "Introduction"
title: "Terminal"
head:
- tag: "meta"
attrs:

View File

@@ -67,6 +67,7 @@ You can host ANY service with Coolify that could be containerized.
- [Minecraft](/docs/services/minecraft) - Minecraft game server.
- [MinIO](/docs/services/minio) - A high-performance, distributed object storage system.
- [Moodle](/docs/services/moodle) - Open-source learning platform.
- [Mixpost](/docs/services/mixpost) - Self-hosted social media management software (Buffer alternative).
- [N8N](/docs/services/n8n) - Workflow automation tool.
- [Nextcloud](/docs/services/nextcloud) - A safe home for all your data.
- [NocoDB](/docs/services/nocodb) - Open Source Airtable Alternative.

View File

@@ -0,0 +1,24 @@
---
title: Mixpost
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to host Mixpost with Coolify"
description: "Here you can find the documentation for hosting Mixpost with Coolify."
---
import { Badge } from '@astrojs/starlight/components';
<Badge text="One-click setup." variant="note" size="large" />
![Filebrowser](https://raw.githubusercontent.com/filebrowser/logo/master/banner.png)
## What is Mixpost?
Self-hosted social media management software (Buffer alternative).
## Links
- [The official Mixpost website ](https://mixpost.app/)
- [GitHub ](https://github.com/inovector/mixpost)