https://github.com/znerol/bbb-api-demo-container
A container file which allows to quickly spin up BigBlueButton API demo
https://github.com/znerol/bbb-api-demo-container
Last synced: about 1 year ago
JSON representation
A container file which allows to quickly spin up BigBlueButton API demo
- Host: GitHub
- URL: https://github.com/znerol/bbb-api-demo-container
- Owner: znerol
- License: gpl-3.0
- Created: 2021-04-30T08:23:20.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-30T08:58:50.000Z (about 5 years ago)
- Last Synced: 2025-01-27T06:28:24.478Z (over 1 year ago)
- Language: Dockerfile
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
BigBlueButton Demo Apps Container
=================================
A container file which allows to quickly spin up BigBlueButton demos as a
docker container without installing them onto a BBB server. This is especially
useful to quickly and safely smoke-test new instances.
Works with `podman` and `docker`. Use whatever fits best.
Usage
-----
```
podman build -t bbb-api-demo .
podman run -it --rm --publish 8080:8080 \
--env BIGBLUEBUTTON_SALT="paste-your-bigbluebutton-secret-here" \
--env BIGBLUEBUTTON_URL="https://bbb.example.com/bigbluebutton/" \
--name bbb-api-demo bbb-api-demo
```
Open the HTML5 demo in your browser: http://localhost:8080/demo/demoHTML5.jsp
License
-------
* The content of this repository is licensed under GPL 3 or later.
* BigBlueButton is licensed under LGPL 3.