alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

which container does the command bbb-conf reside in? #41

Closed liuwen closed 4 years ago

liuwen commented 4 years ago

thanks for the owner, I got BBB 2.2.x up and running fine. Though I checked every container but I couldn't find the command bbb-conf, which is required for obtaining secrets for API developing and such. So how can I run this command?

alangecker commented 4 years ago

bbb-conf is heavily depended on the ubuntu 16.04 setup and won't work at all with the docker containers.

there are other ways to do the same, but currently not well documented yet.

liuwen commented 4 years ago

bbb-conf is heavily depended on the ubuntu 16.04 setup and won't work at all with the docker containers.

there are other ways to do the same, but currently not well documented yet.

  • the SHARED_SECRET for API access is stored in .env
  • logs, (re-)starting,.. you can achieve with ./scripts/compose (see docker-compose manual for exact commands)

Thanks man, "SHARED_SECRET" in .env works for me.

Before I asked I tried to look for outputs during installation in literally every container with various search case-insensitive strings like 'secret', 'bbb-conf' , but no luck.

alangecker commented 4 years ago

Thanks man, "SHARED_SECRET" in .env works for me.

cool, that I could help! :)