rego-tunnel: wire TSCLIENT + fix CIDR defaults
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:53:44 +00:00
parent a5871d399b
commit 0ab6bb934d
5 changed files with 27 additions and 15 deletions

View File

@@ -23,7 +23,7 @@
},
{
"key": "BRIDGE_CIDR",
"value": "${BRIDGE_CIDR:-100.100.0.1/24}"
"value": "${BRIDGE_CIDR:-100.100.0.1}"
},
{
"key": "VM_NET_IP",
@@ -31,7 +31,7 @@
},
{
"key": "VM_SUBNET",
"value": "${VM_SUBNET:-100.100.0.0/24}"
"value": "${VM_SUBNET:-100.100.0.0}"
},
{
"key": "TARGET_IP",
@@ -51,7 +51,7 @@
},
{
"key": "TSCLIENT",
"value": "${TSCLIENT:-${APP_DATA_DIR}/hostshare}"
"value": "${TSCLIENT:-/etc/runtipi/app-data}"
}
],
"internalPort": 8006,
@@ -71,7 +71,7 @@
"private": false
},
{
"hostPath": "${TSCLIENT}",
"hostPath": "${TSCLIENT:-/etc/runtipi/app-data}",
"containerPath": "/hostshare",
"readOnly": false,
"shared": false,