Welcome to the bbb-mods project! This repository contains a collection of scripts designed to enhance and customize your BigBlueButton server, brought to you by StreamWise. This script allows you to change various limits in the BigBlueButton server.
-
Clone the repository:
git clone https://github.com/strwise/bbb-mods.git
-
Navigate to the
bbb-limits
directory:cd bbb-limits
-
Make the script executable:
chmod +x src/run.sh
-
Run the script with the desired options:
./src/run.sh [options]
Available options:
-h, --help
: Show the help message.--page-limit <limit>
: Set the page limit for uploads.--max-file-size <size>
: Set the maximum file size for uploads (MB).--annotation-limit <limit>
: Set the annotation limit for BigBlueButton.
Here is an example of how to use the script to set the maximum file size for uploads to 50 MB:
./src/run.sh --max-file-size 50
Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
For any questions or support, please contact us at info@streamwise.app.
Thank you for using bbb-mods to enhance your BigBlueButton server!