mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Update novnc/.env
This commit is contained in:
parent
1aeec6682d
commit
8c3997bc75
1 changed files with 16 additions and 1 deletions
17
novnc/.env
17
novnc/.env
|
|
@ -1,8 +1,23 @@
|
|||
# NoVNC bare service
|
||||
# Host port to map to container's NoVNC service
|
||||
MYVNC_NOVNC_PORT=
|
||||
|
||||
# Optional title (shows up in browser top bar)
|
||||
MYVNC_CUSTOM_TITLE=
|
||||
|
||||
# Variable is required if using a subdirectory in proxy
|
||||
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=
|
||||
|
||||
# Required: Hostname and port of VNC server to listen to
|
||||
MYVNC_VNCSSH_HOST=
|
||||
MYVNC_VNCSSH_PORT=
|
||||
MYVNC_SSHDIR=
|
||||
|
||||
# MYVNC_SSHDIR should contain the SSH private/public keys and config
|
||||
MYVNC_SSHDIR=
|
||||
|
||||
# Change to true to enable multiple simultaneous connections
|
||||
MYVNC_VNCSHARING=false
|
||||
Loading…
Add table
Add a link
Reference in a new issue