Fork of https://github.com/bigbluebutton/greenlight with Debian packaging.
This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
jfederico 6210aa5abd
fixed issue with vmajor and vminor tags not generated
2021-10-20 17:24:18 -04:00
.github fixed issue with vmajor and vminor tags not generated 2021-10-20 17:24:18 -04:00
app Completely disabled all avatar functionality (#2961) 2021-10-18 21:52:25 -04:00
bin Patch on start script for validating the existentce of the database 2019-12-03 14:11:30 -05:00
config Translate /config/locales/en.yml in es_MX (#2945) 2021-10-05 15:38:14 -04:00
db GRN2-385: Recording permission tied to role cleanup (#2812) 2021-06-28 21:47:04 -04:00
dockerfiles/v2 GRN2-XX: minor fixes for CI and alternate images (#2939) 2021-10-04 14:35:43 -04:00
lib Social uid rake task (#2906) 2021-09-19 13:45:11 -04:00
log initial commit 2018-05-07 16:06:01 -04:00
public Remove extra favicon (#2648) 2021-04-12 18:42:51 -04:00
scripts added sqlite to Gemfile (#2528) 2021-02-12 18:35:00 -05:00
spec Show access code in welcome message (#2817) 2021-07-07 23:00:31 -04:00
test/mailers Added valid until text to invite email (#2599) 2021-03-22 19:26:51 -04:00
tmp initial commit 2018-05-07 16:06:01 -04:00
vendor/assets GRN2-253: Added the ability to share rooms across multiple users (#912) 2020-02-12 17:49:35 -05:00
.dockerignore Removed old travis stuff (#2531) 2021-02-14 14:06:19 -05:00
.gitignore Fix workflow cache (#2493) 2021-02-01 17:52:59 -05:00
.gitlab-ci.yml GRN2-XX: several fixes for CI and alternate images (#2937) 2021-10-04 11:43:19 -04:00
.rake_tasks~ Fixed loading of error pages (#310) 2018-10-23 13:10:54 -04:00
.rspec rework tests 2018-06-15 14:41:07 -04:00
.rubocop.yml make rubocop target Ruby 2.7 (#2671) 2021-04-17 13:52:32 -04:00
.ruby-version Update to Ruby 2.7 (#2292) 2021-02-22 18:14:33 -05:00
Dockerfile fix(httpclient): updates certificate authorities (#2930) 2021-10-01 15:11:15 -04:00
Gemfile Bump puma from 4.3.8 to 4.3.9 (#2954) 2021-10-14 10:30:25 -04:00
Gemfile.lock Bump puma from 4.3.8 to 4.3.9 (#2954) 2021-10-14 10:30:25 -04:00
LICENSE add LICENSE file 2018-08-01 09:49:05 -04:00
README.md Readme PR template (#2632) 2021-04-06 18:38:29 -04:00
Rakefile Fixed #267 Email verification feature (#268) 2018-10-09 14:22:02 -04:00
SECURITY.md Update SECURITY.md 2021-10-07 11:07:21 -04:00
cloudbuild-dev.yaml Fix session isssues (#730) 2019-08-07 15:47:05 -04:00
cloudbuild.yaml added cache layer to cloudbuild (#672) 2019-07-22 12:20:59 -04:00
config.ru adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
docker-compose.yml GRN2-354: Switch default database to Postgres 13.2 (#2563) 2021-03-04 18:01:01 -05:00
greenlight.nginx Allow uploading larger presentations (#1977) 2020-08-04 15:41:03 -04:00
sample.env Use the user image for BBB avatar #2 (Limit image size) (#2860) 2021-09-18 18:56:39 -04:00
yarn.lock GRN2-176: Create a role editor that allows admins to specify what permissions each role has (#709) 2019-07-31 11:53:32 -04:00

README.md

Greenlight

Coverage!Status Docker Pulls

Greenlight is a simple front-end interface for your BigBlueButton server. At its heart, Greenlight provides a minimalistic web-based application that allows users to:

  • Signup/Login with Google, Office365, OpenID Connect, or through the application itself.
  • Manage your account settings and user preferences.
  • Create and manage your own personal rooms (BigBlueButton sessions).
  • Invite others to your room using a simple URL.
  • View recordings and share them with others.

Interested? Try Greenlight out on our demo server!

Greenlight is also completely configurable. This means you can turn on/off features to make Greenlight fit your specific use case. For more information on Greenlight and its features, see our documentation.

For a overview of how Greenlight works, checkout our Introduction to Greenlight Video:

GreenLight Overview

Installation on a BigBlueButton Server

Greenlight is designed to work on a BigBlueButton 2.0 (or later) server.

For information on installing Greenlight, checkout our Installing Greenlight on a BigBlueButton Server documentation.

Source Code & Contributing

Greenlight is built using Ruby on Rails. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the BigBlueButton API.

We invite you to build upon Greenlight and help make it better. See Contributing to BigBlueButton.

We invite your feedback, questions, and suggests about Greenlight too. Please post them to the Greenlight mailing list.

To help with organization and consistency, we have implemented a Pull Request template that must be used for all Pull Requests. This template helps ensure that the project maintainers can review all PRs in a timely manner. When creating a Pull Request, please provide as much information as possible.