rego-tunnel: wire TSCLIENT + fix CIDR defaults
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-12-29 00:53:44 +00:00
parent a5871d399b
commit 0ab6bb934d
5 changed files with 27 additions and 15 deletions

View File

@@ -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"]