From 4f2dc75866328c99beb0e6ee8e9ee67b89cf100a Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 24 Mar 2024 11:19:25 +0100 Subject: [PATCH] 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. --- services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services.json b/services.json index e288aad..8f05b68 100644 --- a/services.json +++ b/services.json @@ -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",