<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=BigBlueButton</id>
	<title>BigBlueButton - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=BigBlueButton"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=BigBlueButton&amp;action=history"/>
	<updated>2026-08-17T04:08:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=BigBlueButton&amp;diff=34487&amp;oldid=prev</id>
		<title>Onny: Initial page</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=BigBlueButton&amp;diff=34487&amp;oldid=prev"/>
		<updated>2026-08-16T23:32:28Z</updated>

		<summary type="html">&lt;p&gt;Initial page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[https://bigbluebutton.org BigBlueButton] is an open source virtual classroom software.&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
The BigBlueButton server itself [https://github.com/ngi-nix/projects/issues/36#issuecomment-5211192339 hasn&amp;#039;t been packaged yet] for NixOS. Meanwhile it is possible to use the standalone web frontend [https://docs.bigbluebutton.org/greenlight/v3/install/ Greenlight], which can be used to manage rooms and connect to other BigBlueButton servers.{{Warning|The Greenlight module is not yet upstream and will be available in the upcoming NixOS 26.11 release.}}To enable the Greenlight web frontend for the domain &amp;lt;code&amp;gt;example.org&amp;lt;/code&amp;gt;, add following confguration.&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
services.greenlight = {&lt;br /&gt;
  enable = true;&lt;br /&gt;
  secretKeyBaseFile = &amp;quot;${pkgs.writeText &amp;quot;secret&amp;quot; &amp;quot;3f9b4e6a7c1d2f8a9b0c4d5e6f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5&amp;quot;}&amp;quot;;&lt;br /&gt;
  settings.URL_HOST = &amp;quot;example.org&amp;quot;;&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Create an admin account with following command.&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
sudo -u greenlight greenlight-rake admin:create[&amp;#039;name&amp;#039;,&amp;#039;email&amp;#039;,&amp;#039;password&amp;#039;]&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;Reference [[Nginx]] page for instructions on how to configure SSL and ACME. Access the web app via https://example.org.&lt;br /&gt;
[[Category:Web Applications]]&lt;/div&gt;</summary>
		<author><name>Onny</name></author>
	</entry>
</feed>