mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 04:28:09 -05:00
19 lines
406 B
YAML
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
|