Go to file
2024-10-21 14:12:45 +00:00
.drone.yml Initial commit 2024-08-28 16:19:18 +00:00
.env.sample Add stack_name for debug 2024-10-21 13:59:59 +00:00
.gitignore Add metadata draft 2024-08-28 18:46:38 +02:00
compose.yml Add missing volumes 2024-10-17 17:59:48 +02:00
entrypoint.apps-akka.sh Integrate apps-akka 2024-10-02 15:50:05 +02:00
entrypoint.bbb-pads.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
entrypoint.bbb-web.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
entrypoint.coturn.sh Add turn_secret via entrypoint 2024-10-02 15:48:09 +02:00
entrypoint.etherpad.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
entrypoint.freeswitch.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
entrypoint.fsesl-akka.sh fsesl-akka integration 2024-10-02 16:08:22 +02:00
entrypoint.greenlight.sh Fix filename typo 2024-10-02 15:45:44 +02:00
entrypoint.webrtc-sfu.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
init-replica.sh Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
mongod.conf Add new entrypoints and configs 2024-10-14 20:00:47 +02:00
README.md Update README.md 2024-10-21 14:12:45 +00:00
turnserver.conf Add coturn files 2024-10-02 13:55:28 +02:00

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 and EXTERNAL_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.