|
@@ -1,8 +1,9 @@
|
|
{
|
|
{
|
|
"categories": [
|
|
"categories": [
|
|
|
|
+ "Other",
|
|
"Tools"
|
|
"Tools"
|
|
],
|
|
],
|
|
- "description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.",
|
|
|
|
|
|
+ "description": "Eclipse Mosquitto is an open source message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.\r\nHave a look on https://mosquitto.org/man/mosquitto_passwd-1.html",
|
|
"image_arm32": "eclipse-mosquitto:latest",
|
|
"image_arm32": "eclipse-mosquitto:latest",
|
|
"image_arm64": "eclipse-mosquitto:latest",
|
|
"image_arm64": "eclipse-mosquitto:latest",
|
|
"image_amd64": "eclipse-mosquitto:latest",
|
|
"image_amd64": "eclipse-mosquitto:latest",
|
|
@@ -16,6 +17,7 @@
|
|
],
|
|
],
|
|
"restart_policy": "unless-stopped",
|
|
"restart_policy": "unless-stopped",
|
|
"title": "Eclipse Mosquitto MQTT",
|
|
"title": "Eclipse Mosquitto MQTT",
|
|
|
|
+ "preInstallScript": "install_mosquitto.sh",
|
|
"type": 1,
|
|
"type": 1,
|
|
"volumes": [
|
|
"volumes": [
|
|
{
|
|
{
|