rego-tunnel: default TSCLIENT to APP_DATA_DIR + auto-mount 9p
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user