Fix mosquitto main service

This commit is contained in:
kjeld Schouten-Lebbing
2021-06-14 21:21:21 +02:00
parent 7efebda4d7
commit 5e1dc7985b
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -21,4 +21,4 @@ name: mosquitto
sources: sources:
- https://github.com/eclipse/mosquitto - https://github.com/eclipse/mosquitto
type: application type: application
version: 1.1.1 version: 1.1.2
@@ -201,17 +201,6 @@ questions:
attrs: attrs:
- variable: main - variable: main
label: "Main Service Port Configuration" label: "Main Service Port Configuration"
schema:
type: dict
attrs:
- variable: enabled
label: "Enable the port"
schema:
type: boolean
default: false
hidden: true
- variable: mqtt
label: "MQTT Service Port Configuration"
schema: schema:
type: dict type: dict
attrs: attrs:
@@ -225,7 +214,7 @@ questions:
label: "Port Type" label: "Port Type"
schema: schema:
type: string type: string
default: "HTTP" default: "TCP"
enum: enum:
- value: HTTP - value: HTTP
description: "HTTP" description: "HTTP"
+1 -2
View File
@@ -14,8 +14,7 @@ service:
main: main:
ports: ports:
main: main:
enabled: false protocol: TCP
mqtt:
enabled: true enabled: true
port: 1883 port: 1883