wsvnc

command
v0.0.0-...-4ee0fac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

README

wsvnc

This is an executable program, which may be as the server of noVNC instead of websockify.

Build
$ dep ensure
$ go build
Run
$ ./wsvnc

Notice: The current host must run a redis server listening on 127.0.0.1:6379, or you can modify it by the cli option redis.

[root@localhost ~]# /opt/wsvnc -h
Usage of /opt/wsvnc:
  -addr string
        The listen address (default ":5900")
  -cert string
        The path of the cert file
  -key string
        The path of the key file
  -logfile string
        The path of the log file
  -loglevel string
        The level of the log, such as debug, info, etc (default "debug")
  -option string
        The token option name of the request URL (default "token")
  -path string
        The path of the request URL (default "/websockify")
  -redis string
        The redis connection url (default "redis://localhost:6379/0")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL