From 50291534b16af58dce3a3ee508a6eea2d90ae1f5 Mon Sep 17 00:00:00 2001 From: myve Date: Fri, 19 Jul 2024 00:57:14 +0000 Subject: [PATCH] Add novnc/.env --- novnc/.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 novnc/.env diff --git a/novnc/.env b/novnc/.env new file mode 100644 index 0000000..9eb376b --- /dev/null +++ b/novnc/.env @@ -0,0 +1,8 @@ +# NoVNC bare service +MYVNC_NOVNC_PORT= +MYVNC_CUSTOM_TITLE= +MYVNC_PROXYPATH= +MYVNC_VNCSLOCAL_PORT= +MYVNC_VNCSERVER_HOST= +MYVNC_VNCSERVER_PORT= +MYVNC_SSHDIR= \ No newline at end of file