Commit Graph

283 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé 6849b7d276 build: also push the 'latest' tag 2019-08-22 12:34:29 +02:00
Saúl Ibarra Corretgé edf9630950 web: update config files 2019-08-22 12:34:14 +02: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
Aaron van Meerten 48d8013bdd prosody: properly name ALLOW_EMPTY variable
prosody: fix check for auth type when including jwt module
2019-08-19 11:13:38 -05:00
Po-Ying Chen 33a45ec8db prosody: add missing lua module `net-url` 2019-08-14 18:59:56 +02:00
netaskd aa9230af32 prosody: apply muc_owner_allow_kick.patch to muc_allowners module 2019-08-09 15:32:28 +02:00
netaskd dd851117a8 prosody: refactor getting prosody-plugins.
Now we get all files from the deb package jitsi-meet-tokens into /prosody-plugins
2019-08-09 10:07:32 +02:00
netaskd e48bf46f7c jigasi,web: add transcription options 2019-08-07 23:02:30 +02:00
Saúl Ibarra Corretgé 8d48317aae doc: update README 2019-08-07 22:53:38 +02:00
netaskd 62f2d11cab web,etherpad: add etherpad addon for sharing document 2019-08-07 22:48:47 +02:00
r900 2f9192c238 misc: change test for "unstable" to proper /bin/sh syntax
With /bin/sh one `=` has to be used, otherwise it will always fail with "unexpected operator".
2019-07-31 10:30:09 +02:00
Aaron van Meerten 8312892eee
Merge branch 'dev' into token-parameter-additions 2019-07-22 18:51:26 -04:00
Aaron van Meerten a39aa5d16d change global config to split on \\n 2019-07-22 17:39:09 -05:00
Matthias Herzog e6eecce2af web: add letsencrypt volume 2019-07-08 20:32:40 +02:00
netaskd abac343442 makefile: add release target. all target makes build all only 2019-06-24 22:28:28 +02:00
netaskd e8c8342848 misc: refactoring Makefile 2019-06-24 22:28:28 +02:00
Saúl Ibarra Corretgé f809afe7ed prosody: fix enabling the token_verification module
Fixes: https://github.com/jitsi/jitsi-meet/issues/4349
2019-06-20 21:08:57 +02:00
arnuschky 85c79cfb2b doc: fix prosody create user command in README
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/109
2019-06-20 21:02:06 +02:00
netaskd 046145d95e base: add testing tools if JITSI_RELEASE is unstable 2019-06-20 21:00:14 +02:00
netaskd bb1d386ebc jvb: set owner jvb rights for /config directory 2019-06-20 20:59:10 +02:00
Aaron van Meerten dc374d3633 prosody: tpl main prosody.cfg.lua 2019-06-05 19:55:51 -05:00
Aaron van Meerten d6a949ca63 prosody: allow token auth module override 2019-06-05 19:23:16 -05:00
Aaron van Meerten 9e9cee7991 prosody: add asap keyserver, empty token 2019-06-05 19:08:53 -05: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 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
Saúl Ibarra Corretgé 0db4b7dce9 doc: add JWT token example 2019-04-17 09:46:36 +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
Saúl Ibarra Corretgé a235af06d0 prosody: ignore errors when moving certificates
In case we have moved them before, for example.
2019-02-19 10:26:47 +01:00
netaskd b8faa26e75 prosody: fix owner for /config dir 2019-02-19 10:14:48 +01:00
Saúl Ibarra Corretgé 5c0776b8ed doc: this is no longer experimental
It seems to work well, who would have thought? :-)
2019-02-13 12:01:31 +01:00
Saúl Ibarra Corretgé 63f8ddda18 build: only push "latest" and the release tag 2019-02-13 11:58:14 +01:00
Saúl Ibarra Corretgé 7f00c8e7a2 web: sync Jitsi Meet configuration 2019-02-13 10:50:17 +01:00
Saúl Ibarra Corretgé 3a534c63b5 xmpp: disable storage for MUC components
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/64
2019-02-13 10:49:09 +01:00
Saúl Ibarra Corretgé aaf7baa9e8 jigasi: set DOMAIN_BASE for SIP account
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/33
2019-02-13 10:22:00 +01:00
Paul Tiedtke e848354042 xmpp: add default host to prosody config 2019-02-12 10:06:13 +01:00
netaskd bb7f68a749 web: update config.js from upstream 2019-02-12 10:04:12 +01:00
Paul Tiedtke 2da615c1f4 misc: fix typo in Makefile 2019-01-29 08:29:13 +01:00
Saúl Ibarra Corretgé 1d0ecec9ef build: add helper to tag images 2019-01-28 23:40:11 +01:00
Saúl Ibarra Corretgé 7ebbf7b92a jvb: fix specifying an empty list of STUN servers
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/43
2019-01-28 23:16:01 +01:00
Saúl Ibarra Corretgé 30c425811e misc: fix handling boolean values
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/30
2019-01-28 23:11:03 +01:00
Saúl Ibarra Corretgé e3583c72a6 jigasi: don't make SIP proxy port and transport mandatory 2019-01-28 22:41:45 +01:00
Paul Tiedtke 95a55915b7 xmpp: add ability to add custom prosody modules 2019-01-28 22:11:17 +01:00
Paul Tiedtke fb1fdb1d53 doc: add missing entry in README 2019-01-28 22:11:08 +01:00
Saúl Ibarra Corretgé 8e2964b006 xmpp: fix storage backend on prosody 0.11 2019-01-28 21:58:44 +01:00