Marco A. Da Silva A.
0dad31dc21
fix(jicofo) enable jigasi brewery with ENABLE_TRANSCRIPTIONS
2024-07-31 23:45:16 +02:00
emrah
fae66ad05c
fix(jibri): IGNORE_CERTIFICATE_ERRORS as boolean
2024-07-19 12:51:11 +02:00
24kushang
54baee28b5
feat(prosody): custom metrics of stanza counts for prosody service implemented ( #1862 )
...
Co-authored-by: Kushang Haria <kushangh@MacBook-Pro.local >
2024-07-18 16:03:05 +03:00
Saúl Ibarra Corretgé
a88dd8bbbc
feat(jvb) default to using dcSCTP
2024-07-09 17:22:17 +02:00
Sebastian Denz
d2c26aad54
fix(jigasi) add missing variables to jigasi.yml
2024-07-07 12:29:36 +02:00
Ilayda Dastan
41559d6adc
feat(log-analyser): added grafana dashboard provisioning ( #1855 )
2024-07-06 07:11:45 -04:00
Saúl Ibarra Corretgé
2e9e6caab8
misc: working on unstable
2024-07-03 21:28:30 +02:00
Saúl Ibarra Corretgé
5738452733
release: stable-9584-1
...
* 29a4523 feat(jvb) add JVB_CC_TRUST_BWE environment variable
* 0f7be54 feat(prometheus): Prometheus container and basic scraping configuration (#1838 )
* 9c87bba feat(jitsi-meet): added grafana loki and otel integration for log analysis (#1844 )
* fcb90ba fix(web): whiteboard config.js syntax error (#1851 )
* 811518b misc: working on unstable
2024-07-03 21:28:30 +02:00
Halil Teyfik
29a4523760
feat(jvb) add JVB_CC_TRUST_BWE environment variable
2024-07-03 20:10:32 +02:00
24kushang
0f7be5444b
feat(prometheus): Prometheus container and basic scraping configuration ( #1838 )
2024-07-03 12:20:28 -04:00
Ilayda Dastan
9c87bba711
feat(jitsi-meet): added grafana loki and otel integration for log analysis ( #1844 )
2024-07-03 12:00:18 -04:00
Aaron van Meerten
fcb90baf98
fix(web): whiteboard config.js syntax error ( #1851 )
2024-07-03 10:38:01 -04:00
Saúl Ibarra Corretgé
811518b8be
misc: working on unstable
2024-07-02 23:19:25 +02:00
Saúl Ibarra Corretgé
a2114a8ecf
release: stable-9584
...
* b4604f3 feat(whiteboard) add builtin whiteboard integration
* 49bd165 feat(jibri) update Chrome to 126
* 980703b fix(jibri): display modes in xorg config
* c65d2bd feat(jigasi,jicofo,jvb,jibri,prosody): add healthcheck.sh scripts and prosody http_health mod
* d2ac43d feat(jigasi): Add new environment variables for jigasi configuration (#1841 )
* fbc250e feat(prosody): openmetrics module support (#1832 )
* 2adac72 feat(prosody): Drop non existing config.
* e22b4f3 feat(jibri): Adds more fonts.
* 982e577 feat(jicofo,jvb,web) default to using SCTP based datachannels
* 55c975f fix(jicofo): use integer for port value to fix addition (#1826 )
* 7c8763f base: update tpl to version 1.3.0
* 1d3c0f1 jibri: fail to start if the SYS_ADMIN cap is missing (#1816 )
* cacee4e jvb: adds autoscaler sidecar hook to signal final shutdown (#1809 )
* 726b0f0 jibri: adds autoscaler sidecar hook to signal final shutdown (#1810 )
* f2b2cc4 etherpad: update image version and settings
* 731d6d1 base: update tpl to make toBool more resilient
* 59c4eb2 jvb: add fallback WS server ID
* 9a54843 jvb: add ability to configure the TLS option for colibri WS
* 79a4635 jvb: add ability to disable XMPP
* 77ce86a jvb: add ability to enable SCTP datachannels
* 76ffaa7 jicofo, jvb: fix OCTO + SCTP behaviour
* 0298a30 misc: working on unstable
2024-07-02 23:19:25 +02:00
loli10K
b4604f3078
feat(whiteboard) add builtin whiteboard integration
...
Closes: https://github.com/jitsi/docker-jitsi-meet/pull/1480
Co-authored-by: Tugrul Dogan <tugrul.ufuk@gmail.com >
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2024-07-02 22:50:33 +02:00
Saúl Ibarra Corretgé
49bd1657d5
feat(jibri) update Chrome to 126
2024-07-02 22:17:57 +02:00
emrah
980703bc57
fix(jibri): display modes in xorg config
2024-07-02 21:20:18 +02:00
Sebastian Denz
c65d2bd2fc
feat(jigasi,jicofo,jvb,jibri,prosody): add healthcheck.sh scripts and prosody http_health mod
2024-07-02 11:50:25 -04:00
Sebastian Denz
d2ac43d46e
feat(jigasi): Add new environment variables for jigasi configuration ( #1841 )
2024-07-01 14:22:59 +03:00
24kushang
fbc250ebfb
feat(prosody): openmetrics module support ( #1832 )
...
add option to enable http_openmetrics
2024-06-26 13:32:50 -04:00
Дамян Минков
2adac72142
feat(prosody): Drop non existing config.
...
smacks_max_hibernated_sessions config does not exist in prosody 0.12 and the internal smacks.
This existed in the external smack module used for prosody 0.11.
2024-06-21 16:33:45 +03:00
Дамян Минков
e22b4f343b
feat(jibri): Adds more fonts.
...
More info https://community.jitsi.org/t/about-the-jibri/132264/5
2024-06-21 11:04:03 +03:00
Saúl Ibarra Corretgé
982e5770f6
feat(jicofo,jvb,web) default to using SCTP based datachannels
...
WebSocket based ones are now disabled by default.
2024-06-20 15:43:01 +02:00
Aaron van Meerten
55c975fca0
fix(jicofo): use integer for port value to fix addition ( #1826 )
...
* fix(jicofo,prosody): use integer for port value to fix addition
2024-06-18 10:55:25 -04:00
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