Aaron van Meerten
d3db3a5a89
fix(jibri,jicofo,jigasi,prosody,web): respect previous XMPP_RECORDER_DOMAIN value if set ( #1966 )
1 week ago
Jakob Löw
345f8c2a23
fix(prosody,jicofo,jigasi,jibri) rename recorder domain to hidden domain
1 week 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
Jakob Löw
a5b719c453
✨ allow configuration of a custom translation service (such as libretranslate) ( #1946 )
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
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
9e17f95ece
feat(jigasi): allow unique account UID for each entry even if the same auth is used ( #1917 )
2 months ago
Aaron van Meerten
6c08391837
feat(jigasi): transcriber configuration supports vosk URL ( #1915 )
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
ff49cd98be
Revert "feat(jigasi): install openjdk nonheadless, currently required for dep…" ( #1899 )
...
This reverts commit 66c6ad8e1c
.
3 months ago
Aaron van Meerten
66c6ad8e1c
feat(jigasi): install openjdk nonheadless, currently required for dependencies ( #1895 )
...
* feat(jigasi): install openjdk nonheadless, currently required for dependencies
3 months ago
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
3 months ago
Sebastian Denz
c65d2bd2fc
feat(jigasi,jicofo,jvb,jibri,prosody): add healthcheck.sh scripts and prosody http_health mod
5 months ago
Sebastian Denz
d2ac43d46e
feat(jigasi): Add new environment variables for jigasi configuration ( #1841 )
5 months ago
Aaron van Meerten
48d803c7f9
jigasi: fix autoscaler sidecar config for shutdown url ( #1784 )
7 months ago
damencho
cae1e406b5
feat(jigasi): Adds trusted domains option.
7 months ago
Aaron van Meerten
d5df19d30f
jigasi: autoscaler sidecar support ( #1738 )
...
* jigasi: autoscaler sidecar support
* jigasi: remove local address
8 months ago
Saúl Ibarra Corretgé
0953ca0853
jigasi: skip SIP configuration when configured as a transcriber
8 months ago
Saúl Ibarra Corretgé
b0092bcf65
jicofo,jigasi,jvb: fix accidentally enabling Sentry
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1724
10 months ago
Matthias Kesler
71b3892d64
jicofo,jvb,jigasi: fix SENTRY_DSN cannot be defined
12 months ago
Saúl Ibarra Corretgé
dbffba1d6c
Revert "jicofo, jigasi, jvb: fix SENTRY_DSN not being read"
...
This reverts commit fa2b4db2d1
.
12 months ago
Saúl Ibarra Corretgé
073f85d76c
Revert "logging: fix reference to old variable"
...
This reverts commit 8415c84c10
.
12 months ago
Daniel McAssey
8415c84c10
logging: fix reference to old variable
12 months ago
Daniel McAssey
fa2b4db2d1
jicofo, jigasi, jvb: fix SENTRY_DSN not being read
12 months ago
Daniel McAssey
b5b8ea28cd
jigasi: add toggle to enable REST shutdown
1 year ago
Debendra Oli
8c5fba13df
jigasi: add ability to disable SIP
2 years ago
Saúl Ibarra Corretgé
2a7db7c283
jigasi: fix Sentry test
...
It's set to 0 by default, cast it to boolean to be sure, just like we do for the other containers.
2 years ago
wfleischer
2d106d830b
jigasi: adjust log formatter
2 years ago
Saúl Ibarra Corretgé
6c9e305080
jigasi: temporarily disable G722
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1357
2 years ago
Charlie Calendre
11de38fca8
fix: properly use default SIP config
...
The default values for JIGASI_SIP_PORT and JIGASI_SIP_TRANSPORT were never used
2 years ago
Charlie Calendre
82a53821c0
fix: add missing $ to JIGASI_XMPP_USER
2 years ago
Saúl Ibarra Corretgé
7e743086fb
jigasi: switch to Java 11
2 years ago
Saúl Ibarra Corretgé
cb5a753282
config: simplify configuration
...
Use default values everywhere so they don't need to be specified in the
.env file.
This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
3 years ago
Aaron van Meerten
88bb1bccd0
feature: support multiple XMPP servers via list ( #1276 )
3 years ago
Aaron van Meerten
95af77896d
jicofo: add optional XMPP_PORT value ( #1275 )
...
* jicofo: add optional XMPP_PORT value
* include compose and env example for XMPP_PORT
* extends use of the XMPP_PORT property
* fix compose to use default
* re-commenting XMPP_PORT value
* include XMPP_PORT in compose for all services
* always use $XMPP_PORT, value defaulted in template
* missing JVB setting
3 years ago
Robert Kaussow
c37706c8bb
misc: fix label order in dockerfiles
3 years ago
Robert Kaussow
0de062ba64
misc: add missing quotes to labels in dockerfiles
3 years ago
Robert Kaussow
76424fda5d
chore: add opencontainers labels to Dockerfiles
3 years ago
wfleischer
81dc3849b1
jigasi: allow jigasi guest participants
...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
3 years ago
Saúl Ibarra Corretgé
320829601c
base: update base images to Debian Bullseye
3 years ago
Saúl Ibarra Corretgé
b858b37ad1
base-java: update to Java 11
...
Jigasi will remain wiith Java 8 for the moment.
3 years ago
Paul Tiedtke
537fcd532b
misc: add support for sentry logging
3 years ago
Berbe
be1da0e2be
misc: cleanup Dockerfiles
...
* Cleanup: Use spaces instead of tabulation
* Cleanup: Reduce layers
* Cleanup: Homogeneise wget syntax
* Cleanup: Use binary GPG key format
3 years ago
Saúl Ibarra Corretgé
2900680798
Revert "misc: add support for sentry logging"
...
This reverts commit 8d2a29f286
.
4 years ago
Paul Tiedtke
8d2a29f286
misc: add support for sentry logging
4 years ago