Update questions.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
parent
b44d4540ff
commit
497d459134
|
@ -12,6 +12,25 @@ questions:
|
|||
# Include{recreate}
|
||||
# Include{controllerExpert}
|
||||
# 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
|
||||
group: Container Configuration
|
||||
label: Blocky Configuration
|
||||
|
@ -19,12 +38,6 @@ questions:
|
|||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enableWebUI
|
||||
label: Enable Web UI
|
||||
description: Enables Web UI
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: enablePrometheus
|
||||
label: Enable Prometheus Endpoint
|
||||
description: Enables Prometheus Endpoint
|
||||
|
|
Loading…
Reference in New Issue