@@ -118,7 +118,7 @@
|
||||
"hint": "Directory on the host to share with the VM",
|
||||
"placeholder": "/shared/app-data",
|
||||
"required": false,
|
||||
"env_variable": "HOST_SHARE_DIR"
|
||||
"env_variable": "TSCLIENT"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["amd64"]
|
||||
|
||||
@@ -48,6 +48,10 @@
|
||||
{
|
||||
"key": "LEASE_TIME",
|
||||
"value": "${LEASE_TIME:-12h}"
|
||||
},
|
||||
{
|
||||
"key": "TSCLIENT",
|
||||
"value": "${TSCLIENT:-/hostshare}"
|
||||
}
|
||||
],
|
||||
"internalPort": 8006,
|
||||
|
||||
@@ -24,6 +24,7 @@ services:
|
||||
- VM_MAC=${VM_MAC:-52:54:00:12:34:56}
|
||||
- DNS_SERVERS=${DNS_SERVERS:-1.1.1.1,8.8.8.8}
|
||||
- LEASE_TIME=${LEASE_TIME:-12h}
|
||||
- TSCLIENT=${TSCLIENT:-/hostshare}
|
||||
volumes:
|
||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/storage/linux-vm.qcow2:/vm/linux-vm.qcow2
|
||||
- /etc/runtipi/user-config/runtipi/rego-tunnel/shared:/shared
|
||||
|
||||
Reference in New Issue
Block a user