rego-tunnel: add configurable hostshare dir
This commit is contained in:
@@ -111,6 +111,15 @@
|
||||
"required": true,
|
||||
"env_variable": "LEASE_TIME",
|
||||
"default": "12h"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Host share directory",
|
||||
"hint": "Host path mounted into the container at /hostshare and exported into the VM",
|
||||
"placeholder": "${APP_DATA_DIR}",
|
||||
"required": true,
|
||||
"env_variable": "HOSTSHARE_DIR",
|
||||
"default": "/etc/runtipi/app-data/runtipi/rego-tunnel/hostshare"
|
||||
}
|
||||
],
|
||||
"supported_architectures": ["amd64"]
|
||||
|
||||
Reference in New Issue
Block a user