rego-tunnel: share APP_DATA_DIR via /hostshare + fix compose.json env
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 01:27:12 +00:00
parent 6c790f84aa
commit 0020c539ea
5 changed files with 23 additions and 35 deletions

View File

@@ -111,15 +111,6 @@
"required": true,
"env_variable": "LEASE_TIME",
"default": "12h"
},
{
"type": "text",
"label": "Host share directory",
"hint": "Directory on the host to share with the VM (exported to the VM as 9p tag TSCLIENT)",
"placeholder": "${APP_DATA_DIR}",
"required": false,
"env_variable": "TSCLIENT",
"default": "${APP_DATA_DIR}"
}
],
"supported_architectures": ["amd64"]