bigbluebutton-Github/bbb-common-web
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
..
project remove unsafe tags and add blank target to Welcome msgs 2024-05-14 10:19:30 -03:00
scala - get metadata xml 2017-09-01 15:00:38 -07:00
src fix(core): 3.0 cluster setup (#20439) 2024-06-17 14:26:13 -04:00
.env Added default username/password for pg connection and hibernate config file 2022-06-29 13:27:14 +00:00
.gitignore Keep blank line on end of gitignore files 2022-04-07 17:36:26 -03:00
.scalariform.conf - enable scalariform for bbb-common-web 2019-03-27 13:36:34 -07:00
build.sbt Added request content type validation 2024-05-16 13:32:46 +00:00
deploy.sh WIP target JVM8 -> JVM11 2022-02-25 04:39:48 +00:00
docker-clean.sh refactor: tweaks on recording-imex to get it to run locally 2023-01-25 18:19:01 +00:00
docker-compose.yml Modified PG startup script and added volume 2023-02-03 20:37:45 +00:00
hibernate-cfg.sh Modified PG startup script and added volume 2023-02-03 20:37:45 +00:00
psql.sh refactor: tweaks on recording-imex to get it to run locally 2023-01-25 18:19:01 +00:00
README.md - build getMeetings and getMeetingInfo responses using freemarker 2017-03-09 20:32:14 +00:00