Fork of https://github.com/bigbluebutton/greenlight with Debian packaging.
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.
41 lines
1.1 KiB
41 lines
1.1 KiB
Source: greenlight
|
|
Maintainer: Max Erenberg <merenber@csclub.uwaterloo.ca>
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 3.9.7
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
build-essential (>= 12.1),
|
|
libcurl4-gnutls-dev,
|
|
ruby2.7,
|
|
ruby2.7-dev,
|
|
libpq-dev (>= 9.5),
|
|
libsqlite3-dev,
|
|
libyaml-dev (>= 0.1.6),
|
|
zlib1g-dev (>= 1:1.2),
|
|
zlib1g-dev (<< 1:1.3)
|
|
|
|
Package: greenlight
|
|
Architecture: amd64
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
libcurl3-gnutls,
|
|
ruby2.7,
|
|
libpq5,
|
|
libsqlite3-0,
|
|
libyaml-0-2,
|
|
zlib1g (>= 1:1.2),
|
|
zlib1g (<< 1:1.3),
|
|
tzdata,
|
|
nodejs (>= 14),
|
|
nodejs (<< 15),
|
|
npm
|
|
Description: simple end-user interface for BigBlueButton
|
|
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.
|
|
|