Update questions.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten-Lebbing 2022-09-26 11:58:43 +02:00 committed by GitHub
parent b44d4540ff
commit 497d459134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 6 deletions

View File

@ -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