rego-tunnel: default TSCLIENT to APP_DATA_DIR + auto-mount 9p
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:57:47 +00:00
parent 0ab6bb934d
commit 6c790f84aa
4 changed files with 57 additions and 7 deletions

View File

@@ -116,10 +116,10 @@
"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": "/etc/runtipi/app-data",
"placeholder": "${APP_DATA_DIR}",
"required": false,
"env_variable": "TSCLIENT",
"default": "/etc/runtipi/app-data"
"default": "${APP_DATA_DIR}"
}
],
"supported_architectures": ["amd64"]