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

@@ -51,7 +51,7 @@
},
{
"key": "TSCLIENT",
"value": "${TSCLIENT:-/etc/runtipi/app-data}"
"value": "${TSCLIENT:-${APP_DATA_DIR}}"
}
],
"internalPort": 8006,
@@ -71,7 +71,7 @@
"private": false
},
{
"hostPath": "${TSCLIENT:-/etc/runtipi/app-data}",
"hostPath": "${TSCLIENT:-${APP_DATA_DIR}}",
"containerPath": "/hostshare",
"readOnly": false,
"shared": false,