Commit Graph

50 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
a81ad73429 prosody: add support for lobby 2020-07-22 11:00:46 +02:00
Mathieu Brunot
edecacd0c0
etherpad: add ability to use a external server 2020-06-27 16:21:31 +02:00
Cedric Roijakkers
3472ab0b19
jicofo: add ability to configure health checks 2020-05-06 15:40:39 +02:00
Saúl Ibarra Corretgé
774aba54f5 misc: set ddefault timezone to UTC 2020-04-22 10:25:35 +02:00
Saúl Ibarra Corretgé
f911df2a42
jvb: set JVB_TCP_MAPPED_PORT default value 2020-04-21 17:03:05 +02:00
Desmond Koh
1205170056
jvb: allow TCP_HARVESTER_MAPPED_PORT to be configured 2020-04-21 14:16:35 +02:00
Rui Carmo
4e2cec6b38
misc: add configurable service restart policy 2020-04-11 19:11:07 +02:00
stefanseeger
729f9d290e
doc: fix typo in env.example 2020-04-11 19:06:58 +02:00
Saúl Ibarra Corretgé
1ffd472fba security: add script to generate strong passwords 2020-04-06 13:16:34 +02:00
Saúl Ibarra Corretgé
a015710e54 security: don't provide default passwords
Also check if they are not provided at sstartup time and fail to start
in that case.
2020-04-06 12:23:36 +02:00
Hans-Peter Jansen
bab77e0d79
doc: update env.example 2020-03-31 12:53:00 +02:00
Hans-Peter Jansen
3c07d76937
doc: improve wording of README 2020-03-30 09:53:01 +02:00
Saúl Ibarra Corretgé
264df049c8 jvb: switch to using Jitsi's STUN server by default 2020-03-27 22:53:52 +01:00
Harm Berntsen
06c3a83a3a
doc: fix references to running behind NAT in the README 2020-03-26 14:37:58 +01:00
Lorenz Bausch
25dbde9cb5
doc: fix typo 2020-03-25 15:28:53 +01:00
Saúl Ibarra Corretgé
31c16d5285 Merge branch 'dev' 2020-03-23 20:00:24 +01:00
Saúl Ibarra Corretgé
f4ac7cc352 misc: remove bogus quotation marks 2020-03-23 19:59:47 +01:00
Maximilian Nöthe
df40447616
ldap: add option for ldap starttls support 2020-03-13 21:07:44 +01:00
Paul Tiedtke
01eca7423e jigasi: generate google cloud credentials from env vars 2020-02-19 14:32:18 +01:00
Mohammed
2b9a13bfef jicofo: add support of reservation REST API 2020-01-28 08:54:17 +01:00
Mohammed
8bfe7fbb92 jicofo: add support of reservation REST API 2020-01-28 08:53:19 +01:00
netaskd
ffa017b74d jibri: add jibri service 2019-12-04 14:53:59 +01:00
netaskd
e48bf46f7c jigasi,web: add transcription options 2019-08-07 23:02:30 +02:00
netaskd
62f2d11cab web,etherpad: add etherpad addon for sharing document 2019-08-07 22:48:47 +02:00
Saúl Ibarra Corretgé
8da61612e9 prosody: introduce AUTH_TYPE
It simplifies selecting the desired authentication type, instead of
having a boolean for each.
2019-05-13 21:39:57 +02:00
netaskd
165f313764 jigasi: add SDES srtp enabling possibility and healthcheck 2019-04-24 08:43:10 +02:00
Saúl Ibarra Corretgé
6c0bbae73c misc: group authentication options together 2019-04-17 10:01:22 +02:00
netaskd
2e3576f6ca prosody: add LDAP authentication via SASL mechanism 2019-04-17 09:56:43 +02:00
netaskd
fb93051bea misc: all variables moved to .env file for fully customization of jitsi-meet service domains 2019-03-15 09:14:10 +01:00
Paul Tiedtke
df36d71542 xmpp: add jwt authentication support 2019-02-21 08:34:41 +01:00
Paul Tiedtke
95a55915b7 xmpp: add ability to add custom prosody modules 2019-01-28 22:11:17 +01:00
netaskd
4b88a28fcc jigasi: make SIP port and transport configurable 2018-12-04 13:05:48 +01:00
Dan Caseley
da43e68854 jvb: add TCP Harvester configuration options 2018-11-29 19:43:07 +00:00
Saúl Ibarra Corretgé
cda11bc52f web: add ability to redirect HTTP traffic to HTTPS
Useful if you're running this setup directly on the Internet, with a
Let's Encrypt certificate.
2018-11-07 14:27:22 +01:00
Saúl Ibarra Corretgé
fcf83859e4 web: add ability to disable HTTPS
If TLS is terminated elsewhere and then connections are proxied over
HTTP, there is no need for it and it makes initialization a tad slower
on the first run.
2018-11-07 14:15:09 +01:00
Saúl Ibarra Corretgé
f61ef3f093 web: add builtin Let's Encrypt support 2018-11-07 14:02:36 +01:00
Louis Sivillo
e1bd2447ae jvb: add JVB_ENABLE_APIS env var 2018-11-05 18:11:29 +01:00
Saúl Ibarra Corretgé
ee90a92d43 xmpp: add support for authentication 2018-10-18 12:08:30 +02:00
Saúl Ibarra Corretgé
4b091b250d misc: remove unneeded env variable
Set it directly in the compose file, since it depends on the XMPP
server's hostname.
2018-10-17 23:06:51 +02:00
Saúl Ibarra Corretgé
f34ebbb435 doc: update example env file and documentation 2018-10-17 12:04:12 +02:00
Saúl Ibarra Corretgé
e78a4ed24a jigasi: add jigasi support for SIP audio calls 2018-10-17 11:59:53 +02:00
Saúl Ibarra Corretgé
9bb7340f66 jvb: use MUC connections for the JVB 2018-10-16 21:15:46 +02:00
Saúl Ibarra Corretgé
e8fde8cb8c core: make HTTP, HTTPS and JVB ports configurable 2018-09-19 22:14:20 +02:00
wlovins
d7dce6240d misc: fix typo 2018-08-30 17:43:14 +02:00
Saúl Ibarra Corretgé
822cca7d39 xmpp: add ability to customize the XMPP MUC domain 2018-04-28 17:42:37 +02:00
Saúl Ibarra Corretgé
9aa8fb7551 doc: update documentation and sample env file 2018-04-28 17:24:50 +02:00
Saúl Ibarra Corretgé
f083762b0a compose: don't hardcode XMPP_BOSH_URL_BASE 2018-04-27 10:43:31 +02:00
Saúl Ibarra Corretgé
9dcb55ef7a xmpp: fix XMPP_AUTH_DOMAIN example 2018-04-06 08:46:38 +02:00
Saúl Ibarra Corretgé
80a2a13b5e xmpp: make the auth XMPP domain configurable 2018-03-28 08:42:48 +02:00
Saúl Ibarra Corretgé
a83c83245c doc: add initial README and sample environment files 2018-03-16 10:07:35 +01:00