Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -12,6 +12,25 @@ questions:
|
|||||||
# Include{recreate}
|
# Include{recreate}
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
# Include{controllerExpertExtraArgs}
|
# Include{controllerExpertExtraArgs}
|
||||||
|
- variable: webUI
|
||||||
|
group: Container Configuration
|
||||||
|
label: WebUI Configuration
|
||||||
|
schema:
|
||||||
|
additional_attrs: true
|
||||||
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: enabled
|
||||||
|
label: Enable Web UI
|
||||||
|
description: Enables Web UI
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
|
- variable: apiURL
|
||||||
|
label: API URL
|
||||||
|
description: API URL for webUI, including port
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: "http://127.0.0.1:4000"
|
||||||
- variable: blocky
|
- variable: blocky
|
||||||
group: Container Configuration
|
group: Container Configuration
|
||||||
label: Blocky Configuration
|
label: Blocky Configuration
|
||||||
@@ -19,12 +38,6 @@ questions:
|
|||||||
additional_attrs: true
|
additional_attrs: true
|
||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
- variable: enableWebUI
|
|
||||||
label: Enable Web UI
|
|
||||||
description: Enables Web UI
|
|
||||||
schema:
|
|
||||||
type: boolean
|
|
||||||
default: true
|
|
||||||
- variable: enablePrometheus
|
- variable: enablePrometheus
|
||||||
label: Enable Prometheus Endpoint
|
label: Enable Prometheus Endpoint
|
||||||
description: Enables Prometheus Endpoint
|
description: Enables Prometheus Endpoint
|
||||||
|
|||||||
Reference in New Issue
Block a user