Commit Graph

  • 5d9c0d4096 Update docs to use the Jitsi STUN server. #474 use-meet-stun-servers Boris Grozev 2020-04-17 12:59:04 -0500
  • d44230e2b1
    prosody: use hashed xmpp auth bgrozev 2020-04-16 16:25:06 -0500
  • 937dc43e6f Use hashed xmpp auth. #466 Boris Grozev 2020-04-16 16:07:20 -0500
  • a32bd6ad52 Merge branch 'master' into fix-certs-web-jibri #420 Teodor Woźniak 2020-04-16 22:27:15 +0200
  • 00a79ab5ff
    Updated Let's Encrypt Rate Limit #388 JaredRymer 2020-04-16 14:08:28 -0600
  • ba93e9037e web: restore Strict-Transport-Security Teodor Woźniak 2020-04-16 21:50:41 +0200
  • f133ed06f5
    jibri: don't add web certificate if it was added before teowoz 2020-04-16 21:49:22 +0200
  • 22b636cc76 jvb: Allow `TCP_HARVESTER_MAPPED_PORT` to be configured #465 deskoh 2020-04-16 23:23:55 +0800
  • 72b94ce977
    Merge branch 'master' into master Timo Sarawinski 2020-04-15 23:55:24 +0200
  • 4fa943271f add Let's Encrypt Cloudflare DNS Support Timo Sarawinski 2020-04-15 23:24:04 +0200
  • 186cb607e2 doc: update CHANGELOG stable-4416 Saúl Ibarra Corretgé 2020-04-15 22:27:29 +0200
  • b039b29b7a web: use certbot-auto Saúl Ibarra Corretgé 2020-04-15 21:37:18 +0200
  • d3cf13969e
    web: add IPv6 support #460 ludovicm67 2020-04-15 19:48:58 +0200
  • b95c95de0e
    web: improve nginx configuration Amin Vakil 2020-04-15 14:39:28 +0430
  • 2dd6b99191
    k8s: specify namespace for secret Dmitry Mishin 2020-04-15 03:08:00 -0700
  • 06e2d5e2e9 Revert "Use hashed xmpp auth." Saúl Ibarra Corretgé 2020-04-15 12:04:05 +0200
  • 7aa2d8114c ldap: avoid unnecessary copy Saúl Ibarra Corretgé 2020-04-15 12:03:25 +0200
  • e1b47db31d
    exampless: update Traefik v2 example with UDP Calvin Bui 2020-04-15 19:56:03 +1000
  • 0940605669
    doc: fix typos and minor grammar issues in README Paul Lessing 2020-04-15 10:52:06 +0100
  • 028183e23a
    Merge branch 'master' into patch-1 #419 Paul Lessing 2020-04-14 20:09:24 +0100
  • 1c4b11c2eb
    doc: correct minor mistake Pascal Loth 2020-04-14 20:08:11 +0200
  • c06867bce2
    doc: added steps for updating kernel manually in AWS installation Harshit Maheshwari 2020-04-14 23:34:07 +0530
  • dc46215600
    web: remove DHE suites support Hanno Böck 2020-04-14 16:59:19 +0200
  • 1ffd074112
    Remove Diffie Hellman support and parameter generation, only needed by very old browsers. This should increase startup speed, as parameter generation is slow. #450 Hanno Böck 2020-04-14 14:50:58 +0200
  • 7b6183ea8c [JVB] Possible activation of Colibri statistic. Environment port JVB_COLIBRI_PORT added to .yml Signed-off-by: Guenther Schreiner <guenther.schreiner@smile.de> (github: gs4711) #449 Guenther Schreiner 2020-04-14 14:09:54 +0200
  • 367621f6da prosody: remove no longer needed patch Saúl Ibarra Corretgé 2020-04-14 11:40:31 +0200
  • 34e66017bd
    doc: clarify acronym nonshankus 2020-04-14 11:29:29 +0200
  • 2c95ab7c9f web: revert using PUBLIC_URL for BOSH URL Saúl Ibarra Corretgé 2020-04-14 11:17:05 +0200
  • 79e9bce07b Use hashed xmpp auth. Boris Grozev 2020-04-13 18:05:33 -0500
  • bdb9d3d060 fix an issue to build luacrypto (dependency of luajwtjitsi) as it depends on libraries from libssl1.0-dev that is only available on stretch. luacrypto indeed needs an update to fit with modern crypto alogrythms and build on modern systems... The fix is: add the stretch resources back on this image to only install that older libssl1.0-dev packages. buster has libssl-dev that oviously do not contain the libs needed tu build luacrypto. Felix Herzog 2020-04-12 13:06:29 +0200
  • d8b0bae217 update to jre 11 as the new buster lte jre. this should give a little performance boost. Felix Herzog 2020-04-12 13:00:55 +0200
  • 8fded635df replace "stretch" with "buster", thus updating the underlying base image and libraries. Felix Herzog 2020-04-12 12:59:53 +0200
  • 3364b0de2b web: add option for P2P STUN servers #414 klonfish 2020-04-08 20:34:38 +0200
  • 7fd7e2b928
    Add docker-compose.override.yml to .gitignore (#438) Poschi 2020-04-12 08:25:11 +0200
  • a423ed6a9b
    Add docker-compose.override.yml to .gitignore #438 Poschi 2020-04-11 23:12:01 +0200
  • 67a941b9c1
    misc: update gen-passwords.sh shell code Martin Bagge / brother 2020-04-11 19:21:55 +0200
  • 4e2cec6b38
    misc: add configurable service restart policy Rui Carmo 2020-04-11 18:11:07 +0100
  • 729f9d290e
    doc: fix typo in env.example stefanseeger 2020-04-11 19:06:58 +0200
  • e014621891
    Update env.example #431 stefanseeger 2020-04-10 22:45:18 +0200
  • 726086ccef
    fix: remove node port from jvb service #415 rodrigopavezi 2020-04-10 17:25:40 -0300
  • a144b68c95 doc: added steps for updating kernel manually after jibri installation in aws #430 Harshit Maheshwari 2020-04-10 23:35:13 +0530
  • cf8a78a56e Merge branch 'master' of https://github.com/jitsi/docker-jitsi-meet Harshit Maheshwari 2020-04-10 23:22:15 +0530
  • 4249fc0b49 Trying to make acronym more obvious. #423 nonshankus 2020-04-10 16:37:48 +0200
  • 39a0321eb4
    Update env.example #417 Rui Carmo 2020-04-10 11:28:31 +0100
  • 07763413da
    Correct minor mistake #424 Pascal Loth 2020-04-10 12:25:31 +0200
  • c6ce63b8a0 add restart policy to all YAML files Rui Carmo 2020-04-10 09:25:13 +0100
  • 0b6effcb51 typo in replace Rui Carmo 2020-04-10 09:17:52 +0100
  • 19aa8a0a7c restart policy Rui Carmo 2020-04-10 09:15:06 +0100
  • 7fca57d2de Corrected typos. nonshankus 2020-04-10 09:47:43 +0200
  • 38125f4b6a
    Undo Jibri formatting Paul Lessing 2020-04-10 08:14:00 +0100
  • 7a0c6f8d92 generate certificate with proper domain (web), insert it into chrome chain (jibri) Teodor Woźniak 2020-04-09 18:35:04 +0200
  • ceeebaa216
    Update typos and minor grammar fixes in README Paul Lessing 2020-04-09 15:52:37 +0100
  • e7539dc38e
    Always restart services Rui Carmo 2020-04-09 15:00:25 +0100
  • b8817bb2da
    fix: ingress name rodrigopavezi 2020-04-08 21:14:41 -0300
  • 8cdf81c7eb
    feat: add helm chat and gcsfuse for jibri rodrigopavezi 2020-04-08 18:39:12 -0300
  • e01ebde138
    Jigasi: Add configuration option to skip reinvite on focus change (fixes a compatibility issue with inbound calls via FreeSWITCH) #411 Thilo-Alexander Ginkel 2020-04-08 21:08:25 +0200
  • 4d1aa612a9
    Fix WASM MIME type #409 Jakub Onderka 2020-04-08 17:42:30 +0200
  • 1050321fbf
    Clean up gen-passwords.sh shell code #407 Martin Bagge / brother 2020-04-08 11:37:35 +0200
  • 4621af966a
    various #366 Chase Sillevis 2020-04-06 23:05:36 +0200
  • 82c03f7eeb
    Disable server_tokens by default #390 Amin Vakil 2020-04-07 00:57:13 +0430
  • 57319b8333
    Enable http2 by default Amin Vakil 2020-04-07 00:55:23 +0430
  • 538e21f2a7 Centralizing Etherpad Host Configuration #391 Guilherme Arthur 2020-04-06 15:56:45 -0300
  • 2910fafe71
    add-le-cert-ratelimit-readme JaredRymer 2020-04-06 12:34:16 -0600
  • cd6d4efa87 Update images to buster #227 gauthierl 2020-03-18 22:44:27 +0100
  • a4274840e1 doc: update CHANGELOG stable-4384-1 Saúl Ibarra Corretgé 2020-04-06 17:13:02 +0200
  • 768b6c4a50 security: fail to start if using the old default password Saúl Ibarra Corretgé 2020-04-06 16:54:33 +0200
  • 40cadf5961
    doc: fix typo in README (#386) Harshit Maheshwari 2020-04-06 18:44:13 +0530
  • 12595119d6 misc: fix sed syntax Saúl Ibarra Corretgé 2020-04-06 15:10:38 +0200
  • 3c1eb040d4 doc: fix typo in README #386 Harshit Maheshwari 2020-04-06 18:37:40 +0530
  • b2b676c8f8 misc: fix typo in filename Saúl Ibarra Corretgé 2020-04-06 13:49:54 +0200
  • ce8d0fc3c6 doc: updated CHANGELOG Saúl Ibarra Corretgé 2020-04-06 13:35:45 +0200
  • 61b1aed5d3 doc: update CHANGELOG stable-4384 Saúl Ibarra Corretgé 2020-04-06 13:33:36 +0200
  • 1ffd472fba security: add script to generate strong passwords Saúl Ibarra Corretgé 2020-04-06 13:16:34 +0200
  • a015710e54 security: don't provide default passwords Saúl Ibarra Corretgé 2020-04-06 12:22:11 +0200
  • aaec22dd99
    jigasi: fix typo in config Tim Ruffing 2020-04-06 11:13:30 +0200
  • beee906e96
    Change restart flag from 'always' to 'unless stopped' #377 Mathias Renner 2020-04-05 12:52:18 +0200
  • 4c2a573c56
    Add restart option in docker-compose file Mathias Renner 2020-04-04 16:44:00 +0200
  • 7cc0f947c6
    Update README for Traefik v2 #374 Calvin Bui 2020-04-04 13:37:19 +1100
  • d7dd99af10
    Update Traefik example with UDP Calvin Bui 2020-04-04 13:35:25 +1100
  • 0d7ce0769b Mention values to fix in deployed k8s yamls #349 Dmitry Mishin 2020-04-03 16:13:29 -0700
  • 128151e4df
    Fix typo in jigasi config #370 Tim Ruffing 2020-04-03 09:43:32 +0200
  • 4ee2844a40
    allow overwriting the DOCKER env var Chase Sillevis 2020-04-02 20:22:20 +0200
  • de7768c9b1
    improve value handling Chase Sillevis 2020-04-02 13:24:15 +0200
  • 5464d84daf
    fix replicaCounts. add affinity. Chase Sillevis 2020-04-02 13:09:29 +0200
  • 393f888794
    add annotations support to ingress Chase Sillevis 2020-04-02 12:15:57 +0200
  • d0746daed3
    Merge branch 'master' of https://github.com/jitsi/docker-jitsi-meet into k8s-helm Chase Sillevis 2020-04-02 11:56:17 +0200
  • e002233905
    patch jicofo Chase Sillevis 2020-04-02 11:55:57 +0200
  • bb3f32980e
    update charts Chase Sillevis 2020-04-02 11:41:45 +0200
  • a47db4cf19
    add selectors Chase Sillevis 2020-04-02 11:38:37 +0200
  • 1c166c9c9a
    update helm chart for newer k8s version Chase Sillevis 2020-04-02 11:37:03 +0200
  • b6dc6ee3ba Added related but missing part to quickstart #362 Manuel Bernhardt 2020-04-02 10:08:33 +0200
  • ebfa142d38 docs: fix grammar and typos Paul Tiedtke 2020-04-01 21:29:12 +0200
  • c6da97e596 docs: fix grammar and typos #360 Paul Tiedtke 2020-04-01 21:29:12 +0200
  • 801324e8cb
    doc: fix typo in README ("firweall" -> "firewall") #351 Anirvan Chatterjee 2020-03-31 15:10:04 -0700
  • 2e2b44d87b Specify namespace for secret Dmitry Mishin 2020-03-31 11:20:55 -0700
  • a1dc1afb24
    Fix README typo #346 Chexpir 2020-03-31 17:20:59 +0200
  • a7d4f26c93 jigasi: add environment variables #344 Alexander Berl 2020-03-31 16:39:10 +0200
  • 34adca0e93 doc: add JIGASI_DEFAULT_ROOM_NAME setting Alexander Berl 2020-03-31 16:35:09 +0200
  • 0860d1901d jigasi: Allow to set default room for new connections Alexander Berl 2020-03-31 16:25:53 +0200
  • bab77e0d79
    doc: update env.example Hans-Peter Jansen 2020-03-31 12:53:00 +0200