{"id":24941927,"url":"https://github.com/strwise/bbb-mods","last_synced_at":"2025-03-28T18:40:46.986Z","repository":{"id":252090593,"uuid":"827108745","full_name":"strwise/bbb-mods","owner":"strwise","description":"A set of Mods \u0026 Plugins for BigBlueButton Customization","archived":false,"fork":false,"pushed_at":"2024-08-11T17:54:10.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-02T18:57:12.772Z","etag":null,"topics":["bigbluebutton","bigbluebutton-addon","bigbluebutton-plugin","bigbluebutton-server"],"latest_commit_sha":null,"homepage":"https://streamwise.app/docs/service-providers/bigbluebutton","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strwise.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T03:32:44.000Z","updated_at":"2025-01-04T01:13:57.000Z","dependencies_parsed_at":"2024-08-09T20:15:59.121Z","dependency_job_id":"763e5bfd-3cf0-4a9e-b1fe-62fd8aada63f","html_url":"https://github.com/strwise/bbb-mods","commit_stats":null,"previous_names":["strwise/bbb-mods"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strwise%2Fbbb-mods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strwise%2Fbbb-mods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strwise%2Fbbb-mods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strwise%2Fbbb-mods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strwise","download_url":"https://codeload.github.com/strwise/bbb-mods/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246082610,"owners_count":20720829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigbluebutton","bigbluebutton-addon","bigbluebutton-plugin","bigbluebutton-server"],"created_at":"2025-02-02T18:57:19.980Z","updated_at":"2025-03-28T18:40:46.965Z","avatar_url":"https://github.com/strwise.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BigBlueButton Mods\n\nWelcome 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.\n\n## Projects\n\n### [Page Limit Increase](page-limit-increase/README.md)\n\nThis 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.\n\n#### Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/strwise/bbb-mods.git\n   ```\n\n2. Navigate to the `page-limit-increase` directory:\n\n   ```bash\n   cd page-limit-increase\n   ```\n\n3. Make the script executable:\n\n   ```bash\n   chmod +x src/run.sh\n   ```\n\n4. Run the script:\n\n   ```bash\n   ./src/run.sh\n   ```\n\nFor more detailed instructions, refer to the [Page Limit Increase README](page-limit-increase/README.md).\n\n### [Presenter Change](presenter-change/README.md)\n\nThis 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.\n\n#### Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/strwise/bbb-mods.git\n   ```\n\n2. Navigate to the `presenter-change` directory:\n\n   ```bash\n   cd presenter-change\n   ```\n\n3. Make the script executable:\n\n   ```bash\n   chmod +x src/run.sh\n   ```\n\n4. Run the script:\n\n   ```bash\n   ./src/run.sh\n   ```\n\nFor more detailed instructions, refer to the [Presenter Change README](presenter-change/README.md).\n\n### [Locale Change](locale-change/README.md)\n\nThis script allows you to change the default locale of the BigBlueButton server.\n\n#### Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/strwise/bbb-mods.git\n   ```\n\n2. Navigate to the `locale-change` directory:\n\n   ```bash\n   cd locale-change\n   ```\n\n3. Make the script executable:\n\n   ```bash\n   chmod +x src/run.sh\n   ```\n\n4. Run the script:\n\n   ```bash\n   ./src/run.sh\n   ```\n\nFor more detailed instructions, refer to the [Locale Change README](locale-change/README.md).\n\n### [BigBlueButton Limits](bbb-limits/README.md)\n\nThis script allows you to change various limits in the BigBlueButton server, such as page limits, maximum file size for uploads, and annotation limits.\n\n#### Usage\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/strwise/bbb-mods.git\n   ```\n\n2. Navigate to the `bbb-limits` directory:\n\n   ```bash\n   cd bbb-limits\n   ```\n\n3. Make the script executable:\n\n   ```bash\n   chmod +x src/run.sh\n   ```\n\n4. Run the script with the desired options:\n\n   ```bash\n   ./src/run.sh [options]\n   ```\n\n   Available options:\n\n   - `-h, --help`: Show the help message.\n   - `--page-limit \u003climit\u003e`: Set the page limit for uploads.\n   - `--max-file-size \u003csize\u003e`: Set the maximum file size for uploads (MB).\n   - `--annotation-limit \u003climit\u003e`: Set the annotation limit for BigBlueButton.\n\nFor more detailed instructions, refer to the [BigBlueButton Limits README](bbb-limits/README.md).\n\n## Contributing\n\nContributions are welcome! If you have any suggestions, improvements, or bug fixes, please feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Contact\n\nFor any questions or support, please contact us at [info@streamwise.app](mailto:info@streamwise.app).\n\nThank you for using **bbb-mods** to enhance your BigBlueButton server!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrwise%2Fbbb-mods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrwise%2Fbbb-mods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrwise%2Fbbb-mods/lists"}