Whenever you update the env file and want to apply the changes to GreenLight, you must stop GreenLight, delete the container, and run it again.
To stop GreenLight and remove the existing container named ‘greenlight’, do the following:
# docker stop greenlight
# docker rm greenlight
Then use the same command to start the server
# docker run -d -p 5000:80 -v $(pwd)/db/production:/usr/src/app/db/production -v $(pwd)/assets:/usr/src/app/public/system --env-file env --name greenlight bigbluebutton/greenlightA user must login to GreenLight to access features such as meeting updates, preferences, recording management, and more. However, GreenLight will allow unauthenticated users to create meetings.
If you wish to disable guest access and only allow authenticated users to create meetings, you should uncomment and set the DISABLE_GUEST_ACCESS environment variable in the env file to true.
DISABLE_GUEST_ACCESS=true
This will not prevent unauthenticated users from joining meetings created by authenticated users if they have been given the invite URL.
Disabling guest access will also set a new landing page that welcomes the user to GreenLight, and prompts them to login.
Do the steps in Applying env file changes to apply the new changes.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/130c175f-3c65-43dc-a601-d2858f0f3eff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.