novnc_proxy.1 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .TH novnc_proxy 1 "June 25, 2020" "version 1.2.0" "USER COMMANDS"
  2. .SH NAME
  3. novnc_proxy - noVNC proxy server
  4. .SH SYNOPSIS
  5. .B novnc_proxy [--listen PORT] [--vnc VNC_HOST:PORT] [--cert CERT] [--ssl-only]
  6. Starts the WebSockets proxy and a mini-webserver and
  7. provides a cut-and-paste URL to go to.
  8. --listen PORT Port for proxy/webserver to listen on
  9. Default: 6080
  10. --vnc VNC_HOST:PORT VNC server host:port proxy target
  11. Default: localhost:5900
  12. --cert CERT Path to combined cert/key file, or just
  13. the cert file if used with --key
  14. Default: self.pem
  15. --key KEY Path to key file, when not combined with cert
  16. --web WEB Path to web files (e.g. vnc.html)
  17. Default: ./
  18. --ssl-only Disable non-https connections.
  19. --record FILE Record traffic to FILE.session.js
  20. --syslog SERVER Can be local socket such as /dev/log, or a UDP host:port pair.
  21. --heartbeat SEC send a ping to the client every SEC seconds
  22. --timeout SEC after SEC seconds exit when not connected
  23. --idle-timeout SEC server exits after SEC seconds if there are no
  24. active connections
  25. .SH AUTHOR
  26. The noVNC Authors
  27. https://github.com/novnc/noVNC
  28. .SH SEE ALSO
  29. websockify(1), nova-novncproxy(1)