bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
374 stars 248 forks source link

Add SSL setup to Install Instructions of BBB Docker #339

Closed q2apro closed 1 month ago

q2apro commented 1 month ago

I used the BBB install instructions at https://github.com/bigbluebutton/docker/blob/develop/README.md

This worked. And the result was that I could open a running BBB instance at http://myserveripaddress

Since modern browser require HTTPS this BBB instance cannot be used by my users.

I am not experienced with dockers and docker compose.

IMHO, it is essential to add to the install tutorial, how to set up SSL with BBB docker.

Please be so kind and add this information, or provide an additional instruction elsewhere. Thank you.

I am stuck and have no idea how to do this.

In best case, SSL would be supplied automatically when installing the docker. I have no idea if this is possible.

yurikoles commented 1 month ago

At the bottom of the root readme, there is a link to a doc that explains exactly what you asked: How to integrate into an existing Web server setup.