forked from External/greenlight
Instead of asking the user for a name in the landing page, it just redirects to the room/meeting page, where the user is asked to enter a name. If the user is signed in, no redirect is necessary and the user's name is used automatically.
Greenlight
Greenlight is a simple front-end application for BigBlueButton
Usage
Install docker
Create an environment variables file, here is a template with instructions
Start the server in docker
docker run -d -p 3000:80 -v ${pwd}/db/production --env-file env bigbluebutton/greenlight
You can change the published port (-p) default is 3000
and the location of the environment variables file (--env-file) default is env
Description
Languages
Ruby
55.7%
HTML
29%
JavaScript
7.6%
SCSS
5.1%
Shell
2.4%
Other
0.2%