|
@@ -98,6 +98,15 @@ questions:
|
|
|
required: true
|
|
|
$ref:
|
|
|
- "definitions/nodeIP"
|
|
|
+ - variable: externalPort
|
|
|
+ label: Port for Client Configuration
|
|
|
+ description: |
|
|
|
+ The port accessible from the clients.</br>
|
|
|
+ This is ONLY used on the client configuration generation in the "Endpoint" field.
|
|
|
+ schema:
|
|
|
+ type: int
|
|
|
+ required: true
|
|
|
+ default: 51820
|
|
|
- variable: password
|
|
|
label: Password for WebUI
|
|
|
description: When set, requires a password when logging in to the Web UI.
|
|
@@ -435,7 +444,7 @@ questions:
|
|
|
schema:
|
|
|
type: string
|
|
|
max_length: 12
|
|
|
- valid_chars: '^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$'
|
|
|
+ valid_chars: "^[1-9][0-9]*([EPTGMK]i?|e[0-9]+)?$"
|
|
|
valid_chars_error: |
|
|
|
Valid Memory limit formats are</br>
|
|
|
- Suffixed with E/P/T/G/M/K - eg. 1G</br>
|