mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-19 11:27:11 +02:00
Merge pull request #6 from cheuberg/default-presentation
Add default presentation
This commit is contained in:
commit
e98a2632a9
3
conf/.gitignore
vendored
3
conf/.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*/*
|
||||
!.gitkeep
|
||||
!example.xml
|
||||
!example.xml
|
||||
*.pdf
|
@ -49,6 +49,7 @@ services:
|
||||
- bigbluebutton:/var/bigbluebutton
|
||||
- ./mod/nginx/bbb:/etc/nginx/bbb
|
||||
- ./mod/nginx/bigbluebutton:/etc/nginx/conf.d/default.conf
|
||||
- ${DEFAULT_PRESENTATION:-/dev/null}:/etc/nginx/html/default.pdf
|
||||
networks:
|
||||
- bbb-net
|
||||
extra_hosts:
|
||||
|
BIN
mod/nginx/default.pdf
Normal file
BIN
mod/nginx/default.pdf
Normal file
Binary file not shown.
@ -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
|
||||
#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
|
||||
|
||||
|
||||
# -------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user