rego-tunnel: wire TSCLIENT + fix CIDR defaults
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -110,16 +110,16 @@
|
||||
"placeholder": "12h",
|
||||
"required": true,
|
||||
"env_variable": "LEASE_TIME",
|
||||
"default": "288h"
|
||||
"default": "12h"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Host share directory",
|
||||
"hint": "Directory on the host to share with the VM",
|
||||
"placeholder": "${APP_DATA_DIR}/hostshare",
|
||||
"hint": "Directory on the host to share with the VM (exported to the VM as 9p tag TSCLIENT)",
|
||||
"placeholder": "/etc/runtipi/app-data",
|
||||
"required": false,
|
||||
"env_variable": "TSCLIENT",
|
||||
"default": "${APP_DATA_DIR}/hostshare"
|
||||
"default": "/etc/runtipi/app-data"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["amd64"]
|
||||
|
||||
Reference in New Issue
Block a user