Saúl Ibarra Corretgé
281db3663c
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
77da42537e
release: stable-5870
...
* d9b84cf
jibri: set base URL for joining meetings
* a77a43e
jibri: update default Chrome version to 90
* a90e4ce
doc: drop confusing port number from PUBLIC_URL
* 8620caa
doc: clarify env variable
* 6f52f71
web: add FLoC environment variable
* 014aa59
web: add default language variable
* ce25bf6
doc: update CHANGELOG
* 6bf1336
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
d9b84cfc2a
jibri: set base URL for joining meetings
...
This will make Jibri join PUBLIC_URL/meetingName instead of https://meet.jitsi/meetingName .
4 years ago
Saúl Ibarra Corretgé
a77a43e322
jibri: update default Chrome version to 90
4 years ago
Saúl Ibarra Corretgé
a90e4ce501
doc: drop confusing port number from PUBLIC_URL
4 years ago
Rolf Sommerhalder
8620caad65
doc: clarify env variable
4 years ago
El RIDO
6f52f71b0d
web: add FLoC environment variable
...
ENABLE_FLOC, defaulting to false.
4 years ago
Jean Prunneaux
014aa59d37
web: add default language variable
4 years ago
Saúl Ibarra Corretgé
ce25bf67d2
doc: update CHANGELOG
4 years ago
Saúl Ibarra Corretgé
6bf13364a4
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
fc67b01ebd
release: stable-5765-1
...
* 2900680
Revert "misc: add support for sentry logging"
* 7a47202
jicofo: make sure client-proxy is properly configured
* 5c32833
web: add start environment variables START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
* 8d2a29f
misc: add support for sentry logging
* 3d93f2b
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
2900680798
Revert "misc: add support for sentry logging"
...
This reverts commit 8d2a29f286
.
4 years ago
tob123
7a4720205e
jicofo: make sure client-proxy is properly configured
4 years ago
Lukas1818
5c32833b04
web: add start environment variables
...
START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
4 years ago
Paul Tiedtke
8d2a29f286
misc: add support for sentry logging
4 years ago
Saúl Ibarra Corretgé
3d93f2b37a
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
140c5f226e
release: stable-5765
...
* 9bc262a
prosody: fix building unstable images
* 0cbe0d9
web: add a env variable to enable/disable deep linking
* b22421b
misc: publish nightly unstable images
* 78699fe
web: allow to configure shard name using env variable
* a6853ef
jvb: add octo configuration options
* d6fac8e
jicofo: disable octo by default
* 1fa5048
doc: add link to Kubernetes setup
* e1cebcc
web,jvb: add ability to disable web sockets for colibri
* 6c4dce1
jicofo: fix ENABLE_SCTP type
* 953a4d2
jicofo: use a client proxy connection
* d27336b
web: always try to renew cert on container boot
* 73acbad
web: remove deprecated config option
* cb4d941
web: removed duplicate host headers
* ec570ba
k8s: fix PodSecurityPolicy
* c4fc3d3
web: make a custom interface config possible
* b45b505
web: always install acme.sh when container starts
* 94ca16d
etherpad: remove quotes from all env vars
* c89ccc9
jicofo: reintroduce shibboleth auth
* a6486b4
examples: update traefik v2 example
* f4ec023
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
9bc262a40f
prosody: fix building unstable images
4 years ago
Prayag Singh
0cbe0d9801
web: add a env variable to enable/disable deep linking
4 years ago
Hugo Renard
b22421b168
misc: publish nightly unstable images
4 years ago
Prayag Singh
78699fe65a
web: allow to configure shard name using env variable
4 years ago
Prayag Singh
a6853ef5f7
jvb: add octo configuration options
4 years ago
Prayag Singh
d6fac8e0c3
jicofo: disable octo by default
4 years ago
Ralph Soika
1fa5048510
doc: add link to Kubernetes setup
4 years ago
Saúl Ibarra Corretgé
e1cebcc253
web,jvb: add ability to disable web sockets for colibri
...
The fallback is to use SCTP datachannels. This is not recomended.
4 years ago
Saúl Ibarra Corretgé
6c4dce1622
jicofo: fix ENABLE_SCTP type
4 years ago
Saúl Ibarra Corretgé
953a4d2425
jicofo: use a client proxy connection
4 years ago
Saúl Ibarra Corretgé
d27336bece
web: always try to renew cert on container boot
...
acme.sh is smart enough to not send the request out unless it's necessary.
4 years ago
Saúl Ibarra Corretgé
73acbade59
web: remove deprecated config option
4 years ago
Mathieu
cb4d9413b7
web: removed duplicate host headers
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/568
4 years ago
Samuel
ec570baee6
k8s: fix PodSecurityPolicy
4 years ago
Daniel Trierweiler
c4fc3d37c6
web: make a custom interface config possible
4 years ago
Kevin Conway
b45b505980
web: always install acme.sh when container starts
...
The previous version only installed acme.sh if it was not previously
installed. However, the check for a previous installation was based on
the existence of /config/acme.sh/acme.sh which is in the
external/persisted storage. The result was that acme.sh installation
would be skipped even for a new build of the web container if the
installation had been run on any previous build of the container. When
the web container is rebuilt, such as during an upgrade to a new stable
version, the new container would lack the cron job needed to
automatically updated the TLS certificates. Additionally, the version of
acme.sh installed in /config/acme.sh would never update even if the
pinned version in the Dockerfile was changed.
This patch sets the init script to always re-install acme.sh on
container start. The cron job installation from acme.sh is guarded by a
check for an existing job so there is no duplication. Re-installing also
has the effect of replacing the persisted /config/acme.sh/acme.sh with
the latest version set in the Dockerfile during upgrades.
4 years ago
Paul Tiedtke
94ca16d6b9
etherpad: remove quotes from all env vars
4 years ago
duritong
c89ccc9727
jicofo: reintroduce shibboleth auth
...
Fixes #956
4 years ago
Antonio Porcelli
a6486b4555
examples: update traefik v2 example
4 years ago
Saúl Ibarra Corretgé
f4ec02329e
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
7409d5c65c
release: stable-5390-3
...
* a698da5
misc: add jicofo reservation env variables to compose
* 86c3022
web: brandingDataUrl -> dynamicBrandingUrl
* 88e950d
jicofo: fix healthcheck
* 493cbdd
misc: fix typo
* e12d7f2
web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
* fa98a31
examples: fix k8s example
* 88d1034
doc: add port to PUBLIC_URL
* c876b40
doc: update CHANGELOG
* 5cf14b0
misc: working on latest
4 years ago
Prayag Singh
a698da5807
misc: add jicofo reservation env variables to compose
4 years ago
Ludovic Muller
86c302258d
web: brandingDataUrl -> dynamicBrandingUrl
4 years ago
Prayag Singh
88e950dcd4
jicofo: fix healthcheck
...
Fixes : #929
4 years ago
Saúl Ibarra Corretgé
493cbdd406
misc: fix typo
4 years ago
spprod35
e12d7f2b55
web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
4 years ago
Timo Schwarzer
fa98a31270
examples: fix k8s example
4 years ago
Jonas Haag
88d1034e32
doc: add port to PUBLIC_URL
...
Fixes #931
4 years ago
Saúl Ibarra Corretgé
c876b40c24
doc: update CHANGELOG
4 years ago
Saúl Ibarra Corretgé
5cf14b054e
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
9b0fd7fe4c
release: stable-5390-2
...
* e28d019
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
e28d01972a
misc: working on latest
4 years ago
Saúl Ibarra Corretgé
e561b1fb28
release: stable-stable-5390-2
...
* 3e04fb4
prosody: fix lobby when authentication is enabled
* 24781e3
misc: working on latest
4 years ago