Fix mosquitto main service

This commit is contained in:
kjeld Schouten-Lebbing 2021-06-14 21:21:21 +02:00
parent 7efebda4d7
commit 5e1dc7985b
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 3 additions and 15 deletions

View File

@ -21,4 +21,4 @@ name: mosquitto
sources:
- https://github.com/eclipse/mosquitto
type: application
version: 1.1.1
version: 1.1.2

View File

@ -201,17 +201,6 @@ questions:
attrs:
- variable: main
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:
type: dict
attrs:
@ -225,7 +214,7 @@ questions:
label: "Port Type"
schema:
type: string
default: "HTTP"
default: "TCP"
enum:
- value: HTTP
description: "HTTP"

View File

@ -14,8 +14,7 @@ service:
main:
ports:
main:
enabled: false
mqtt:
protocol: TCP
enabled: true
port: 1883