Saúl Ibarra Corretgé
6b11a89ab6
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
ec130f5928
release: stable-8138
...
* 1e49d65
web: simplify build
* dd399fe
web,jvb: remove ENABLE_MULTISTREAM
* 723d661
jibri: add single-use-mode config option
* ca14c52
web: add more transcription config env vars
* ccc5746
prosody: add ability to configure TURN server transports
* 17d047a
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
1e49d65e8c
web: simplify build
...
We no longer need the config package because we are building it from
scratch.
2 years ago
Saúl Ibarra Corretgé
dd399fee54
web,jvb: remove ENABLE_MULTISTREAM
...
It's not enabled by default and there is no way to disable it any
longer.
We keep setting the flags in config.js though, this is so old mobile
versions without the new default behavior can enable it.
2 years ago
Tobaroo
723d66156d
jibri: add single-use-mode config option
2 years ago
Charles Zablit
ca14c52284
web: add more transcription config env vars
2 years ago
Adam Skoglund
ccc5746f91
prosody: add ability to configure TURN server transports
2 years ago
Saúl Ibarra Corretgé
17d047a53a
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
5c406d2c9b
release: stable-8044-1
...
* fd70f04
env: add note about JaaS account creation
* 046bb79
jaas: register JaaS account automatically
* c44c59e
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
fd70f04524
env: add note about JaaS account creation
2 years ago
Oana Emilia Ianc
046bb79271
jaas: register JaaS account automatically
2 years ago
Saúl Ibarra Corretgé
c44c59e6cb
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
1b6510600d
release: stable-8044
...
* b212dca
web: fix parsing IPv6 reolver addresses
* 53b2654
web: auto-detect nginx resolver
* 9fbb5bd
jicofo: fix XMPP config (all moved to jicofo.conf)
* a2333b3
jicofo: remove JICOFO_SHORT_ID (removed upstream)
* d764db9
doc: update README
* c694a9e
web: set charset as utf-8
* 8660089
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
b212dca060
web: fix parsing IPv6 reolver addresses
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1437
2 years ago
Saúl Ibarra Corretgé
53b2654556
web: auto-detect nginx resolver
...
Take it from /etc/resolv.conf in case it wasn't provided via the env
variable.
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1430
2 years ago
bgrozev
9fbb5bd815
jicofo: fix XMPP config (all moved to jicofo.conf)
2 years ago
bgrozev
a2333b3e76
jicofo: remove JICOFO_SHORT_ID (removed upstream)
2 years ago
Saúl Ibarra Corretgé
d764db93ce
doc: update README
2 years ago
Ben Banfield-Zanin
c694a9e657
web: set charset as utf-8
2 years ago
Saúl Ibarra Corretgé
8660089eac
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
93272b93c7
release: stable-7882
...
* 4fcba2c
jibri: update Chrome to M106
* 957a225
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
4fcba2c6aa
jibri: update Chrome to M106
2 years ago
Saúl Ibarra Corretgé
957a225d3c
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
aec6021f20
release: stable-7830
...
* dd95b3d
prosody: fix arm64 build
* acb2f4e
misc: update stale.yml
* 02e32e5
jibri: update Chrome to M105
* c53de72
jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
* 723acc2
web: add ability to configure the room password digit size
* a1e82ea
jvb: migrate config to secure octo
* 91043c5
prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0
* dc5b6a1
fix: multi tenant setup (#1401 )
* 47804d0
prosody: add JWT_ENABLE_DOMAIN_VERIFICATION to compose file
* 832b178
prosody: make GC options configurable
* bf6a68b
web: fix setting prefix for subdomains
* 5fabec9
prosody: add end conference
* 7f7a9b4
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
dd95b3d29c
prosody: fix arm64 build
...
We don't have a proper lua-cjson package available yet.
2 years ago
Saúl Ibarra Corretgé
acb2f4eb03
misc: update stale.yml
2 years ago
Saúl Ibarra Corretgé
02e32e5294
jibri: update Chrome to M105
2 years ago
Saúl Ibarra Corretgé
c53de728ce
jvb: add JVB_ADVERTISE_IPS, deprecating DOCKER_HOST_ADDRESS
...
The new variable has a better purposed name, and supports a comma
separated list of IPs instead of a single one, which should help those
running split-horizon setups.
2 years ago
Saúl Ibarra Corretgé
723acc20ef
web: add ability to configure the room password digit size
2 years ago
David Négrier
a1e82ea582
jvb: migrate config to secure octo
...
* Migrating configuration to use secure octo configuration by default
Adding a new JVB_OCTO_RELAY_ID to configure videobridge.relay.relay-id (with a fallback to the old JVB_OCTO_BIND_ADDRESS to be used as relay-id)
* Adding a configuration check to verify that Octo cannot be enabled without the ENABLE_COLIBRI_WEBSOCKET environment variable set to "1"
2 years ago
Ben Banfield-Zanin
91043c581d
prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0
2 years ago
Debendra Oli
dc5b6a1ef5
fix: multi tenant setup ( #1401 )
...
* fix: multi tenant setup
refs:
fa5ee32720
https://community.jitsi.org/t/subdomain-not-working-on-docker-conatiner/116967/17
* refactor: lint
* squash: Fixes extra space.
Co-authored-by: Дамян Минков <damencho@jitsi.org>
2 years ago
Marcel Bieberbach
47804d0b9e
prosody: add JWT_ENABLE_DOMAIN_VERIFICATION to compose file
...
Co-authored-by: Marcel Bieberbach <marcel@bieberbach.org>
2 years ago
Mustafa Ayberk Kale
832b178d64
prosody: make GC options configurable
...
Co-authored-by: Mustafa Ayberk Kale <mustafa.kale@turkcell.com.tr>
2 years ago
Debendra Oli
bf6a68b174
web: fix setting prefix for subdomains
2 years ago
wfleischer
5fabec93aa
prosody: add end conference
...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
2 years ago
Saúl Ibarra Corretgé
7f7a9b4ee9
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
d8894cbf50
release: stable-7648-4
...
* 6449c60
prosody: fix installation of lua inspect module
* 6664c89
prosody: add missing lua-inspect dependency
* 755bd3f
prosody: add jigasi and jibri users as admins
* 8c5fba1
jigasi: add ability to disable SIP
* 4fa0a2f
jvb: allow configuration of videobridge.ice.advertise-private-candidates
* 74e5942
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
6449c60875
prosody: fix installation of lua inspect module
...
Sigh Debian!
2 years ago
Дамян Минков
6664c89db6
prosody: add missing lua-inspect dependency
2 years ago
Thomas Butter
755bd3fc89
prosody: add jigasi and jibri users as admins
...
Allows them to bypass auth when tokens are enabled and no empty token is allowed.
2 years ago
Debendra Oli
8c5fba13df
jigasi: add ability to disable SIP
2 years ago
Ben Banfield-Zanin
4fa0a2f7a5
jvb: allow configuration of videobridge.ice.advertise-private-candidates
2 years ago
Saúl Ibarra Corretgé
74e594242f
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
acc7c55c9f
release: stable-7648-3
...
* 7890183
jibri: fix ENABLE_RECORDING issue
* a2b86a0
fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377 .
* 9f3c81f
misc: working on unstable
2 years ago
David Négrier
7890183b9f
jibri: fix ENABLE_RECORDING issue
...
* Fixing ENABLE_RECORDING issue
In https://github.com/jitsi/docker-jitsi-meet/pull/1372 , I made a change to allow the web component to set ENABLE_RECORDING and still enable recording (in order to have "service recording" disabled but Dropbox recording enabled.
I failed to notice that the ENABLE_RECORDING environment variable is also used in Prosody (and in a number of places) as a global switch.
With the new variable semantic (as proposed in #1372 ), in order to know if Jibri must be enabled or not, we need 3 variables (ENABLE_RECORDING, DROPBOX_APPKEY and ENABLE_LIVESTREAMING).
This means we should also propagate those variables to Prosody.
To be honest, having the "DROPBOX_APPKEY" forwarded to Prosody just to know if we should enable or disable recording is a bit weird.
So I feel it is a better idea to revert back the meaning of "ENABLE_RECORDING" to be a global switch.
I'm therefore reverting back to old behaviour and adding a new environment variable (ENABLE_SERVICE_RECORDING) that allows turning on or off the "service recording".
* Setting ENABLE_SERVICE_RECORDING default value to ENABLE_SERVICE_RECORDING
2 years ago
damencho
a2b86a0f9a
fix: Fixes undefined variable $ENABLE_JAAS_COMPONENTS. Fixes #1377 .
2 years ago
Saúl Ibarra Corretgé
9f3c81fab9
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
fa90b0c886
release: stable-7648-2
...
* 24b6adb
feat: Adds room info http endpoint for jaas components.
* 475be2a
misc: working on unstable
2 years ago
damencho
24b6adbc68
feat: Adds room info http endpoint for jaas components.
2 years ago