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
Anton Georgiev eb723be3d3
Merge pull request #655 from farhatahmad/2.2.0-hotfix
GRN2-205: Fixed issue with https redirect
2019-07-17 14:14:38 -04:00
app Removed left over testing code 2019-07-17 14:08:30 -04:00
bin Added step for precompiling assets (#302) 2018-10-17 14:40:55 -04:00
config Translate '/config/locales/en.yml' in 'pl_PL' (#643) 2019-07-12 11:36:15 -04:00
db Added Indexs to improve db performance (#551) 2019-05-23 16:56:15 -04:00
lib Fixed issues with endpoint and conf check (#553) 2019-05-23 17:08:43 -04:00
log initial commit 2018-05-07 16:06:01 -04:00
public add favicon 2018-06-14 16:39:03 -04:00
scripts Improve container build: GRN2-156 (#582) 2019-06-26 10:15:53 -04:00
spec GRN2-192: Made error pages more descriptive (#620) 2019-07-10 11:51:19 -04:00
test Rspec and rubocop fixes 2019-05-22 13:51:55 -04:00
tmp initial commit 2018-05-07 16:06:01 -04:00
vendor/assets Replaced old colour picker with a cleaner one (#617) 2019-07-09 17:03:18 -04:00
.dockerignore Adding Jenkinsfile to dockerignore 2018-08-20 17:23:07 -04:00
.gitignore GRN2-6: Added the ability for admins to specify registration method (#520) 2019-05-17 16:26:49 -04:00
.gitlab-ci.yml GRN2-112: Default language fallback fails with a 500 error (#469) 2019-04-17 15:33:38 -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 GRN2-6: Added the ability for admins to specify registration method (#520) 2019-05-17 16:26:49 -04:00
.ruby-version set .ruby-version to 2.5.1 2018-07-04 09:56:50 -04:00
.travis.yml GRN2-159: Changed the inception of the version tag (#574) 2019-06-21 10:15:10 -04:00
Dockerfile Improve container build: GRN2-156 (#582) 2019-06-26 10:15:53 -04:00
Gemfile GRN2-30: Add custom ldap sign in page (#619) 2019-07-10 11:26:43 -04:00
Gemfile.lock GRN2-30: Add custom ldap sign in page (#619) 2019-07-10 11:26:43 -04:00
Jenkinsfile GRN-37: Externalized scripts for building/deploying docker images though CI (#375) 2019-02-22 13:11:15 -05:00
LICENSE add LICENSE file 2018-08-01 09:49:05 -04:00
README.md Small updates to ReadMe to better match the current state of Greenlight (#612) 2019-07-08 13:23:20 -04:00
Rakefile Fixed #267 Email verification feature (#268) 2018-10-09 14:22:02 -04:00
cloudbuild-staging.yaml GRN2-yyy: Added initial cloudbuild scripts (#581) 2019-06-25 13:01:01 -04:00
cloudbuild.yaml GRN2-yyy: Added initial cloudbuild scripts (#581) 2019-06-25 13:01:01 -04:00
config.ru adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
docker-compose.yml GRN2-162: Revert to sqlite in docker compose (#594) 2019-06-28 16:40:19 -04:00
greenlight.nginx make upgrading from 1.0 easier 2018-07-05 17:25:59 -04:00
sample.env GRN2-107: Add office365 auth (#616) 2019-07-09 13:54:15 -04:00

README.md

Greenlight

Travis CI Coverage!Status Docker Pulls

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

  • Signup/Login with Google, Office365, 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 developer mailing list.