mirror of
https://github.com/LukeHagar/documentation-coolify.git
synced 2025-12-10 12:27:48 +00:00
add mixpost
move terminal to internal docs
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Introduction"
|
||||
title: "Terminal"
|
||||
head:
|
||||
- tag: "meta"
|
||||
attrs:
|
||||
@@ -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.
|
||||
|
||||
24
src/content/docs/services/mixpost.mdx
Normal file
24
src/content/docs/services/mixpost.mdx
Normal 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" />
|
||||
|
||||

|
||||
|
||||
## 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)
|
||||
Reference in New Issue
Block a user