Skip to content
Snippets Groups Projects
Select Git revision
  • 6fb58c2c2674c3fc9ff9bf23a3dd99aeb8765ca5
  • master default protected
  • feature_reverse_proxy
3 results

novnc

  • Clone with SSH
  • Clone with HTTPS
  • Armin Co's avatar
    Armin Co authored
    6fb58c2c
    History

    noVNC

    Docker-Image for noVNC and docker-compose example to create a "virtual class room".

    Acess

    As long as you not provide a reverse proxy configuration the VNC-Rooms will be available add your servers IP address and the port 6081 and following as configured in the docker-compose file.

    Connect

    You need a vnc server to show your screen in a rooom. For example you can use x11vnc.

    # Connecting to a room
    x11vnc -nopw  -noxdamage -connect  "server_adress:5500"
    

    Configuration

    To create multiple rooms you can duplicate the configuration in the docker-compose.yml file for any of the novnc_x services. Change the password and change the ports to some that are not already used.