Sign inSign up

hakankoseoglu/novnc

By hakankoseoglu

Updated 15 days ago

NoVNC packaging from https://github.com/novnc/noVNC for my own use. Use it at your own risk.

Image
1

1.3K

hakankoseoglu/novnc repository overview

Licenses: The noVNC core library files are licensed under the MPL 2.0 (Mozilla Public License 2.0).

My scripts are provided under GPL3.

'ere's a docker-compose file.

version: '3'
services:
  novnc:
    image: hakankoseoglu/novnc:latest
    container_name: novnc
    ports: 
      - "8199:80"
    expose:
      - "8199"
    environment:
      REMOTE_SERVER: "server_hostname:5901"version: '3'

Tag summary

Content type

Image

Digest

Size

59.8 MB

Last updated

over 4 years ago

docker pull hakankoseoglu/novnc