2024-02-22 12:29:01 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Eclipse Mosquitto",
|
|
|
|
"port": 8288,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "eclipse-mosquitto",
|
|
|
|
"tipi_version": 1,
|
|
|
|
"version": "2.0.18",
|
|
|
|
"categories": [
|
|
|
|
"utilities",
|
|
|
|
"automation"
|
|
|
|
],
|
|
|
|
"description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol.",
|
2024-06-22 23:27:37 +00:00
|
|
|
"short_desc": "The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model.",
|
2024-02-22 12:29:01 +00:00
|
|
|
"author": "Eclipse Foundation",
|
|
|
|
"source": "https://github.com/eclipse/mosquitto/",
|
|
|
|
"website": "https://mosquitto.org/",
|
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"label": "MQTT Broker Admin Password",
|
|
|
|
"max": 50,
|
|
|
|
"min": 6,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "MQTT_ADMIN_PASSWORD"
|
2024-06-22 23:27:37 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"label": "Cedalo Management Center Password",
|
|
|
|
"max": 50,
|
|
|
|
"min": 6,
|
|
|
|
"required": true,
|
|
|
|
"env_variable": "CEDALO_MC_PASSWORD"
|
2024-02-22 12:29:01 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|