Skip to content

jcpunk/puppet-novnc

Repository files navigation

novnc

Table of Contents

  1. Description
  2. Setup - The basics of getting started with novnc
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

Install and setup noVNC along with websockify.

Setup

What novnc affects

This will will try to setup the non-webserver parts of a noVNC site.

Setup Requirements OPTIONAL

You are expected to setup the actual VNC server yourself.

You are expected to setup the actual webserver yourself.

Beginning with novnc

Usage

class { 'novnc': }

The noVNC client takes a parameter vnc_sessions with a format of:

novnc::vnc_servers:
  session_name: server:port
  other_session_name: server:otherport

The novnc::make_webserver_vnc_index parameter will generate a very simple index page at novnc::webserver_vnc_index using the novnc::webserver_novnc_location for the link targets.

Limitations

You must manage you own firewall settings.

There are too may ways folks may want to setup the webserver, so no attempt is made here to provide hooks for the websockets proxy via httpd or nginx.

If you want to use the SSL wrapper for websockify you are responsible to depoy the cert, key, CA, and set the parameters you need.

Development

See the linked repo in metadata.json

About

puppet module for working with novnc

Resources

Stars

Watchers

Forks

Packages

No packages published