Merge pull request #6 from cheuberg/default-presentation

Add default presentation
This commit is contained in:
chandi 2020-05-22 15:58:10 +02:00 committed by GitHub
commit e98a2632a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

3
conf/.gitignore vendored
View File

@ -1,3 +1,4 @@
*/* */*
!.gitkeep !.gitkeep
!example.xml !example.xml
*.pdf

View File

@ -49,6 +49,7 @@ services:
- bigbluebutton:/var/bigbluebutton - bigbluebutton:/var/bigbluebutton
- ./mod/nginx/bbb:/etc/nginx/bbb - ./mod/nginx/bbb:/etc/nginx/bbb
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf - ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
- ${DEFAULT_PRESENTATION:-/dev/null}:/etc/nginx/html/default.pdf
networks: networks:
- bbb-net - bbb-net
extra_hosts: extra_hosts:

BIN
mod/nginx/default.pdf Normal file

Binary file not shown.

View File

@ -26,7 +26,9 @@ WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" t
# use following line for an additional SIP dial-in message # use following line for an additional SIP dial-in message
#WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>. <br><br>To join this meeting by phone, dial:<br> INSERT_YOUR_PHONE_NUMBER_HERE<br>Then enter %%CONFNUM%% as the conference PIN number. #WELCOME_FOOTER=This server is running <a href="http://docs.bigbluebutton.org/" target="_blank"><u>BigBlueButton</u></a>. <br><br>To join this meeting by phone, dial:<br> INSERT_YOUR_PHONE_NUMBER_HERE<br>Then enter %%CONFNUM%% as the conference PIN number.
# for a different default presentation, place the pdf file in ./conf/ and
# adjust the following path
DEFAULT_PRESENTATION=./mod/nginx/default.pdf
# ------------------------------- # -------------------------------