homelab-codex-ws/services/mosquitto/README.md

16 lines
819 B
Markdown
Raw Normal View History

# Mosquitto MQTT Broker — NOT DEPLOYED / LEGACY
2026-05-11 20:46:50 +02:00
> **Status (2026-07-28, truth cleanup):** this manifest matches **nothing that
> actually runs** (recon `docs/architecture/RECON-multiagent-2026-07-27.md`, C8).
> The broker on **vps** is part of the legacy ai-cluster stack (being
> decommissioned, see `docs/architecture/ai-cluster-LEGACY.md`); the broker on
> **piha** is a host systemd mosquitto (OS package) with no repo definition;
> **chelsty** has its own config under `hosts/chelsty-infra/runtime/mosquitto/`.
> Do not deploy from this directory. Kept until the MQTT topology decision
> (recon open question 7) is made.
2026-05-11 20:46:50 +02:00
Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1.
2026-05-11 20:46:50 +02:00
Port 1883 for standard MQTT.
Port 9001 for WebSockets.