You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhongjin 03354536c9
更新 'README.md'
1 year ago
.github first commit 2 years ago
app 更新 'app/views/shared/_footer.html.erb' 2 years ago
bin first commit 2 years ago
config 更新 'config/locales/zh_CN.yml' 2 years ago
db first commit 2 years ago
dockerfiles/v2 first commit 2 years ago
lib first commit 2 years ago
log first commit 2 years ago
public first commit 2 years ago
scripts first commit 2 years ago
spec first commit 2 years ago
test/mailers first commit 2 years ago
vendor/assets first commit 2 years ago
.dockerignore first commit 2 years ago
.gitignore first commit 2 years ago
.gitlab-ci.yml first commit 2 years ago
.rake_tasks~ first commit 2 years ago
.rspec first commit 2 years ago
.rubocop.yml first commit 2 years ago
.ruby-version first commit 2 years ago
Dockerfile first commit 2 years ago
Gemfile first commit 2 years ago
Gemfile.lock first commit 2 years ago
LICENSE first commit 2 years ago
README.md 更新 'README.md' 1 year ago
Rakefile first commit 2 years ago
SECURITY.md first commit 2 years ago
cloudbuild-dev.yaml first commit 2 years ago
cloudbuild.yaml first commit 2 years ago
config.ru first commit 2 years ago
docker-compose.yml first commit 2 years ago
greenlight.nginx first commit 2 years ago
sample.env first commit 2 years ago
yarn.lock first commit 2 years ago

README.md

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.