11 lines
651 B
JSON
11 lines
651 B
JSON
|
|
{
|
||
|
|
"name": "mosquitto",
|
||
|
|
"display_name": "MQTT-Broker (Mosquitto)",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Lightweight MQTT message broker — the backbone other smart-home apps talk through.",
|
||
|
|
"description_long": "Eclipse Mosquitto ist ein schlanker MQTT-Broker: die Vermittlungsstelle, über die Smart-Home-Apps (z.B. Zigbee2MQTT) lokal Nachrichten austauschen. Läuft komplett auf dieser Maschine, ohne Cloud. Anonyme Zugriffe sind aus — jede App, die den Broker voraussetzt, bekommt beim Installieren automatisch ein eigenes Konto. Der Broker lauscht auf Port 1883 im LAN.",
|
||
|
|
"volumes": ["data"],
|
||
|
|
"ports": [1883],
|
||
|
|
"icon": "icon.svg"
|
||
|
|
}
|