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.