Commit Graph

42 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
ec05c89372 release: stable-4548
* a79fc0c misc: add release script
* 0f0adc8 compose: add image tag to compose files
* 0177765 misc: fix config volumes to work with SELinux
* eae3f5c jibri: chrome/driver 78 as a stopgap
* 78df6a4 doc: delete unnecessary dot
* 4426ed8 jibri: fix case when /dev/snd is not bound (https://github.com/jitsi/docker-jitsi-meet/issues/240#issuecomment-610422404)
* 125775a web: fix WASM MIME type
* e70975e web: enable GZIP compression for more file types
* 774aba5 misc: set ddefault timezone to UTC
* 3c3fc19 prosody: enable speaker stats and conferene duration modules
* f911df2 jvb: set JVB_TCP_MAPPED_PORT default value
* 1205170 jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
* f7796a1 prosody: add volume  /prosody-plugins-custom to docker-compose
* d44230e prosody: use hashed xmpp auth
2020-05-02 15:43:58 +02:00
Saúl Ibarra Corretgé
0f0adc8419 compose: add image tag to compose files 2020-05-02 15:32:16 +02:00
Johannes Nohl
0177765f2d
misc: fix config volumes to work with SELinux
Fixes: #472
2020-04-28 10:52:57 +02:00
Desmond Koh
1205170056
jvb: allow TCP_HARVESTER_MAPPED_PORT to be configured 2020-04-21 14:16:35 +02:00
Goacid
f7796a160e
prosody: add volume /prosody-plugins-custom to docker-compose 2020-04-21 14:14:57 +02:00
Rui Carmo
4e2cec6b38
misc: add configurable service restart policy 2020-04-11 19:11:07 +02:00
Saúl Ibarra Corretgé
7c0c795fa7 jicofo: only configure Jigasi brewery if Jigasi is configured
Otherwise conferene.isSIPCallingSupported() will return true.
2020-03-30 14:05:15 +02:00
Maximilian Nöthe
df40447616
ldap: add option for ldap starttls support 2020-03-13 21:07:44 +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
Saúl Ibarra Corretgé
a0b9cd1382 jvb: fix MUC communication with newer JVB 2019-11-29 11:37:53 +01:00
Saúl Ibarra Corretgé
5408e9e383
Merge pull request #122 from jitsi/token-parameter-additions
prosody: new variables for prosody
2019-08-20 09:31:14 +02:00
Aaron van Meerten
412bc4b01c prosody: documented global config and modules environment vars 2019-08-19 11:25:36 -05:00
Aaron van Meerten
397aa3a4b2 docker-compose: adds comments and docker-compose entries for new shell variables 2019-08-19 11:21:13 -05: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
Saúl Ibarra Corretgé
9ff3ce295c web: persist letsencrypt certificates
Store them in the config volume so they are not regenerated on every
boot.

Closes: https://github.com/jitsi/docker-jitsi-meet/issues/71
2019-05-01 14:40:38 +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
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é
05d9bb994a misc: declare container dependencies 2018-10-23 10:42:32 +02:00
Saúl Ibarra Corretgé
a5412269c2 web: rename directory for web configuration 2018-10-23 10:30:03 +02: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é
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
Saúl Ibarra Corretgé
366bd3e4fe jvb: disable TCP harvester
TCP is to be handled by a TURN server, which provides other improvements like
P2P for 1-1 calls.
2018-08-09 23:29:27 +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é
f083762b0a compose: don't hardcode XMPP_BOSH_URL_BASE 2018-04-27 10:43:31 +02:00
Saúl Ibarra Corretgé
84332c9527 xmpp: add ability to customize the jicofo auth user 2018-04-26 08:38:59 +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é
8e4325829b jvb: run it on the user defined network 2018-03-25 11:07:27 +02:00
Saúl Ibarra Corretgé
20767ab240 compose: update aliases
Leave only the necessary ones and make a more straightforward one for the
XMPP server.
2018-03-17 23:06:14 +01:00
Saúl Ibarra Corretgé
467a149cbb Initial import 2018-03-14 10:23:50 +01:00