@@ -68,7 +68,7 @@
|
|||||||
"default": "tap0"
|
"default": "tap0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "ip",
|
||||||
"label": "Bridge CIDR",
|
"label": "Bridge CIDR",
|
||||||
"hint": "Bridge address/CIDR assigned inside the container",
|
"hint": "Bridge address/CIDR assigned inside the container",
|
||||||
"placeholder": "100.100.0.1/24",
|
"placeholder": "100.100.0.1/24",
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
"default": "100.100.0.1/24"
|
"default": "100.100.0.1/24"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "ip",
|
||||||
"label": "VM subnet",
|
"label": "VM subnet",
|
||||||
"hint": "Subnet that should be NATed out of the container",
|
"hint": "Subnet that should be NATed out of the container",
|
||||||
"placeholder": "100.100.0.0/24",
|
"placeholder": "100.100.0.0/24",
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
"default": "100.100.0.0/24"
|
"default": "100.100.0.0/24"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "ip",
|
||||||
"label": "Target IP (routed via VM)",
|
"label": "Target IP (routed via VM)",
|
||||||
"hint": "Traffic to this IP is routed via the VM (VPN inside the VM)",
|
"hint": "Traffic to this IP is routed via the VM (VPN inside the VM)",
|
||||||
"placeholder": "10.35.33.230",
|
"placeholder": "10.35.33.230",
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
"private": false
|
"private": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hostPath": "/etc/runtipi/app-data",
|
"hostPath": "${TSCLIENT}",
|
||||||
"containerPath": "/shared/app-data",
|
"containerPath": "/shared/app-data",
|
||||||
"readOnly": false,
|
"readOnly": false,
|
||||||
"shared": false,
|
"shared": false,
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2:/vm/linux-vm.qcow2
|
- /etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2:/vm/linux-vm.qcow2
|
||||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/shared:/shared
|
- /etc/runtipi/user-config/runtipi/rego-tunnel/shared:/shared
|
||||||
- /etc/runtipi/app-data:/shared/app-data
|
- ${TSCLIENT}:/shared/app-data
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
sysctls:
|
sysctls:
|
||||||
|
|||||||
Reference in New Issue
Block a user