@@ -83,7 +83,7 @@
|
|||||||
"placeholder": "/usr/bin/qemu-system-amd64",
|
"placeholder": "/usr/bin/qemu-system-amd64",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "QEMU_BIN",
|
"env_variable": "QEMU_BIN",
|
||||||
"default": ""
|
"default": "/usr/bin/qemu-system-amd64"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
"placeholder": "tap1",
|
"placeholder": "tap1",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "TAP2_NAME",
|
"env_variable": "TAP2_NAME",
|
||||||
"default": ""
|
"default": "tap1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -101,7 +101,7 @@
|
|||||||
"placeholder": "br-app",
|
"placeholder": "br-app",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "BRIDGE2_NAME",
|
"env_variable": "BRIDGE2_NAME",
|
||||||
"default": ""
|
"default": "br-app"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -110,16 +110,16 @@
|
|||||||
"placeholder": "eth0",
|
"placeholder": "eth0",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "BRIDGE2_UPLINK_IF",
|
"env_variable": "BRIDGE2_UPLINK_IF",
|
||||||
"default": ""
|
"default": "eth0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Bridge2 CIDR (optional)",
|
"label": "Bridge2 CIDR (optional)",
|
||||||
"hint": "Optional IPv4/CIDR for Bridge2. If empty and uplink is set, the bridge inherits the uplink IPv4 address.",
|
"hint": "Optional IPv4/CIDR for Bridge2. If empty and uplink is set, the bridge inherits the uplink IPv4 address.",
|
||||||
"placeholder": "10.128.14.2/24",
|
"placeholder": "10.128.13.2/24",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "BRIDGE2_CIDR",
|
"env_variable": "BRIDGE2_CIDR",
|
||||||
"default": ""
|
"default": "10.128.13.2/24"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
"placeholder": "52:54:00:12:34:57",
|
"placeholder": "52:54:00:12:34:57",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "VM_MAC2",
|
"env_variable": "VM_MAC2",
|
||||||
"default": ""
|
"default": "52:54:00:12:34:57"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "ip",
|
"type": "ip",
|
||||||
|
|||||||
Reference in New Issue
Block a user