Saúl Ibarra Corretgé
7c8763f517
base: update tpl to version 1.3.0
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1821
2024-06-11 18:37:08 +02:00
Saúl Ibarra Corretgé
1d3c0f13a3
jibri: fail to start if the SYS_ADMIN cap is missing ( #1816 )
...
The container will refuse to start and provide some useful information
to the user:
```
docker-jitsi-meet-jibri-1 | cap[cap_sys_admin] not permitted
docker-jitsi-meet-jibri-1 | Required capability SYS_ADMIN is missing
docker-jitsi-meet-jibri-1 | [cont-init.d] 10-config: exited 1.
docker-jitsi-meet-jibri-1 | [cont-finish.d] executing container finish scripts...
docker-jitsi-meet-jibri-1 | [cont-finish.d] done.
docker-jitsi-meet-jibri-1 | [s6-finish] waiting for services.
```
2024-05-30 12:07:35 -05:00
Aaron van Meerten
cacee4ecc8
jvb: adds autoscaler sidecar hook to signal final shutdown ( #1809 )
...
* jvb: adds autoscaler sidecar hook to signal final shutdown
* cleaner ports
2024-05-21 16:09:20 -05:00
Aaron van Meerten
726b0f0636
jibri: adds autoscaler sidecar hook to signal final shutdown ( #1810 )
2024-05-21 16:09:08 -05:00
Saúl Ibarra Corretgé
f2b2cc445d
etherpad: update image version and settings
2024-05-17 15:25:18 +02:00
Saúl Ibarra Corretgé
731d6d13b8
base: update tpl to make toBool more resilient
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1804
2024-05-17 11:34:08 +02:00
Saúl Ibarra Corretgé
59c4eb2af8
jvb: add fallback WS server ID
...
When XMPP is not used there is no value set.
2024-05-16 09:04:01 +02:00
Saúl Ibarra Corretgé
9a548430d9
jvb: add ability to configure the TLS option for colibri WS
2024-05-16 09:04:01 +02:00
Saúl Ibarra Corretgé
79a4635ed2
jvb: add ability to disable XMPP
...
In case the REST API is the only API that is going to be used.
2024-05-16 09:04:01 +02:00
Saúl Ibarra Corretgé
77ce86a995
jvb: add ability to enable SCTP datachannels
2024-05-16 09:04:01 +02:00
Serge Tkatchouk
76ffaa7c53
jicofo, jvb: fix OCTO + SCTP behaviour
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1787
2024-05-07 11:16:45 +02:00
Saúl Ibarra Corretgé
0298a30ca6
misc: working on unstable
2024-04-29 18:43:49 +02:00
Saúl Ibarra Corretgé
069200b7d9
release: stable-9457-2
...
* fed87fb web: update acme.sh version to 3.0.7
* 11285cd prosody: Fixed the wrong position of the JWT_SIGN_TYPE setting in the file (#1796 )
* f9ff2a4 misc: working on unstable
2024-04-29 18:43:49 +02:00
Zhen Guang
fed87fbbc7
web: update acme.sh version to 3.0.7
2024-04-29 12:03:51 +02:00
DevelopingEntitiesWithFuntations
11285cd30f
prosody: Fixed the wrong position of the JWT_SIGN_TYPE setting in the file ( #1796 )
...
* Fixed the JWT_SIGN_TYPE being in Jigasi - added it to the correct spot
* Fixed the wrong position of the JWT_SIGN_TYPE setting in the file
2024-04-27 04:31:30 -05:00
Saúl Ibarra Corretgé
f9ff2a4887
misc: working on unstable
2024-04-25 12:05:40 +02:00
Saúl Ibarra Corretgé
87ebbdc193
release: stable-9457-1
...
* 09bbfaf misc: working on unstable
2024-04-25 12:05:40 +02:00
Saúl Ibarra Corretgé
09bbfaf01c
misc: working on unstable
2024-04-24 22:16:52 +02:00
Saúl Ibarra Corretgé
9b76dab940
release: stable-9457
...
* 6f98bbe prosody: add ability to customize TURN TTL value
* 8fe3139 jvb: fix autoscaler sidecar config (#1785 )
* 48d803c jigasi: fix autoscaler sidecar config for shutdown url (#1784 )
* c951116 jibri: fix autoscaler sidecar config (#1783 )
* cae1e40 feat(jigasi): Adds trusted domains option.
* e939230 prosody: add ability to customize JWT signature type
* b0f9eb2 prosody: integrate prosody-plugins-contrib
* 604ba22 prosody: Switches lua gc back to incremental. (#1777 )
* 68d4b1a jibri: fix xorg modeline for 1280x720 (#1778 )
* 8094a17 web: add ability to change CORS header value
* 03b6ca2 web: remove no longer needed mime type definition
* 70ba4cb base: update to Debian Bookworm
* dc5cbae misc: working on unstable
2024-04-24 22:16:52 +02:00
simon
6f98bbeeea
prosody: add ability to customize TURN TTL value
2024-04-24 10:14:35 +02:00
Aaron van Meerten
8fe3139ffe
jvb: fix autoscaler sidecar config ( #1785 )
2024-04-19 15:08:49 -05:00
Aaron van Meerten
48d803c7f9
jigasi: fix autoscaler sidecar config for shutdown url ( #1784 )
2024-04-19 15:08:43 -05:00
Aaron van Meerten
c951116d8e
jibri: fix autoscaler sidecar config ( #1783 )
2024-04-19 15:08:35 -05:00
damencho
cae1e406b5
feat(jigasi): Adds trusted domains option.
2024-04-17 11:02:44 -05:00
DevelopingEntitiesWithFuntations
e9392302b1
prosody: add ability to customize JWT signature type
...
Fixes : #1771
2024-04-08 11:49:27 +02:00
Sebastian Denz
b0f9eb2f56
prosody: integrate prosody-plugins-contrib
...
Extract contrib plugins to /prosody-plugins-contrib, add plugin path to prosody config, leave matrix plugins in contrib folder.
2024-04-04 09:11:39 +02:00
Дамян Минков
604ba22105
prosody: Switches lua gc back to incremental. ( #1777 )
2024-04-03 16:00:56 -05:00
Aaron van Meerten
68d4b1af58
jibri: fix xorg modeline for 1280x720 ( #1778 )
...
* jibri: fix xorg modeline for 1280x720
* whitespace
2024-04-03 11:02:39 -05:00
simon
8094a173f1
web: add ability to change CORS header value
2024-03-26 08:23:42 +01:00
Saúl Ibarra Corretgé
03b6ca24f2
web: remove no longer needed mime type definition
...
It's built-in now.
2024-03-22 23:37:31 +01:00
Saúl Ibarra Corretgé
70ba4cbe2f
base: update to Debian Bookworm
2024-03-22 23:37:31 +01:00
Saúl Ibarra Corretgé
dc5cbaef23
misc: working on unstable
2024-03-22 22:48:35 +01:00
Saúl Ibarra Corretgé
066b844165
release: stable-9364-1
...
* a5ebb99 jibri: flag to support prometheus-style metrics (#1768 )
* 80fc10e feat(prosody): Cleans up gc settings.
* 69bba17 feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua.
* 2798426 feat(prosody): Adjusts lua to use generational GC.
* 28d2b32 feat(prosody): Make sure muc tumbstones is disabled.
* d5df19d jigasi: autoscaler sidecar support (#1738 )
* 0953ca0 jigasi: skip SIP configuration when configured as a transcriber
* ca1d670 fix: 🐛 wrong quote in default config (#1761 )
* 360361e jibri: move xmpp config for easier override (#1748 )
* 452f5ba misc: working on unstable
2024-03-22 22:48:35 +01:00
Aaron van Meerten
a5ebb99e31
jibri: flag to support prometheus-style metrics ( #1768 )
...
* jibri: flag to support prometheus-style metrics
2024-03-21 14:03:18 -05:00
damencho
80fc10ebf7
feat(prosody): Cleans up gc settings.
...
Reverts 69bba17 and some parts of 2798426 .
2024-03-21 08:18:23 -05:00
damencho
69bba176df
feat(prosody): Adjusts lua to use generational GC for brewery.cfg.lua.
2024-03-21 07:14:25 -05:00
damencho
2798426f40
feat(prosody): Adjusts lua to use generational GC.
2024-03-21 07:00:40 -05:00
damencho
28d2b32cea
feat(prosody): Make sure muc tumbstones is disabled.
2024-03-20 17:19:34 -05:00
Aaron van Meerten
d5df19d30f
jigasi: autoscaler sidecar support ( #1738 )
...
* jigasi: autoscaler sidecar support
* jigasi: remove local address
2024-03-20 12:22:08 -05:00
Saúl Ibarra Corretgé
0953ca0853
jigasi: skip SIP configuration when configured as a transcriber
2024-03-19 19:46:18 +01:00
HannesOberreiter
ca1d6704f9
fix: 🐛 wrong quote in default config ( #1761 )
2024-03-19 10:24:05 -05:00
Aaron van Meerten
360361e5ea
jibri: move xmpp config for easier override ( #1748 )
...
* jibri: move xmpp config for easier override
* fix order of operations
2024-03-19 07:46:34 -05:00
Saúl Ibarra Corretgé
452f5ba26c
misc: working on unstable
2024-03-18 22:04:53 +01:00
Saúl Ibarra Corretgé
36ebd3df96
release: stable-9364
...
* ca61ea2 jibri: add ability to ignore certificate errors
* 615396e java: use Java 17
* 140db22 jibri: check for chrome bin before pre-warm (#1757 )
* 648612f feat(prosody): Always report visitors support when enabled.
* 28f3cf8 jvb: lipcap from apt to allow for pcap dumps (#1747 )
* 33350c3 prosody: fix env var default value
* d6dc1e3 base-java: install nodejs 20 from nodesource
* 8f84f2f jibri: use storage.googleapis.com location for chromedriver
* 1bbb4ab fix(prosody): Updates a rate whitelist config that changed in jitsi-meet. (#1741 )
* eccf68e misc: working on unstable
2024-03-18 22:04:53 +01:00
Saúl Ibarra Corretgé
ca61ea20b0
jibri: add ability to ignore certificate errors
...
This is useful for testing without a valid TLS certificate.
2024-03-18 16:46:38 +01:00
Saúl Ibarra Corretgé
615396e1f0
java: use Java 17
2024-03-18 15:45:21 +01:00
Aaron van Meerten
140db223e3
jibri: check for chrome bin before pre-warm ( #1757 )
2024-03-12 12:55:39 -05:00
damencho
648612f1bc
feat(prosody): Always report visitors support when enabled.
2024-03-04 13:32:27 -06:00
Aaron van Meerten
28f3cf8b64
jvb: lipcap from apt to allow for pcap dumps ( #1747 )
2024-02-21 11:59:56 -06:00
Sebastian Denz
33350c3a15
prosody: fix env var default value
2024-02-21 13:45:49 +01:00