Go to file
2023-04-13 21:41:58 +08:00
.github first commit 2023-02-13 23:17:00 +08:00
app 更新 'app/views/shared/_footer.html.erb' 2023-02-18 15:21:52 +08:00
bin first commit 2023-02-13 23:17:00 +08:00
config 更新 'config/locales/zh_CN.yml' 2023-02-18 23:02:33 +08:00
db first commit 2023-02-13 23:17:00 +08:00
dockerfiles/v2 first commit 2023-02-13 23:17:00 +08:00
lib first commit 2023-02-13 23:17:00 +08:00
log first commit 2023-02-13 23:17:00 +08:00
public first commit 2023-02-13 23:17:00 +08:00
scripts first commit 2023-02-13 23:17:00 +08:00
spec first commit 2023-02-13 23:17:00 +08:00
test/mailers first commit 2023-02-13 23:17:00 +08:00
vendor/assets first commit 2023-02-13 23:17:00 +08:00
.dockerignore first commit 2023-02-13 23:17:00 +08:00
.gitignore first commit 2023-02-13 23:17:00 +08:00
.gitlab-ci.yml first commit 2023-02-13 23:17:00 +08:00
.rake_tasks~ first commit 2023-02-13 23:17:00 +08:00
.rspec first commit 2023-02-13 23:17:00 +08:00
.rubocop.yml first commit 2023-02-13 23:17:00 +08:00
.ruby-version first commit 2023-02-13 23:17:00 +08:00
cloudbuild-dev.yaml first commit 2023-02-13 23:17:00 +08:00
cloudbuild.yaml first commit 2023-02-13 23:17:00 +08:00
config.ru first commit 2023-02-13 23:17:00 +08:00
docker-compose.yml first commit 2023-02-13 23:17:00 +08:00
Dockerfile first commit 2023-02-13 23:17:00 +08:00
Gemfile first commit 2023-02-13 23:17:00 +08:00
Gemfile.lock first commit 2023-02-13 23:17:00 +08:00
greenlight.nginx first commit 2023-02-13 23:17:00 +08:00
LICENSE first commit 2023-02-13 23:17:00 +08:00
Rakefile first commit 2023-02-13 23:17:00 +08:00
README.md 更新 'README.md' 2023-04-13 21:41:58 +08:00
sample.env first commit 2023-02-13 23:17:00 +08:00
SECURITY.md first commit 2023-02-13 23:17:00 +08:00
yarn.lock first commit 2023-02-13 23:17:00 +08:00

bbb-greenlight-banner

Greenlight

首页

app/views/main/index.html.erb

background: url(https://cloud.spacen.net/apps/files_sharing/publicpreview/ti7Z8ZDqbqNi9Z7?x=1280&y=512&a=true&file=kongjun.jpeg&scalingup=0);
    /* background-repeat: no-repeat; */
    background-attachment: fixed;
    background-size: 100%;

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.