mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-14 14:58:31 +02:00
v2.3.0
This commit is contained in:
@ -14,7 +14,7 @@ USER meteor
|
||||
ENV METEOR_VERSION 1.10.2
|
||||
RUN curl -sL https://install.meteor.com?release=$METEOR_VERSION | sed s/--progress-bar/-sL/g | /bin/sh
|
||||
|
||||
ENV TAG v2.3-rc-2
|
||||
ENV TAG v2.3.0
|
||||
RUN cd ~ \
|
||||
&& svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG/bigbluebutton-html5 \
|
||||
&& mv ~/bigbluebutton-html5 ~/source \
|
||||
@ -41,4 +41,4 @@ COPY settings.yml /app/programs/server/assets/app/config/settings.yml.tmpl
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
# lets set the tag again, so that it is include in the image for later version retrieval
|
||||
ENV TAG v2.3-rc-2
|
||||
ENV TAG v2.3.0
|
||||
|
@ -4,9 +4,9 @@ public:
|
||||
desktopFontSize: 14px
|
||||
audioChatNotification: false
|
||||
autoJoin: true
|
||||
listenOnlyMode: {{ .Env.LISTEN_ONLY_MODE }}
|
||||
listenOnlyMode: true
|
||||
forceListenOnly: false
|
||||
skipCheck: {{ .Env.DISABLE_ECHO_TEST }}
|
||||
skipCheck: false
|
||||
skipCheckOnJoin: false
|
||||
#
|
||||
# Allow users to change microphone/speaker dinamically
|
||||
@ -16,11 +16,11 @@ public:
|
||||
# "media.setsinkid.enabled" to make it work properly
|
||||
# enableDynamicAudioDeviceSelection: true
|
||||
#
|
||||
clientTitle: {{ .Env.CLIENT_TITLE }}
|
||||
clientTitle: BigBlueButton
|
||||
appName: BigBlueButton HTML5 Client
|
||||
bbbServerVersion: 2.3-dev-docker
|
||||
bbbServerVersion: 2.3-dev
|
||||
copyright: '©2021 BigBlueButton Inc.'
|
||||
html5ClientBuild: "1654-docker"
|
||||
html5ClientBuild: "1669-docker"
|
||||
helpLink: https://bigbluebutton.org/html5/
|
||||
lockOnJoin: true
|
||||
cdn: ''
|
||||
@ -360,6 +360,7 @@ public:
|
||||
enabled: true
|
||||
max_custom: 5
|
||||
allowDragAndDropFile: false
|
||||
maxTypedAnswerLength: 45
|
||||
captions:
|
||||
enabled: true
|
||||
enableDictation: false
|
||||
@ -463,8 +464,6 @@ public:
|
||||
panZoomThrottle: 32
|
||||
restoreOnUpdate: false
|
||||
uploadEndpoint: '/bigbluebutton/presentation/upload'
|
||||
uploadSizeMin: 0
|
||||
uploadSizeMax: 50000000
|
||||
uploadValidMimeTypes:
|
||||
- extension: .pdf
|
||||
mime: application/pdf
|
||||
@ -504,6 +503,7 @@ public:
|
||||
mime: image/png
|
||||
selectRandomUser:
|
||||
enabled: true
|
||||
countdown: false
|
||||
user:
|
||||
role_moderator: MODERATOR
|
||||
role_viewer: VIEWER
|
||||
|
Reference in New Issue
Block a user