Add mosquitto page.

This commit is contained in:
Diogo Carvalho
2024-11-08 21:58:44 +00:00
parent d3c17041d6
commit 5d0824e168
4 changed files with 27 additions and 1 deletions

View File

@@ -371,6 +371,7 @@ export default defineConfig({
{ label: "Minio", link: "/services/minio" },
{ label: "Mixpost", link: "/services/mixpost" },
{ label: "Moodle", link: "/services/moodle" },
{ label: "Mosquitto", link: "/services/mosquitto" },
{ label: "N8N", link: "/services/n8n" },
{ label: "Nextcloud", link: "/services/nextcloud" },
{ label: "Nitropage", link: "/services/nitropage" },

View File

@@ -3858,7 +3858,7 @@ paths:
type:
description: 'The one-click service type'
type: string
enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database]
enum: [activepieces, appsmith, appwrite, authentik, babybuddy, budge, changedetection, chatwoot, classicpress-with-mariadb, classicpress-with-mysql, classicpress-without-database, cloudflared, code-server, dashboard, directus, directus-with-postgresql, docker-registry, docuseal, docuseal-with-postgres, dokuwiki, duplicati, emby, embystat, fider, filebrowser, firefly, formbricks, ghost, gitea, gitea-with-mariadb, gitea-with-mysql, gitea-with-postgresql, glance, glances, glitchtip, grafana, grafana-with-postgresql, grocy, heimdall, homepage, jellyfin, kuzzle, listmonk, logto, mediawiki, meilisearch, metabase, metube, minio, moodle, mosquitto, n8n, n8n-with-postgresql, next-image-transformation, nextcloud, nocodb, odoo, openblocks, pairdrop, penpot, phpmyadmin, pocketbase, posthog, reactive-resume, rocketchat, shlink, slash, snapdrop, statusnook, stirling-pdf, supabase, syncthing, tolgee, trigger, trigger-with-external-database, twenty, umami, unleash-with-postgresql, unleash-without-database, uptime-kuma, vaultwarden, vikunja, weblate, whoogle, wordpress-with-mariadb, wordpress-with-mysql, wordpress-without-database]
name:
type: string
maxLength: 255

View File

@@ -75,6 +75,7 @@ You can host ANY service with Coolify that could be containerized.
- [MinIO](/docs/services/minio) - A high-performance, distributed object storage system.
- [Mixpost](/docs/services/mixpost) - Self-hosted social media management software (Buffer alternative).
- [Moodle](/docs/services/moodle) - Open-source learning platform.
- [Mosquitto](/docs/services/mosquitto) - Open-source MQTT broker.
- [N8N](/docs/services/n8n) - Workflow automation tool.
- [Nextcloud](/docs/services/nextcloud) - A safe home for all your data.
- [Nitropage](/docs/services/nitropage) - Nitropage is an extensible, drag-and-drop website builder based on SolidStart, completely free and open source.

View File

@@ -0,0 +1,24 @@
---
title: Mosquitto
head:
- tag: "meta"
attrs:
property: "og:title"
content: "How to host Mosquitto with Coolify"
description: "Here you can find the documentation for hosting Mosquitto with Coolify."
---
import { Badge } from "@astrojs/starlight/components";
<Badge text="One-click setup." variant="note" size="large" />
![Mosquitto](https://raw.githubusercontent.com/eclipse-mosquitto/mosquitto/refs/heads/master/logo/mosquitto-text-below.svg)
## What is Mosquitto?
Mosquitto is an open-source MQTT (Message Queuing Telemetry Transport) broker that facilitates communication between IoT devices by implementing the lightweight MQTT protocol. It's designed to provide reliable message delivery in scenarios with limited bandwidth or unstable networks, making it a key component for IoT and home automation systems.
## Links
- [The official website ](https://mosquitto.org/)
- [GitHub ](https://github.com/eclipse/mosquitto)