Skip to content

A set of Mods & Plugins for BigBlueButton Customization

License

Notifications You must be signed in to change notification settings

strwise/bbb-mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigBlueButton Mods

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. Whether you need to increase the page limit for uploads, change the default PDF presentation, or modify other settings, our scripts make it easy to apply these modifications.

Projects

This script allows you to increase the page limit for uploads on your BigBlueButton server. You can set a user-defined value to ensure your server meets your specific needs.

Usage

  1. Clone the repository:

    git clone https://github.com/strwise/bbb-mods.git
  2. Navigate to the page-limit-increase directory:

    cd page-limit-increase
  3. Make the script executable:

    chmod +x src/run.sh
  4. Run the script:

    ./src/run.sh

For more detailed instructions, refer to the Page Limit Increase README.

This script allows you to change the default PDF document used by your BigBlueButton server. You can specify a local file path or a remote link to the new PDF document.

Usage

  1. Clone the repository:

    git clone https://github.com/strwise/bbb-mods.git
  2. Navigate to the presenter-change directory:

    cd presenter-change
  3. Make the script executable:

    chmod +x src/run.sh
  4. Run the script:

    ./src/run.sh

For more detailed instructions, refer to the Presenter Change README.

This script allows you to change the default locale of the BigBlueButton server.

Usage

  1. Clone the repository:

    git clone https://github.com/strwise/bbb-mods.git
  2. Navigate to the locale-change directory:

    cd locale-change
  3. Make the script executable:

    chmod +x src/run.sh
  4. Run the script:

    ./src/run.sh

For more detailed instructions, refer to the Locale Change README.

This script allows you to change various limits in the BigBlueButton server, such as page limits, maximum file size for uploads, and annotation limits.

Usage

  1. Clone the repository:

    git clone https://github.com/strwise/bbb-mods.git
  2. Navigate to the bbb-limits directory:

    cd bbb-limits
  3. Make the script executable:

    chmod +x src/run.sh
  4. 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.

For more detailed instructions, refer to the BigBlueButton Limits README.

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any questions or support, please contact us at info@streamwise.app.

Thank you for using bbb-mods to enhance your BigBlueButton server!