bigbluebutton-Github/bigbluebutton-web/grails-app/conf
schrd 64e43e4331
fix(core): 3.0 cluster setup (#20439)
* Add graphql API endpoint to BBB API

This parameter will be required for the HTML5 client to discover the API
endpoint of the GraphQL API so it can fetch its settings.

* Fix: ensure API calls are headed towards the BBB Server

In a cluster setup the URL that is visible in the browser is different
from the URL of the BBB Server.

The clients needs to contact the BBB server to retrieve information
about the graphQL websocket and the graphql API.

This patch adds the GraphQL API endpoint to the BBB API and changes the
Client to use it.

* Make GraphQL API endpoint configurable

The default value should work for single node and cluster setups

* Update docs to reflect changes required by cluster setup

* fix eslint and typescript errors

* Fix cluster setup docs

- add missing parts for hasura
- use consistent domain example.com

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/conf/bigbluebutton.properties

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

---------

Co-authored-by: Daniel Schreiber <daniel.schreiber@hrz.tu-chemnitz.de>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-17 14:26:13 -04:00
..
spring fix(core): 3.0 cluster setup (#20439) 2024-06-17 14:26:13 -04:00
application.conf Finished switch from Akka to Pekko 2023-09-01 15:52:12 +00:00
application.groovy add overlay config for bbb-web 2021-02-25 14:08:05 +01:00
application.yml Removed H2 from bbb-web 2022-07-12 17:59:23 +00:00
ApplicationResources.groovy
bigbluebutton.properties fix(core): 3.0 cluster setup (#20439) 2024-06-17 14:26:13 -04:00
BigBlueButtonFilters.groovy
BuildConfig.groovy upgrading bigbluebutton-web 2021-12-17 12:39:03 +00:00
logback.xml - put log into single line 2019-02-09 09:43:29 -08:00
WebXmlConfig.groovy