Saúl Ibarra Corretgé
a389db4b1d
release: stable-9220
...
* 4eb5575
prosody: c2s encryption flag from environment
* cc34823
prosody: tune internal muc settings
* f512116
prosody: jibri and jigasi skip muc passwords (#1718 )
* 6c1f384
Add flag for require-muc-config-flag. (#1717 )
* 6e6dd96
web: nginx config for load-test client if present (#1715 )
* 11d7d75
fix: Do not load domain_mapper under breakout component (#1714 )
* 4ca5763
prosody: the new version of contrib-prosody-plugins (#1713 )
* d31e164
build: simplify detection of the target platform
* 21f04ea
base: update tpl
* 9b686c6
prosody: Drops unused module.
* 1365d7f
base-java: include jdk package
* 4584779
jicofo: fix enable sctp octo defaults (#1708 )
* 2a3f8fd
web: fix config.js syntax
* df88c7c
Fix/web settings prop syntax (#1706 )
* d64ae1c
web: remove 'startBitrate' that is no longer supported.
* 1cba0b5
web: Fix the maxbitrates config setting. Also, remove the 'enforcePreferredCodec' setting which is no longer supported.
* 1dbe5cd
web: cleanup config
* 3a888fd
jicofo: add support for max-ssrcs-per-user config
* 5093efb
feat: Add testing flag for Av1
* 7f86006
prosody: remove muc_meeting_id from lobby
* c21a598
prosody: visitors config whitespace fix (#1694 )
* 8845606
Move trusted_proxies from visitors to main prosody config file. (#1699 )
* e41e4f4
Require tls by default. (#1698 )
* 80e4ee6
Remove unnecessary modules and properties (#1697 )
* 2915176
prosody: skip recorder account unless in client mode
* 46b98b5
prosody: brewery mode for jvb/jicofo discovery muc
* 52eef2e
feat: Add an option to set jibri-sip brewery jid. (#1689 )
* ab30f56
prosody: enable muc_meeting_id in lobby component
* 5cc0ef0
jicofo: fix duplicate line
* 2a67885
jicofo: trusted domain list
* 78fb030
fix: Fix typo in var name. (#1690 )
* 1ad045e
feat: Add an option to enable sctp for relays. (#1688 )
* aa898e4
jicofo: fix visitors auth domain (#1687 )
* ec8615a
fix: Fix default JIBRI_PENDING_TIMEOUT. (#1686 )
* 483bbde
web: trim deprecated options and defaults
* 11cbfcc
web: provide bosh URL as relative only if flagged (#1682 )
* 60100d6
jvb: expose public IP in autoscaler sidecar config (#1679 )
* b8a9080
task: fix shutdown script
* 2e3c272
jvb: fix terminate script for autoscaler sidecar
* 3519113
jvb: finish script for graceful shutdown (#1676 )
* 4fba8b5
task: support logging to file in JVB container (#1675 )
* 431cdcc
web: allow desktop framerate to be automatically determined by the browser
* 4c009ad
jvb: fix version for autoscaler config
* 4531615
prosody: add smacks to guest vhost
* b4428bf
prosody: use mod_smacks.lua from prosody since 0.12.4
* ee2f3c9
docker-compose.yml: expose jicofo and jvb env vars for defining max memory.
* 940cd97
env.example: add jicofo and jvb env vars for defining max memory.
* 71b3892
jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined
* e6a0c04
jibri: add check for /dev/shm size
* dbffba1
Revert "jicofo, jigasi, jvb: fix SENTRY_DSN not being read"
* 073f85d
Revert "logging: fix reference to old variable"
* 8415c84
logging: fix reference to old variable
* fa2b4db
jicofo, jigasi, jvb: fix SENTRY_DSN not being read
* 42a2153
misc: working on unstable
9 months ago
Aaron van Meerten
4eb55758fe
prosody: c2s encryption flag from environment
...
* prosody: c2s encryption flag from environment
10 months ago
Aaron van Meerten
cc34823c63
prosody: tune internal muc settings
...
* prosody: tune internal muc settings
10 months ago
Aaron van Meerten
f512116e2d
prosody: jibri and jigasi skip muc passwords ( #1718 )
10 months ago
bgrozev
6c1f384eac
Add flag for require-muc-config-flag. ( #1717 )
10 months ago
Aaron van Meerten
6e6dd96bea
web: nginx config for load-test client if present ( #1715 )
10 months ago
bgrozev
11d7d75d72
fix: Do not load domain_mapper under breakout component ( #1714 )
...
It gets loaded twice and registers for each host twice:
2024-01-19 21:09:33 conference.beta.meet.jit.si:muc_domain_mapper info Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
2024-01-19 21:09:33 breakout.beta.meet.jit.si:muc_domain_mapper info Loading mod_muc_domain_mapper for host jigasi.beta.meet.jit.si!
10 months ago
emrah
4ca576360e
prosody: the new version of contrib-prosody-plugins ( #1713 )
...
* prosody: update version of prosody-plugings package
* prosody: update the version of contrib-prosody-plugins package
* prosody: add MATRIX_LOBBY_BYPASS variable to control matrix_lobby_bypass module
10 months ago
Saúl Ibarra Corretgé
d31e164656
build: simplify detection of the target platform
...
It can be done within the container, rather than having to compute it in
the Makefile and then pass it as an argument.
10 months ago
Saúl Ibarra Corretgé
21f04ead6e
base: update tpl
10 months ago
damencho
9b686c6f4a
prosody: Drops unused module.
10 months ago
Aaron van Meerten
1365d7f403
base-java: include jdk package
...
* base-java: include jdk package
10 months ago
Aaron van Meerten
4584779842
jicofo: fix enable sctp octo defaults ( #1708 )
10 months ago
Saúl Ibarra Corretgé
2a3f8fd5e9
web: fix config.js syntax
10 months ago
Kurt Garloff
df88c7c1e3
Fix/web settings prop syntax ( #1706 )
10 months ago
Jaya Allamsetty
d64ae1c193
web: remove 'startBitrate' that is no longer supported.
10 months ago
Jaya Allamsetty
1cba0b5803
web: Fix the maxbitrates config setting.
...
Also, remove the 'enforcePreferredCodec' setting which is no longer supported.
10 months ago
Saúl Ibarra Corretgé
1dbe5cda68
web: cleanup config
...
Remove no longer necessary checks since we build the whole config from
scratch.
Drop no longer valid options:
- Callstats
- useIPv6
- External connect
10 months ago
abin
3a888fdf46
jicofo: add support for max-ssrcs-per-user config
10 months ago
Jaya Allamsetty
5093efb4bb
feat: Add testing flag for Av1
10 months ago
Aaron van Meerten
7f86006c3f
prosody: remove muc_meeting_id from lobby
...
* prosody: remove muc_meeting_id from lobby
10 months ago
Aaron van Meerten
c21a598562
prosody: visitors config whitespace fix ( #1694 )
10 months ago
bgrozev
8845606785
Move trusted_proxies from visitors to main prosody config file. ( #1699 )
10 months ago
bgrozev
e41e4f480d
Require tls by default. ( #1698 )
10 months ago
bgrozev
80e4ee6341
Remove unnecessary modules and properties ( #1697 )
...
* Only enable dialback when s2s is enabled.
* Remove vcard, pep, register modules.
* Only set smacks properties when xmpp ws is enabled.
10 months ago
Aaron van Meerten
2915176b2e
prosody: skip recorder account unless in client mode
...
* prosody: skip recorder account unless in client mode
10 months ago
Aaron van Meerten
46b98b5a7a
prosody: brewery mode for jvb/jicofo discovery muc
...
* prosody: brewery mode for jvb/jicofo discovery muc
* do not include c2s limits in brewery mode
10 months ago
bgrozev
52eef2eb23
feat: Add an option to set jibri-sip brewery jid. ( #1689 )
10 months ago
Aaron van Meerten
ab30f56e27
prosody: enable muc_meeting_id in lobby component
...
* prosody: enable muc_meeting_id in lobby component
10 months ago
Aaron van Meerten
5cc0ef0180
jicofo: fix duplicate line
...
* jicofo: fix duplicate line
10 months ago
Aaron van Meerten
2a6788593f
jicofo: trusted domain list
...
* jicofo: always trust auth domain
* jicofo: allow trusted domain list
10 months ago
bgrozev
78fb030bbe
fix: Fix typo in var name. ( #1690 )
10 months ago
bgrozev
1ad045ea0d
feat: Add an option to enable sctp for relays. ( #1688 )
10 months ago
Aaron van Meerten
aa898e457a
jicofo: fix visitors auth domain ( #1687 )
...
* jicofo: fix visitors auth domain
* include compose
10 months ago
bgrozev
ec8615a292
fix: Fix default JIBRI_PENDING_TIMEOUT. ( #1686 )
10 months ago
Aaron van Meerten
483bbde1ee
web: trim deprecated options and defaults
...
* web: trim deprecated options and defaults
10 months ago
Aaron van Meerten
11cbfccd8b
web: provide bosh URL as relative only if flagged ( #1682 )
11 months ago
Aaron van Meerten
60100d6ce2
jvb: expose public IP in autoscaler sidecar config ( #1679 )
11 months ago
Aaron van Meerten
b8a9080fde
task: fix shutdown script
...
* task: fix shutdown script
11 months ago
Aaron van Meerten
2e3c272bdf
jvb: fix terminate script for autoscaler sidecar
...
* jvb: fix terminate script for autoscaler sidecar
11 months ago
Aaron van Meerten
3519113ef9
jvb: finish script for graceful shutdown ( #1676 )
11 months ago
Aaron van Meerten
4fba8b5d98
task: support logging to file in JVB container ( #1675 )
11 months ago
Cedric Roijakkers
431cdccbfe
web: allow desktop framerate to be automatically determined by the browser
11 months ago
Aaron van Meerten
4c009ad8c2
jvb: fix version for autoscaler config
...
* jvb: fix version for autoscaler config
11 months ago
Saúl Ibarra Corretgé
4531615974
prosody: add smacks to guest vhost
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1545
11 months ago
Aaron van Meerten
b4428bf261
prosody: use mod_smacks.lua from prosody since 0.12.4
11 months ago
must_eat
ee2f3c93e0
docker-compose.yml: expose jicofo and jvb env vars for defining max memory.
11 months ago
must_eat
940cd974fa
env.example: add jicofo and jvb env vars for defining max memory.
11 months ago
Matthias Kesler
71b3892d64
jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined
11 months ago
Saúl Ibarra Corretgé
e6a0c0461e
jibri: add check for /dev/shm size
...
If the container was staryed without a /dev/shm of at least 2GB
(defaults to 6MB in Docker) Chrome will behave erratically or crash.
Catch this with a tiny binary and make the container fail to start.
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/1653
11 months ago