Files
truenas-apps/ix-dev/test/other-nginx/questions.yaml
2024-07-09 13:24:50 +03:00

19 lines
406 B
YAML

groups:
- name: Network Configuration
description: Configure Network for Nginx
questions:
- variable: network
label: ""
group: Network Configuration
schema:
type: dict
attrs:
- variable: web_port
label: WebUI Port
description: The port for Nginx WebUI
schema:
type: int
default: 8081
required: true