Blob Blame History Raw
From 5d8f42c1d504cd6f70380f6dc53f31bac96dbfd6 Mon Sep 17 00:00:00 2001
From: Nikola Dipanov <ndipanov@redhat.com>
Date: Fri, 21 Jun 2013 15:58:48 +0200
Subject: [PATCH] Add the manpage for the novnc server

---
 docs/novnc_server.1 |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 docs/novnc_server.1

diff --git a/docs/novnc_server.1 b/docs/novnc_server.1
new file mode 100644
index 0000000..5bcbd1b
--- /dev/null
+++ b/docs/novnc_server.1
@@ -0,0 +1,22 @@
+.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)
-- 
1.7.9.5