emrah
6a5e2c426e
feat(web): include custom nginx conf files
1 day ago
Hannes
534106591a
Update docker-compose.yml ( #1968 )
...
Add missing optional env `TURN_TTL`.
2 days ago
Aaron van Meerten
5e8b702d7c
fix(prosody-visitors): proper variable for transcriber jid in rate limit ( #1967 )
1 week ago
Aaron van Meerten
d3db3a5a89
fix(jibri,jicofo,jigasi,prosody,web): respect previous XMPP_RECORDER_DOMAIN value if set ( #1966 )
1 week ago
Aaron van Meerten
2d9c3cc824
feat(web): allow comment at the top of config.js to be overridden ( #1964 )
1 week ago
Jaya Allamsetty
9fe5b8b651
fix(web) Remove no longer used config setting.
...
Av1 has already been enabled by default.
1 week ago
Saúl Ibarra Corretgé
a53775c88d
misc: working on unstable
1 week ago
Saúl Ibarra Corretgé
617fb59a47
release: stable-9823
...
* 51a1214
feat(jibri) bump Chrome to version 130
* 345f8c2
fix(prosody,jicofo,jigasi,jibri) rename recorder domain to hidden domain
* 47d974d
feat(jibri,jicofo,jvb): custom hocon support via include for components that support it (#1960 )
* 6443c6f
feat(transcriber): fix exposing transcript path in web
* 74d913f
feat(transcriber): flag to enable translations (#1953 )
* 8909050
feat(transcriber): remote config auth parameters (#1951 )
* bb17a29
feat(prosody): enable muc_max_participants in lobby component (#1950 )
* 26b6f27
fix(prosody): remove admin_adhoc module from defaults (#1948 )
* 4ae7438
feat(prosody): move external_services module and config to global prosody.cfg.lua (#1949 )
* 74a536e
misc: working on unstable
1 week ago
Saúl Ibarra Corretgé
51a1214236
feat(jibri) bump Chrome to version 130
1 week ago
Jakob Löw
345f8c2a23
fix(prosody,jicofo,jigasi,jibri) rename recorder domain to hidden domain
1 week ago
Aaron van Meerten
47d974d88c
feat(jibri,jicofo,jvb): custom hocon support via include for components that support it ( #1960 )
3 weeks ago
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>
4 weeks ago
Aaron van Meerten
74d913f58a
feat(transcriber): flag to enable translations ( #1953 )
...
* feat(transcriber): flag to enable translations
* default translation to off
4 weeks ago
Aaron van Meerten
8909050f75
feat(transcriber): remote config auth parameters ( #1951 )
1 month ago
Aaron van Meerten
bb17a29a20
feat(prosody): enable muc_max_participants in lobby component ( #1950 )
1 month ago
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
1 month ago
Aaron van Meerten
4ae743859f
feat(prosody): move external_services module and config to global prosody.cfg.lua ( #1949 )
1 month ago
Saúl Ibarra Corretgé
74a536e2bd
misc: working on unstable
1 month ago
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
1 month ago
Jakob Löw
a5b719c453
✨ allow configuration of a custom translation service (such as libretranslate) ( #1946 )
1 month ago
Aaron van Meerten
d6251b7f7b
feat(jaas): updated jaas URLs ( #1944 )
1 month ago
Aaron van Meerten
2a87a5063c
fix(jigasi): ensure tpl doesn't fail even if no JIGASI_SIP_PASSWORD is set ( #1943 )
1 month ago
Aaron van Meerten
5164db7ab1
feat(jigasi): config for jigasi in visitor mode ( #1942 )
1 month ago
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
1 month ago
emrah
b89c328eb0
fix(prosody): install the new version of jitsi-contrib/prosody-plugins
1 month ago
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
1 month ago
Aaron van Meerten
4369907615
feat(jibri,jicofo,jigasi,jvb,prosody,web): trim empty list entries when splitting with splitList to allow trailing comma ( #1932 )
1 month ago
Aaron van Meerten
c58a9e52e9
feat(prosody): allow components access even after max participants is reached ( #1930 )
1 month ago
Aaron van Meerten
5e1fcd8043
fix(prosody): default value for PROSODY_MODE ( #1929 )
1 month ago
Aaron van Meerten
7b7f101218
feat(prosody): new flags to disable incoming client and server conection limits ( #1928 )
1 month ago
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.
1 month ago
emrah
df0bb250e3
fix(prosody): install the new version of jitsi-contrib/prosody-plugins ( #1926 )
1 month ago
Aaron van Meerten
ff0cdc7ab0
fix(prosody): tpl errors on container startup due to missing variables ( #1924 )
2 months ago
Sebastian Denz
905943d162
feat(prosody) update prosody contrib plugins from 20240117 to 20240817
2 months ago
Aaron van Meerten
1f2b14df1d
feat(prosody): enable recorder domain for s2s to visitor nodes to allow transcription support ( #1905 )
2 months ago
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
2 months ago
Dimosthenis Nikoudis
b726312ee7
feat(jicofo) add config parameter for ENABLE_MODERATOR_CHECKS
2 months ago
Saúl Ibarra Corretgé
2d39624b5f
misc: working on unstable
2 months ago
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
2 months ago
Aaron van Meerten
9e17f95ece
feat(jigasi): allow unique account UID for each entry even if the same auth is used ( #1917 )
2 months ago
Aaron van Meerten
ad2a5776a0
fix(jigasi): transcriber VOSK URL variable into compose file ( #1916 )
2 months ago
Aaron van Meerten
6c08391837
feat(jigasi): transcriber configuration supports vosk URL ( #1915 )
2 months ago
damencho
1db83edb25
feat(ldap): Start and configure only if enabled.
2 months ago
damencho
ceb4a51a1e
feat(prosody): Skip some modules for prosody-jvb.
2 months ago
Aaron van Meerten
e7786d5c67
feat(jigasi): transcriber configuration for OCI and whisper and to skip saving ( #1909 )
2 months ago
Aaron van Meerten
c5afcde7c2
feat(jigasi): support graceful shutdown via sidecar ( #1908 )
2 months ago
Aaron van Meerten
5d40297c61
feat(jigasi): allow optional label for xmpp servers ( #1907 )
2 months ago
Aaron van Meerten
e7cb0f4bca
feat(jvb): autoscaler sidecar shutdown hook on finish ( #1906 )
2 months ago
Aaron van Meerten
b0675c0e24
prosody: recording metadata module ( #1734 )
...
* prosody: jibri_session module for recording metadata
* prosody: flag for recording metadata module
2 months ago
lala
36b2e1662d
feat(web) - Added NGINX_KEEPALIVE_TIMEOUT environment variable
2 months ago