generated from coop-cloud/example
.drone.yml | ||
.env.sample | ||
.gitignore | ||
compose.yml | ||
entrypoint.apps-akka.sh | ||
entrypoint.bbb-pads.sh | ||
entrypoint.bbb-web.sh | ||
entrypoint.coturn.sh | ||
entrypoint.etherpad.sh | ||
entrypoint.freeswitch.sh | ||
entrypoint.fsesl-akka.sh | ||
entrypoint.greenlight.sh | ||
entrypoint.webrtc-sfu.sh | ||
init-replica.sh | ||
mongod.conf | ||
README.md | ||
turnserver.conf |
bigbluebutton
IMPORTANT: This is NOT a working recipe yet
BigBlueButton is an open source web conferencing system for online learning.
- Category: Apps
- Status: 0
- Image:
allangecker
, 1, upstream - Healthcheck: No
- Backups: No
- Email: No
- Tests: No
- SSO: No
bbb architecture
Debug without abra
docker swarm init
cp .env.sample .env
set -a && source .env
- Change values for
DOMAIN
,STACK_NAME
,PUBLIC_IPV4
andEXTERNAL_IPV4
in.env
- Generate secrets e.g. with
openssl rand -base64 24 | docker secret create <secret_name>
docker stack deploy --detach=false -c compose.yml swarmtest
Quick start (not working)
abra app new bigbluebutton --secrets
abra app config <app-name>
abra app deploy <app-name>
For more, see docs.coopcloud.tech
.