Jakob Löw
345f8c2a23
fix(prosody,jicofo,jigasi,jibri) rename recorder domain to hidden domain
2024-11-12 12:52:11 +01:00
Aaron van Meerten
47d974d88c
feat(jibri,jicofo,jvb): custom hocon support via include for components that support it ( #1960 )
2024-10-29 12:12:34 -05:00
Ben Magistro
6443c6f7fb
feat(transcriber): fix exposing transcript path in web
...
This addes the transcipts path to the list of static items that should
be allowed by nginx.
Fixes #1427
Signed-off-by: Ben Magistro <koncept1@gmail.com >
2024-10-28 14:31:28 +01:00
Aaron van Meerten
74d913f58a
feat(transcriber): flag to enable translations ( #1953 )
...
* feat(transcriber): flag to enable translations
* default translation to off
2024-10-23 11:39:18 -05:00
Aaron van Meerten
8909050f75
feat(transcriber): remote config auth parameters ( #1951 )
2024-10-22 13:57:22 -05:00
Aaron van Meerten
bb17a29a20
feat(prosody): enable muc_max_participants in lobby component ( #1950 )
2024-10-22 12:52:42 -05:00
Aaron van Meerten
26b6f274fe
fix(prosody): remove admin_adhoc module from defaults ( #1948 )
...
* fix(prosody): remove admin_adhoc module from defaults
* also remove dialback module
* further pruning
2024-10-22 12:23:19 -05:00
Aaron van Meerten
4ae743859f
feat(prosody): move external_services module and config to global prosody.cfg.lua ( #1949 )
2024-10-22 12:17:14 -05:00
Saúl Ibarra Corretgé
74a536e2bd
misc: working on unstable
2024-10-22 15:29:03 +02:00
Saúl Ibarra Corretgé
ae70171a1d
release: stable-9779
...
* a5b719c ✨ allow configuration of a custom translation service (such as libretranslate) (#1946 )
* d6251b7 feat(jaas): updated jaas URLs (#1944 )
* 2a87a50 fix(jigasi): ensure tpl doesn't fail even if no JIGASI_SIP_PASSWORD is set (#1943 )
* 5164db7 feat(jigasi): config for jigasi in visitor mode (#1942 )
* a88c6e4 feat(prosody): allow s2s whitelist additions (#1940 )
* b89c328 fix(prosody): install the new version of jitsi-contrib/prosody-plugins
* 0b75cd1 fix(transcriber): fix bosh and xmpp connections from jigasi to prosody (#1934 )
* 4369907 feat(jibri,jicofo,jigasi,jvb,prosody,web): trim empty list entries when splitting with splitList to allow trailing comma (#1932 )
* c58a9e5 feat(prosody): allow components access even after max participants is reached (#1930 )
* 5e1fcd8 fix(prosody): default value for PROSODY_MODE (#1929 )
* 7b7f101 feat(prosody): new flags to disable incoming client and server conection limits (#1928 )
* 02aa4f1 fix: Only set app_secret when defined. (#1925 )
* df0bb25 fix(prosody): install the new version of jitsi-contrib/prosody-plugins (#1926 )
* ff0cdc7 fix(prosody): tpl errors on container startup due to missing variables (#1924 )
* 905943d feat(prosody) update prosody contrib plugins from 20240117 to 20240817
* 1f2b14d feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support (#1905 )
* c9b6679 feat(web): mount load-test volume to expose load-test client from host (#1910 )
* b726312 feat(jicofo) add config parameter for ENABLE_MODERATOR_CHECKS
* 2d39624 misc: working on unstable
2024-10-22 15:29:03 +02:00
Jakob Löw
a5b719c453
✨ allow configuration of a custom translation service (such as libretranslate) ( #1946 )
2024-10-21 06:04:59 -05:00
Aaron van Meerten
d6251b7f7b
feat(jaas): updated jaas URLs ( #1944 )
2024-10-18 16:34:13 -05:00
Aaron van Meerten
2a87a5063c
fix(jigasi): ensure tpl doesn't fail even if no JIGASI_SIP_PASSWORD is set ( #1943 )
2024-10-18 11:35:00 -05:00
Aaron van Meerten
5164db7ab1
feat(jigasi): config for jigasi in visitor mode ( #1942 )
2024-10-18 11:28:23 -05:00
Aaron van Meerten
a88c6e4195
feat(prosody): allow s2s whitelist additions ( #1940 )
...
* feat(prosody): allow s2s whitelist additions
* change to vhost name to reflect additional uses
* whitespace improvement
2024-10-18 11:07:46 -05:00
emrah
b89c328eb0
fix(prosody): install the new version of jitsi-contrib/prosody-plugins
2024-10-17 17:20:18 +02:00
Aaron van Meerten
0b75cd1689
fix(transcriber): fix bosh and xmpp connections from jigasi to prosody ( #1934 )
...
* fix(transcriber): fix bosh and xmpp connections from jigasi to prosody
* fix first selection syntax
2024-10-11 11:24:17 -05:00
Aaron van Meerten
4369907615
feat(jibri,jicofo,jigasi,jvb,prosody,web): trim empty list entries when splitting with splitList to allow trailing comma ( #1932 )
2024-10-11 10:50:41 -05:00
Aaron van Meerten
c58a9e52e9
feat(prosody): allow components access even after max participants is reached ( #1930 )
2024-10-10 11:37:16 -05:00
Aaron van Meerten
5e1fcd8043
fix(prosody): default value for PROSODY_MODE ( #1929 )
2024-10-09 13:18:19 -05:00
Aaron van Meerten
7b7f101218
feat(prosody): new flags to disable incoming client and server conection limits ( #1928 )
2024-10-09 11:39:01 -05:00
bgrozev
02aa4f1d53
fix: Only set app_secret when defined. ( #1925 )
...
* ref: Order variables alphabetically.
* fix: Only set app_secret when defined.
Note: this has no security implications in asap mode because
app_secret is not used. It's just cleaner to not define it.
2024-10-08 12:03:33 -05:00
emrah
df0bb250e3
fix(prosody): install the new version of jitsi-contrib/prosody-plugins ( #1926 )
2024-10-08 12:00:50 -05:00
Aaron van Meerten
ff0cdc7ab0
fix(prosody): tpl errors on container startup due to missing variables ( #1924 )
2024-10-03 06:48:52 -05:00
Sebastian Denz
905943d162
feat(prosody) update prosody contrib plugins from 20240117 to 20240817
2024-10-01 11:43:21 +02:00
Aaron van Meerten
1f2b14df1d
feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support ( #1905 )
2024-09-27 09:14:22 -05:00
Aaron van Meerten
c9b66792ef
feat(web): mount load-test volume to expose load-test client from host ( #1910 )
...
* feat(web): mount load-test volume to expose load-test client from host
* use web subdir
2024-09-27 09:12:46 -05:00
Dimosthenis Nikoudis
b726312ee7
feat(jicofo) add config parameter for ENABLE_MODERATOR_CHECKS
2024-09-26 21:43:55 +02:00
Saúl Ibarra Corretgé
2d39624b5f
misc: working on unstable
2024-09-26 15:56:11 +02:00
Saúl Ibarra Corretgé
c7764717ec
release: stable-9753
...
* 9e17f95 feat(jigasi): allow unique account UID for each entry even if the same auth is used (#1917 )
* ad2a577 fix(jigasi): transcriber VOSK URL variable into compose file (#1916 )
* 6c08391 feat(jigasi): transcriber configuration supports vosk URL (#1915 )
* 1db83ed feat(ldap): Start and configure only if enabled.
* ceb4a51 feat(prosody): Skip some modules for prosody-jvb.
* e7786d5 feat(jigasi): transcriber configuration for OCI and whisper and to skip saving (#1909 )
* c5afcde feat(jigasi): support graceful shutdown via sidecar (#1908 )
* 5d40297 feat(jigasi): allow optional label for xmpp servers (#1907 )
* e7cb0f4 feat(jvb): autoscaler sidecar shutdown hook on finish (#1906 )
* b0675c0 prosody: recording metadata module (#1734 )
* 36b2e16 feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable
* 24bf3e4 fix(web) add HTTPS port to URL in env.example
* 2280f6b feat(web) add ability to run the web container targetting JaaS
* ff49cd9 Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" (#1899 )
* 66c6ad8 feat(jigasi): install openjdk nonheadless, currently required for dependencies (#1895 )
* 3f67408 feat(jigasi,transcriber): transcriber component and jigasi configuration updates (#1881 )
* 3e93212 fix(jicofo): pass compose variable for jicofo transcription support (#1893 )
* 084266c feat(transcriber): transcriber password in env.example and gen-passwords.sh (#1894 )
* e1b14f2 feat(prosody): enable brewery muc modules in internal muc component (#1892 )
* 1889c5d fix(web): enable hidden domain when transcriptions or recordings are enabled (#1891 )
* 46377d4 feat(prosody): transcriber account support and flag configuration fix (#1890 )
* 9f2489d feat(log-analyser): updated grafana dashboards (#1885 )
* 1e589f3 feat(log-analyser): transfered docker logs from docker containers and updated readme (#1884 )
* 1f056b4 web: remove unnecessary option
* f893e49 base: update tpl
* 7617503 fix(log-analyser): added Jitsi network to loki service
* 27150a2 feat(prometheus): Docker Daemon scraping for monitoring (#1865 )
* d6b64a2 misc: working on unstable
2024-09-26 15:56:10 +02:00
Aaron van Meerten
9e17f95ece
feat(jigasi): allow unique account UID for each entry even if the same auth is used ( #1917 )
2024-09-26 07:21:34 -05:00
Aaron van Meerten
ad2a5776a0
fix(jigasi): transcriber VOSK URL variable into compose file ( #1916 )
2024-09-25 08:11:30 -05:00
Aaron van Meerten
6c08391837
feat(jigasi): transcriber configuration supports vosk URL ( #1915 )
2024-09-25 07:51:07 -05:00
damencho
1db83edb25
feat(ldap): Start and configure only if enabled.
2024-09-24 11:45:02 -05:00
damencho
ceb4a51a1e
feat(prosody): Skip some modules for prosody-jvb.
2024-09-23 20:17:25 -05:00
Aaron van Meerten
e7786d5c67
feat(jigasi): transcriber configuration for OCI and whisper and to skip saving ( #1909 )
2024-09-18 15:09:35 -05:00
Aaron van Meerten
c5afcde7c2
feat(jigasi): support graceful shutdown via sidecar ( #1908 )
2024-09-18 13:06:24 -05:00
Aaron van Meerten
5d40297c61
feat(jigasi): allow optional label for xmpp servers ( #1907 )
2024-09-18 11:37:47 -05:00
Aaron van Meerten
e7cb0f4bca
feat(jvb): autoscaler sidecar shutdown hook on finish ( #1906 )
2024-09-17 09:07:54 -05:00
Aaron van Meerten
b0675c0e24
prosody: recording metadata module ( #1734 )
...
* prosody: jibri_session module for recording metadata
* prosody: flag for recording metadata module
2024-09-16 09:55:13 -05:00
lala
36b2e1662d
feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable
2024-09-16 13:21:03 +02:00
Alex Pyattaev
24bf3e4b94
fix(web) add HTTPS port to URL in env.example
...
This prevents the issue where default env.example results in a non-functional system unless user manually adds HTTPS port into the URL.
2024-09-13 15:34:05 +02:00
Saúl Ibarra Corretgé
2280f6bee1
feat(web) add ability to run the web container targetting JaaS
...
If JAAS_APP_ID is set, the config will be updated to point to the
production JaaS deployment for the given App ID.
If JAAS_USE_STAGING is set to a truthy value the configuration will
point to stage.8x8.vc rather than the production 8x8.vc.
2024-09-05 12:54:30 +02:00
Aaron van Meerten
ff49cd98be
Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" ( #1899 )
...
This reverts commit 66c6ad8e1c .
2024-09-04 16:09:35 -04:00
Aaron van Meerten
66c6ad8e1c
feat(jigasi): install openjdk nonheadless, currently required for dependencies ( #1895 )
...
* feat(jigasi): install openjdk nonheadless, currently required for dependencies
2024-09-04 15:41:52 -04:00
Aaron van Meerten
3f6740809c
feat(jigasi,transcriber): transcriber component and jigasi configuration updates ( #1881 )
...
* feat(jigasi): new JIGASI_MODE variable for sip vs transcriber behavior
* wip: split jigasi config into segments
* prune jigasi compose variables
* prune further variables
* append instead of overwrite
* fix variables
* sync xmpp config with meet configs
* further config syncup
* remove property from xmpp section
* move translator as per comments
* fix sipserver trailing end
* fix acc domain for jigasi bosh join
* fix public domain
* jigasi openjdk requirement
* make gcloud optional for transcription configuration
* revert dockerfile to discuss separately
* revert translator config removal
* remove translator config from transcriber compose
2024-09-03 08:49:38 -04:00
Aaron van Meerten
3e93212f0a
fix(jicofo): pass compose variable for jicofo transcription support ( #1893 )
2024-08-30 15:06:05 -04:00
Aaron van Meerten
084266cec5
feat(transcriber): transcriber password in env.example and gen-passwords.sh ( #1894 )
2024-08-30 15:05:14 -04:00
Aaron van Meerten
e1b14f267c
feat(prosody): enable brewery muc modules in internal muc component ( #1892 )
2024-08-30 14:48:32 -04:00
Aaron van Meerten
1889c5d561
fix(web): enable hidden domain when transcriptions or recordings are enabled ( #1891 )
2024-08-30 14:38:08 -04:00