Commit Graph

1087 Commits

Author SHA1 Message Date
damencho
8c3f7cabf3 release: stable-10655 2025-11-24 17:24:48 +00:00
perexis
bab03c7b26 Add transcriber_prefixes to prosody config 2025-11-11 06:21:12 -06:00
Werner Fleischer
a8f64b6ed7 feat(prosody): prioritize custom plugin path
This change modifies the plugin search order in the Prosody
configuration to allow custom plugins to override default ones.

By placing `/prosody-plugins-custom` before `/prosody-plugins/`, users can now easily customize their Jitsi Meet deployment by mounting their own plugins, without needing to rebuild the Docker image.
2025-11-10 15:06:30 +01:00
emrah
86f6a72700 refactor(prosody): add WAIT_FOR_HOST_DISABLE_AUTO_OWNERS 2025-11-07 08:09:45 -06:00
Saúl Ibarra Corretgé
c1c53cdfc4 jvb: change default for DISABLE_AWS_HARVESTER to true
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/2008
2025-10-28 12:42:47 +01:00
damencho
839c4835dc misc: working on unstable 2025-10-20 16:11:43 +00:00
damencho
3bc1ebc302 release: stable-10590 2025-10-20 16:11:41 +00:00
Jan Wagner
7eacd98ab0 Renaming otel-collector container to otel and dropping container_name
Closes: #2162
2025-10-07 21:09:29 +02:00
Дамян Минков
995b0e4b98 fix(prosody): Fix visitors cfg syntax. 2025-09-29 08:14:07 -05:00
damencho
c3df6dfd50 feat(prosody): Configure polls for visitors. 2025-09-26 11:04:11 -05:00
damencho
a5b307b94c feat(prosody): Move to polls component. 2025-09-25 16:46:32 -05:00
Jonathan Lennox
7eae61d40d Change default CC algorithm. (#2154) 2025-09-24 16:03:26 -04:00
emrah
acaea22233 refactor(prosody): update JITSI_CONTRIB_PROSODY_PLUGINS to 20250923 2025-09-24 18:05:47 +02:00
Fabian
7bb7a56339 feat(jvb): add ports to advertised ips (#2050)
* feat(jvb): add ports to advertised ips

* feat(jvb): add support for advertised ports with ipv6 and ipv4

* feat: split ip and port with # delimiter

* docs: add advertising port to env.example
2025-09-23 06:22:52 +02:00
damencho
34044cda25 feat(prosody): Adds a new config for allowners and issuers. 2025-09-15 20:39:16 -05:00
emrah
be4a3c9e1b refactor(jigasi): add JIGASI_ENABLE_REST (#2147)
* refactor(jigasi): add JIGASI_ENABLE_REST

* fix(jigasi): match other boolean controls
2025-09-12 07:57:29 -05:00
Taukon
f25c9ea16c feat(grafana): improve and unify dashboard json files 2025-08-27 18:37:48 +02:00
Taukon
c247ba5f27 fix(grafana): provision data sources with static uids 2025-08-27 18:37:48 +02:00
emrah
3cf0f553b6 refactor(jvb): add DISABLE_AWS_HARVESTER (#2142) 2025-08-25 15:58:21 +02:00
damencho
31a14cc7bf fix(prosody): Updates guest domain config. 2025-08-19 15:58:49 -05:00
Taukon
2126ee3108 fix(log-analyser): set logging to debug 2025-08-15 07:52:32 +02:00
Taukon
8ca9a5af21 fix(log-analyser): pin otel image for loki exporter 2025-08-15 07:52:32 +02:00
emrah
6e18e22b74 refactor(prosody): update JITSI_CONTRIB_PROSODY_PLUGINS to 20250808 2025-08-08 19:49:54 +02:00
bgrozev
3c9472946b jvb: fix template syntax 2025-08-04 11:43:03 +02:00
Jonathan Lennox
d3a1e6374a Add docker-compose option for BWE Estimator Engine. (#2129) 2025-07-30 12:51:24 -04:00
emrah
ef2469f89f refactor(prosody): update JITSI_CONTRIB_PROSODY_PLUGINS version 2025-07-29 16:19:21 +02:00
damencho
f409d22e18 misc: working on unstable 2025-07-24 15:46:10 +00:00
damencho
2b459c5020 release: stable-10431 2025-07-24 15:46:08 +00:00
damencho
3016b33e92 fix(prosody): Adds missing identity module. 2025-06-18 07:59:30 -05:00
damencho
7c2b8b5597 fix(prosody): Drops some unnecessary configs. 2025-06-17 15:52:15 -05:00
Aaron van Meerten
568c8894e6 fix(unstable): prosody repo dsa1024 workaround fix (#2110) 2025-06-10 14:09:39 -04:00
damencho
30b387aecc fix(jigasi): Disables use of unnecessary stun. 2025-06-10 11:37:16 -05:00
damencho
648874fb9a misc: working on unstable 2025-06-05 17:05:21 +00:00
damencho
fe160b6e1f release: stable-10314 2025-06-05 17:05:19 +00:00
damencho
7c410f5689 fix(prosody): Adds main_muc config for guest domain. 2025-06-02 22:03:40 -05:00
Boris Grozev
4ff28768e5 fix: Load XMPP_MODULES for the guest domain. 2025-06-02 17:20:17 -05:00
Aaron van Meerten
e4232c4213 fix(unstable): workaround prosody repo dsa1024 issues 2025-05-30 13:27:11 -05:00
Aaron van Meerten
0b47ff3c0e fix(unstable): prosody dsa1024 pubkey support (#2101) 2025-05-29 11:54:08 -05:00
Saúl Ibarra Corretgé
a36f2d55fd fix(ci) disable caching
Not supported on the "docker" driver.
2025-05-27 16:43:32 +02:00
Saúl Ibarra Corretgé
17baa95394 fix(ci) avoid OOM when building with QEMU
We seem to be close to the QEMU memory limit in GHA, that's why actions
fail sporadically.

Switch to native builds, aka build amd64 in an amd64 machine and do the
same for arm64.

This means we need to push 2 extra tags: foo-amd64 and foo-arm64 and
then create a manifest to unite them both.

Ref: https://github.com/docker/build-push-action/issues/621
2025-05-27 16:37:23 +02:00
Saúl Ibarra Corretgé
0e7360ac11 feat(prosody) vendor official plugins 2025-05-27 14:49:56 +02:00
Saúl Ibarra Corretgé
19e4b404ad fix(docker) fix Docker warnings 2025-05-27 14:49:17 +02:00
Aaron van Meerten
ed30d0d49c feat(web): disable closed captions when transcription is disabled (#2092) 2025-05-23 13:50:52 -05:00
Aaron van Meerten
7e76486afc feat(jicofo): ice failure parameters (#2084)
* feat(jicofo): ice failure parameters

* include restart request controls
2025-05-02 13:28:31 -05:00
Aaron van Meerten
511c2f1d6e feat(jigasi): STATS_ID property for use with rtcstats (#2083) 2025-04-29 08:56:18 -05:00
emrah
82e74b9954 refactor(prosody): update JITSI_CONTRIB_PROSODY_PLUGINS version 2025-04-26 17:34:11 +02:00
bgrozev
24635a6380 Load mod_muc_hide_all manually. (#2077) 2025-04-17 08:06:16 -05:00
damencho
6cf0d656bd misc: working on unstable 2025-04-10 21:54:22 +00:00
damencho
3de71486e6 release: stable-10184 2025-04-10 21:54:20 +00:00
damencho
03239362e2 misc: working on unstable 2025-04-08 16:14:49 +00:00