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:
Kumi 2024-03-24 11:19:25 +01:00
parent 1c48c98b2e
commit 4f2dc75866
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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",