fix: use variable BIND_IP in hostPort for SMB ports

This commit is contained in:
2026-03-09 18:19:14 +00:00
parent 0ffb0f7256
commit a16b5a232e
2 changed files with 10 additions and 2 deletions

View File

@@ -28,6 +28,14 @@
"required": true,
"default": "/nas",
"hint": "Host path to share via SMB"
},
{
"type": "text",
"label": "Bind IP",
"env_variable": "BIND_IP",
"required": true,
"default": "192.168.0.15",
"hint": "IP address to bind SMB ports to"
}
],
"supported_architectures": ["arm64", "amd64"],