From a7a3e82b10dd0c4df0e2497382cf579fc2c26375 Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 19 Jul 2024 23:29:22 +0000 Subject: [PATCH] Update novnc/.env --- novnc/.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/novnc/.env b/novnc/.env index 31d0825..8251580 100644 --- a/novnc/.env +++ b/novnc/.env @@ -10,7 +10,8 @@ MYVNC_PROXYPATH= # Optional: Port of listening VNC server (defaults to 5900) # An SSH tunnel will be attempted between ${MYVNC_VNCSERVER_HOST}:${MYVNC_VNCSERVER_PORT} to MYVNC_VNCSSH_PORT -MYVNC_VNCSERVER_PORT= +MYVNC_VNCLISTEN_HOST= +MYVNC_VNCLISTEN_PORT= # Required: Hostname and port of VNC server to listen to MYVNC_VNCSSH_HOST=