123456789101112131415161718 |
- 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: 8080
- required: true
|