|
@@ -951,6 +951,51 @@
|
|
"title": "Minisatip",
|
|
"title": "Minisatip",
|
|
"type": 1
|
|
"type": 1
|
|
},
|
|
},
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ "categories": [
|
|
|
|
+ "Other",
|
|
|
|
+ "Tools"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol",
|
|
|
|
+ "image": "eclipse-mosquitto:latest",
|
|
|
|
+ "logo": "https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png",
|
|
|
|
+ "name": "mosquitto",
|
|
|
|
+ "platform": "linux",
|
|
|
|
+ "ports": [
|
|
|
|
+ "1883:1883/tcp"
|
|
|
|
+ ],
|
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
|
+ "title": "Eclipse Mosquitto",
|
|
|
|
+ "type": 1,
|
|
|
|
+ "volumes": [
|
|
|
|
+ {
|
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/config",
|
|
|
|
+ "container": "/mosquitto/config"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/data",
|
|
|
|
+ "container": "/mosquitto/data"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "bind": "/portainer/Files/AppData/Config/Mosquitto/log",
|
|
|
|
+ "container": "/mosquitto/log"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
{
|
|
{
|
|
"categories": [
|
|
"categories": [
|
|
"Other",
|
|
"Other",
|