Commit Graph

268 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
1d428a8440 prosody: use a 2-stage build
This greatly simplifies the cleanup so we don't leave unneeded packages
behind.
2020-05-27 23:12:37 +02:00
Saúl Ibarra Corretgé
613c26c11b misc: working on latest 2020-05-27 09:59:36 +02:00
Saúl Ibarra Corretgé
4d72ee3767 release: stable-4627-1
* 1381b08 prosody: fix installing dependdencies
* 2900c11 misc: add extra line to tag message
* c57a84b misc: working on latest
2020-05-27 09:59:36 +02:00
bluikko
22b7063e3a examples: update Traefik v1 example
The example docker-compose.yml for Traefik v1 is an old version; added SELinux for volumes, added environment variables, prosody changed volumes, support for container restart configuration.
2020-05-27 09:42:05 +02:00
Saúl Ibarra Corretgé
1381b08ad8 prosody: fix installing dependdencies
Only install from backports what's absolutely necessary and make sure
libssl is installed so JWT auth is not broken...

Ref: https://github.com/jitsi/docker-jitsi-meet/issues/613
2020-05-27 09:37:31 +02:00
Saúl Ibarra Corretgé
2900c117b9 misc: add extra line to tag message 2020-05-26 23:46:54 +02:00
Saúl Ibarra Corretgé
c57a84b213 misc: working on latest 2020-05-26 23:45:53 +02:00
Saúl Ibarra Corretgé
12fafa1924 release: stable-4627
* fdf5030 prosody: update configuration
* afafe23 prosody: shrink container size
* 8e7ea34 base: fix setting timezone
* 58441ae doc: update README
* 3c12526 etherpad: update to version 1.8.4
* 0038e71 jibri: install extra dependency
* 0615ed6 doc: add missing volumes to quick start
* 2781865 doc: clarify usage of gen-passwords.sh
* a8d0b6c build: add PHONY target for "release"
* d4a35a6 misc: working on latest
2020-05-26 23:39:25 +02:00
Saúl Ibarra Corretgé
fdf5030c59 prosody: update configuration 2020-05-26 23:25:49 +02:00
Saúl Ibarra Corretgé
afafe23640 prosody: shrink container size 2020-05-26 23:24:30 +02:00
Saúl Ibarra Corretgé
8e7ea34c50 base: fix setting timezone 2020-05-26 23:23:43 +02:00
Suguru Hirahara
58441ae06c
doc: update README
- Replace the installation manual with a link to the handbook
- Replace markdown links

Closes https://github.com/jitsi/handbook/issues/16
2020-05-20 15:34:43 +02:00
Avinash
3c1252693f
etherpad: update to version 1.8.4
Includes reverse proxy fixes.
2020-05-18 13:10:26 +02:00
Arun
0038e718eb
jibri: install extra dependency 2020-05-11 09:58:43 +02:00
René Kost
0615ed6e02
doc: add missing volumes to quick start 2020-05-07 23:19:10 +02:00
Rafael Bonalume Lebre
278186528c
doc: clarify usage of gen-passwords.sh 2020-05-07 23:18:14 +02:00
Saúl Ibarra Corretgé
a8d0b6caa8 build: add PHONY target for "release" 2020-05-07 22:53:37 +02:00
Saúl Ibarra Corretgé
d4a35a6db4 misc: working on latest 2020-05-07 22:47:36 +02:00
Saúl Ibarra Corretgé
e9ee50eef2 release: stable-4548-1
* abf2f73 jicofo: fix setting incorrect auth URL scheme for JWT
* 3472ab0 jicofo: add ability to configure health checks
* ec3622b jibri: install jitsi-upload-integrations by default
* 0e7bc91 etherpad: pin image version
* 4fa50b9 jwt: do not load token_verification module with disabled authentication
* b0d76a2 jibri: add jq dep for upload integrations
* 53b58fd jvb: add jq, curl deps for graceful_shutdown.sh
* 2d063ad doc: update installation instructions
* e73df5f misc: working on latest
2020-05-07 22:41:35 +02:00
Saúl Ibarra Corretgé
abf2f73a95 jicofo: fix setting incorrect auth URL scheme for JWT 2020-05-07 22:29:52 +02:00
Cedric Roijakkers
3472ab0b19
jicofo: add ability to configure health checks 2020-05-06 15:40:39 +02:00
mesouug
ec3622b87c
jibri: install jitsi-upload-integrations by default
Forces installation of jitsi-upload-integrations for all releases.
2020-05-04 18:31:02 +02:00
Saúl Ibarra Corretgé
0e7bc91ffd etherpad: pin image version 2020-05-04 10:42:04 +02:00
Paul Tiedtke
4fa50b9f08 jwt: do not load token_verification module with disabled authentication 2020-05-04 10:27:37 +02:00
MatthewCroughan
b0d76a2fc3
jibri: add jq dep for upload integrations 2020-05-04 10:26:56 +02:00
MatthewCroughan
53b58fdb71
jvb: add jq, curl deps for graceful_shutdown.sh 2020-05-04 10:26:09 +02:00
Saúl Ibarra Corretgé
2d063ad162 doc: update installation instructions 2020-05-02 16:04:45 +02:00
Saúl Ibarra Corretgé
e73df5fa8e misc: working on latest 2020-05-02 15:49:02 +02:00
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é
a79fc0c914 misc: add release script 2020-05-02 15:43:38 +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
netaskd
eae3f5ce2d jibri: chrome/driver 78 as a stopgap 2020-04-25 07:51:56 +02:00
Dai Dang Van
78df6a4644
doc: delete unnecessary dot
This dot can be misleading and the deleting is easier for "copy and paste".
2020-04-24 22:08:38 +02:00
netaskd
4426ed8f27 jibri: fix case when /dev/snd is not bound (https://github.com/jitsi/docker-jitsi-meet/issues/240#issuecomment-610422404) 2020-04-23 14:04:08 +02:00
Jakub Onderka
125775a737
web: fix WASM MIME type 2020-04-22 10:52:53 +02:00
Jakub Onderka
e70975e692
web: enable GZIP compression for more file types 2020-04-22 10:51:58 +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é
3c3fc195d1 prosody: enable speaker stats and conferene duration modules 2020-04-22 10:24:46 +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
Goacid
f7796a160e
prosody: add volume /prosody-plugins-custom to docker-compose 2020-04-21 14:14:57 +02:00
bgrozev
d44230e2b1
prosody: use hashed xmpp auth 2020-04-16 23:25:06 +02:00
Saúl Ibarra Corretgé
186cb607e2 doc: update CHANGELOG 2020-04-15 22:27:29 +02:00
Saúl Ibarra Corretgé
b039b29b7a web: use certbot-auto 2020-04-15 21:56:40 +02:00
Amin Vakil
b95c95de0e
web: improve nginx configuration
* Enable http2 by default
* Disable server_tokens by default
2020-04-15 12:09:28 +02:00
Dmitry Mishin
2dd6b99191
k8s: specify namespace for secret 2020-04-15 12:08:00 +02:00
Saúl Ibarra Corretgé
06e2d5e2e9 Revert "Use hashed xmpp auth."
This reverts commit 79e9bce07b.

THis would break existing setups. Will revisit later on.
2020-04-15 12:04:05 +02:00
Saúl Ibarra Corretgé
7aa2d8114c ldap: avoid unnecessary copy 2020-04-15 12:03:25 +02:00
Calvin Bui
e1b47db31d
exampless: update Traefik v2 example with UDP 2020-04-15 11:56:03 +02:00