Commit Graph

27 Commits

Author SHA1 Message Date
Aaron van Meerten
2fdc643e7c jicofo: use bool instead of string for codec flags (#1507) 2023-03-20 06:41:59 -05:00
Aaron van Meerten
bdcae290c1 jicofo: fix syntax error on opus end brace (#1506) 2023-03-17 07:27:50 -05:00
Aaron van Meerten
e5d421331d jicofo: additional conference options (#1504) 2023-03-16 11:46:46 -05:00
Aaron van Meerten
6034e09f36 jicofo: support opus red audio codec (#1503) 2023-03-16 11:23:17 -05:00
Aaron van Meerten
ef7ef9cfd3 jicofo: disable cert verification for jvb xmpp (#1501) 2023-03-16 08:55:18 -05:00
Aaron van Meerten
a8fe1aaee4 jicofo: fix template error in jvb xmpp server (#1500) 2023-03-16 08:38:36 -05:00
Aaron van Meerten
7d1bf8e50f jicofo: flag to use presence for bridge health checks (#1499) 2023-03-16 08:19:34 -05:00
Aaron van Meerten
1a4f9bde7c jicofo: fix broken rest template (#1498) 2023-03-16 08:12:00 -05:00
Aaron van Meerten
76f886fbb4 jicofo: add bridge region support and local region (#1497) 2023-03-16 07:36:02 -05:00
Aaron van Meerten
9c2f742991 jicofo: fix rest bind in container (#1496) 2023-03-16 07:21:15 -05:00
Aaron van Meerten
ed095bc28e misc: support alternate xmpp server for jvb (#1495) 2023-03-16 07:08:52 -05:00
Aaron van Meerten
e1c1f1b034 jicofo: enable rest interface (#1494) 2023-03-15 15:53:46 -05:00
Saúl Ibarra Corretgé
9cfbaf2d64 misc: drop JICOFO_AUTH_USER
It is expected to be "focus" in a number of places inside lib-jitsi-meet
and that won't change anytime soon.

Allowing users to change it is just asking for trouble.

Fixes: https://github.com/jitsi/lib-jitsi-meet/issues/2191
2023-01-12 15:36:28 +01:00
bgrozev
9fbb5bd815 jicofo: fix XMPP config (all moved to jicofo.conf) 2022-10-31 19:08:18 +01:00
bgrozev
a2333b3e76 jicofo: remove JICOFO_SHORT_ID (removed upstream) 2022-10-31 19:06:04 +01:00
Mahdhi Rezvi
8337c0b108 jicofo,prosody: migrate to new reservations system
It's now implemented in Prosody rather than in Jicofo.
2022-06-03 07:53:35 +02:00
Saúl Ibarra Corretgé
cb5a753282 config: simplify configuration
Use default values everywhere so they don't need to be specified in the
.env file.

This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
2022-05-20 10:53:12 +02:00
Aaron van Meerten
95af77896d jicofo: add optional XMPP_PORT value (#1275)
* jicofo: add optional XMPP_PORT value

* include compose and env example for XMPP_PORT

* extends use of the XMPP_PORT property

* fix compose to use default

* re-commenting XMPP_PORT value

* include XMPP_PORT in compose for all services

* always use $XMPP_PORT, value defaulted in template

* missing JVB setting
2022-05-02 08:30:48 -05:00
Ben Banfield-Zanin
a8a596bd6f jicofo: configure trusted-domains for Jibri if ENABLE_RECORDING is set 2021-12-14 11:53:40 +01:00
Kenny
f748484d1c jicofo: add enable-auto-login config option 2021-09-10 08:29:34 +02:00
Matthieu Huguet
b555d41a7f jicofo: fix boolean values in configuration file
A type error is thrown when one of these environment variables is
defined:
- ENABLE_AUTO_OWNER
- JICOFO_ENABLE_HEALTH_CHECKS
- JICOFO_ENABLE_BRIDGE_HEALTH_CHECKS
2021-08-24 20:07:39 +02:00
tob123
7a4720205e jicofo: make sure client-proxy is properly configured 2021-04-17 22:31:29 +02:00
Prayag Singh
d6fac8e0c3 jicofo: disable octo by default 2021-04-07 20:31:15 +02:00
Saúl Ibarra Corretgé
6c4dce1622 jicofo: fix ENABLE_SCTP type 2021-04-01 15:15:53 +02:00
duritong
c89ccc9727 jicofo: reintroduce shibboleth auth
Fixes #956
2021-02-17 15:26:37 +01:00
Prayag Singh
88e950dcd4 jicofo: fix healthcheck
Fixes: #929
2021-02-05 11:16:30 +01:00
prayagsingh
0f541c8241 jicofo: migrate to new config 2021-01-29 15:13:56 +01:00