Commit Graph

14 Commits

Author SHA1 Message Date
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