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
- Host: GitHub
- URL: https://github.com/strwise/bbb-mods
- Owner: strwise
- License: apache-2.0
- Created: 2024-07-11T03:32:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:54:10.000Z (9 months ago)
- Last Synced: 2025-02-02T18:57:12.772Z (4 months ago)
- Topics: bigbluebutton, bigbluebutton-addon, bigbluebutton-plugin, bigbluebutton-server
- Language: Shell
- Homepage: https://streamwise.app/docs/service-providers/bigbluebutton
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!