GithubHelp home page GithubHelp logo

tokkenno / novnc-docker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 177 KB

Docker image with NoVNC

License: MIT License

Dockerfile 6.01% JavaScript 10.28% TypeScript 42.52% HTML 8.94% SCSS 1.06% Go 31.18%
vnc vnc-client dockerfile

novnc-docker's Introduction

novnc-docker

Docker image with NoVNC

  • Native lightweight HTTP server.
  • Native tcp-to-websocket proxy in replace of WebSockify.
  • WebUI to handle and manage multiple VNC connections.
  • All in less than 6Mb!!!

Configuration

The configuration file is located in /etc/novnc/manager.json and has the stucture:

{
  "port": 8084,
  "servers": [
    {
      "name": "Localhost",
      "host": "localhost",
      "port": 5900
    }
  ]
}
  • Port: Define the listen port for HTTP entry point where the NoVNC manager is served.
  • Servers: Define zero, one or more remote VNC servers. The manager will create tcp-to-websocket proxies for all and will show a quick-connect button in manager interface for each of them.

novnc-docker's People

Contributors

tokkenno avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

lapnd djcloutier

novnc-docker's Issues

docker build . [ invalid argument ]

docker build . [ invalid argument ]

~/novnc-docker$ docker build .
Sending build context to Docker daemon 698.4kB
Step 1/24 : FROM --platform=$TARGETPLATFORM golang:1.15-alpine as server
failed to parse platform : "" is an invalid component of "": platform specifier component must match "^[A-Za-z0-9_-]+$": invalid argument

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.