Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Latest commit

 

History

History
50 lines (40 loc) · 1.44 KB

development.md

File metadata and controls

50 lines (40 loc) · 1.44 KB

bbb-docker Development

Running

you can run bbb-docker locally without any certificate issues with following .env configurations:

DEV_MODE=true

ENABLE_HTTPS_PROXY=true
#ENABLE_COTURN=true
#ENABLE_GREENLIGHT=true
#ENABLE_WEBHOOKS=true
#ENABLE_PROMETHEUS_EXPORTER=true
#ENABLE_RECORDING=true

DOMAIN=10.7.7.1
EXTERNAL_IPv4=10.7.7.1
STUN_IP=216.93.246.18
STUN_PORT=3478
TURN_SERVER=turns:localhost:465?transport=tcp

TURN_SECRET=SuperTurnSecret
SHARED_SECRET=SuperSecret
ETHERPAD_API_KEY=SuperEtherpadKey
RAILS_SECRET=SuperRailsSecret

# ====================================
# CUSTOMIZATION
# ====================================

[... add rest of sample.env here ...]

Notes

  • Joining a room via Greenlight currently leads to a "401 session not found" error (see #66). Use the API Mate instead

Changes

  • After doing some changes you usually must...
    • rebuild the image(s):
      $ ./scripts/compose build [containername]
    • restart changes image(s):
      $ ./scripts/compose up -d