feat(services): add BigBlueButton conferencing
Added BigBlueButton as a new service in `services.json`, providing users with an open-source alternative for video conferencing, webinars, and more. This addition includes its basic information, operational status, and a direct link for ease of access. This update aims to enrich the suite of services with more diverse options, catering to the growing needs for reliable virtual meeting solutions.
This commit is contained in:
parent
1c48c98b2e
commit
4f2dc75866
1 changed files with 15 additions and 0 deletions
|
@ -79,6 +79,21 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "BigBlueButton",
|
||||
"url": "https://bbb.private.coffee",
|
||||
"short_description": "BigBlueButton is an open-source video conferencing system.",
|
||||
"long_description": "BigBlueButton is an open-source video conferencing system. You can use it to hold video conferences, webinars, and more.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to BigBlueButton",
|
||||
"url": "https://bbb.private.coffee"
|
||||
}
|
||||
],
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "GotHub",
|
||||
"url": "https://gothub.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue