@@ -116,9 +116,10 @@
|
|||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Host share directory",
|
"label": "Host share directory",
|
||||||
"hint": "Directory on the host to share with the VM",
|
"hint": "Directory on the host to share with the VM",
|
||||||
"placeholder": "/shared/app-data",
|
"placeholder": "${APP_DATA_DIR}/hostshare",
|
||||||
"required": false,
|
"required": false,
|
||||||
"env_variable": "TSCLIENT"
|
"env_variable": "TSCLIENT",
|
||||||
|
"default": "${APP_DATA_DIR}/hostshare"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"supported_architectures": ["amd64"]
|
"supported_architectures": ["amd64"]
|
||||||
|
|||||||
Reference in New Issue
Block a user