An open API service indexing awesome lists of open source software.

https://github.com/strwise/bbb-mods

A set of Mods & Plugins for BigBlueButton Customization
https://github.com/strwise/bbb-mods

bigbluebutton bigbluebutton-addon bigbluebutton-plugin bigbluebutton-server

Last synced: about 2 months ago
JSON representation

A set of Mods & Plugins for BigBlueButton Customization

Awesome Lists containing this project

README

        

# 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](https://www.streamwise.app). 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

### [Page Limit Increase](page-limit-increase/README.md)

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:

```bash
git clone https://github.com/strwise/bbb-mods.git
```

2. Navigate to the `page-limit-increase` directory:

```bash
cd page-limit-increase
```

3. Make the script executable:

```bash
chmod +x src/run.sh
```

4. Run the script:

```bash
./src/run.sh
```

For more detailed instructions, refer to the [Page Limit Increase README](page-limit-increase/README.md).

### [Presenter Change](presenter-change/README.md)

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:

```bash
git clone https://github.com/strwise/bbb-mods.git
```

2. Navigate to the `presenter-change` directory:

```bash
cd presenter-change
```

3. Make the script executable:

```bash
chmod +x src/run.sh
```

4. Run the script:

```bash
./src/run.sh
```

For more detailed instructions, refer to the [Presenter Change README](presenter-change/README.md).

### [Locale Change](locale-change/README.md)

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

#### Usage

1. Clone the repository:

```bash
git clone https://github.com/strwise/bbb-mods.git
```

2. Navigate to the `locale-change` directory:

```bash
cd locale-change
```

3. Make the script executable:

```bash
chmod +x src/run.sh
```

4. Run the script:

```bash
./src/run.sh
```

For more detailed instructions, refer to the [Locale Change README](locale-change/README.md).

### [BigBlueButton Limits](bbb-limits/README.md)

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:

```bash
git clone https://github.com/strwise/bbb-mods.git
```

2. Navigate to the `bbb-limits` directory:

```bash
cd bbb-limits
```

3. Make the script executable:

```bash
chmod +x src/run.sh
```

4. Run the script with the desired options:

```bash
./src/run.sh [options]
```

Available options:

- `-h, --help`: Show the help message.
- `--page-limit `: Set the page limit for uploads.
- `--max-file-size `: Set the maximum file size for uploads (MB).
- `--annotation-limit `: Set the annotation limit for BigBlueButton.

For more detailed instructions, refer to the [BigBlueButton Limits README](bbb-limits/README.md).

## 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](LICENSE).

## Contact

For any questions or support, please contact us at [[email protected]](mailto:[email protected]).

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