Fix mosquitto main service
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -14,8 +14,7 @@ service:
|
|||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
enabled: false
|
protocol: TCP
|
||||||
mqtt:
|
|
||||||
enabled: true
|
enabled: true
|
||||||
port: 1883
|
port: 1883
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user