diff --git a/astro.config.mjs b/astro.config.mjs index c1a0fcc..fe2bb6b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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" }, - ], - }, + ], }, { diff --git a/src/content/docs/knowledge-base/terminal/introduction.mdx b/src/content/docs/knowledge-base/internal/terminal.mdx similarity index 99% rename from src/content/docs/knowledge-base/terminal/introduction.mdx rename to src/content/docs/knowledge-base/internal/terminal.mdx index 1118496..08e1121 100644 --- a/src/content/docs/knowledge-base/terminal/introduction.mdx +++ b/src/content/docs/knowledge-base/internal/terminal.mdx @@ -1,5 +1,5 @@ --- -title: "Introduction" +title: "Terminal" head: - tag: "meta" attrs: diff --git a/src/content/docs/services/index.mdx b/src/content/docs/services/index.mdx index 3854046..5b9bdfa 100644 --- a/src/content/docs/services/index.mdx +++ b/src/content/docs/services/index.mdx @@ -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. diff --git a/src/content/docs/services/mixpost.mdx b/src/content/docs/services/mixpost.mdx new file mode 100644 index 0000000..a0d22f1 --- /dev/null +++ b/src/content/docs/services/mixpost.mdx @@ -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'; + + + +![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)