bb4405c05c
* Update config.json * Update Cedalo image to version stated in their docs Reference: https://docs.cedalo.com/management-center/installation/#solo-installation * Rename caledo_mgm_center.png to cedalo_mgm_center.png * Update description.md Fix Typos and image link * Update short description and Cedalo Management Center security * Added Cedalo Management Center Password env variable * Revert update * Update apps/eclipse-mosquitto/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
43 lines
1.1 KiB
JSON
Executable File
43 lines
1.1 KiB
JSON
Executable File
{
|
|
"$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.",
|
|
"short_desc": "The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model.",
|
|
"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"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "Cedalo Management Center Password",
|
|
"max": 50,
|
|
"min": 6,
|
|
"required": true,
|
|
"env_variable": "CEDALO_MC_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": [
|
|
"arm64",
|
|
"amd64"
|
|
]
|
|
}
|
|
|