Files
anvil/conf/templates/packaging/sources/novnc/novnc_server.1
Alessio Ababilov 052daddfd7 Build OpenStack packages from custom specs
Maintain spec files for OpenStack packages. Start OpenStack daemons
as native system services under different users. Write configuration
to /etc.

Implements: blueprint different-openstack-users
Implements: blueprint purge-config
Implements: blueprint package-novnc

Change-Id: I454c1e88011c75997d879bf8b90cd87c8db3f123
2013-06-17 19:54:07 -07:00

23 lines
677 B
Groff

.TH novnc_server 1 "June 8, 2012" "version 0.3" "USER COMMANDS"
.SH NAME
novnc_server | noVNC proxy server
.SH SYNOPSIS
.B novnc_server [--listen PORT] [--vnc VNC_HOST:PORT] [--cert CERT]
Starts the WebSockets proxy and a mini-webserver and
provides a cut-and-paste URL to go to.
--listen PORT Port for proxy/webserver to listen on
Default: 6080
--vnc VNC_HOST:PORT VNC server host:port proxy target
Default: localhost:5900
--cert CERT Path to combined cert/key file
Default: self.pem
.SH AUTHOR
Joel Martin (github@martintribe.org)
.SH SEE ALSO
websockify(1)