(chore) Move more questions.yaml content to includes (#1101)

* (chore) add more includes and include processing

* fully edit airsonic

* move serviceExpert to include (except host-network)

* Move default ingress settings to include
This commit is contained in:
Kjeld Schouten-Lebbing
2021-10-05 12:50:21 +02:00
committed by GitHub
parent 2cc1a025d6
commit f28e149fb4
102 changed files with 859 additions and 18563 deletions
+29
View File
@@ -0,0 +1,29 @@
- variable: tls
label: "TLS-Settings"
schema:
type: list
default: []
items:
- variable: tlsEntry
label: "Host"
schema:
type: dict
attrs:
- variable: hosts
label: "Certificate Hosts"
schema:
type: list
default: []
items:
- variable: host
label: "Host"
schema:
type: string
default: ""
required: true
- variable: scaleCert
label: "Select TrueNAS SCALE Certificate"
schema:
type: int
$ref:
- "definitions/certificate"