Joy A
1835d651f9
web: recreate interface_config.js on container restart
...
Recreate interface_config.js on container restart if custom-interface_config.js exists
3 years ago
Bert Driehuis
cf90461810
web: fix acme.sh pre and post hooks
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/114
3 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
Lukas1818
5c32833b04
web: add start environment variables
...
START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
4 years ago
Prayag Singh
0cbe0d9801
web: add a env variable to enable/disable deep linking
4 years ago
Prayag Singh
78699fe65a
web: allow to configure shard name using env variable
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é
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
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
Ludovic Muller
86c302258d
web: brandingDataUrl -> dynamicBrandingUrl
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
Cosmo Myzrail Gorynych aka CoMiGo
0b2514101c
web: Add ENABLE_HSTS flag to disable strict-transport-security header
4 years ago
shanehughes1990
f8560371f5
web: add more config options
4 years ago
karniemi
eedac14370
web: add ability to disable IPv6
4 years ago
Mark
6a4887d7fc
web: use env variables to set worker processes and connections
...
Use 2 new environment variables to allow setting the number of nginx worker processes and connections. Add the variables to the docker-compose file and to the nginx-conf where default values are also set.
4 years ago
Saúl Ibarra Corretgé
700c04a629
web: properly handle acme.sh return codes
...
It exits with 2 in case a renew is not necessary.
4 years ago
Saúl Ibarra Corretgé
4cb181c1b2
web: install acme certs to persistent storage
4 years ago
Saúl Ibarra Corretgé
1d2c68a32f
web: fix running acme.sh on the right home directory
4 years ago
Jonathan Lennox
b0cb4a1846
web: update TLS config to Mozilla security guidelines
4 years ago
Saúl Ibarra Corretgé
06012127e9
web: replace certbot with acme.sh
...
The former seems to be in a pretty bad state for usage with Debian based
containers:
- The Debian provided package is too old
- certbot-auto no longer works on Debian
- The recommended way of using snap is not Docker friendly
Thus, we are migrating to acme.sh, which has the advantage of also
making the web container slimmer.
4 years ago
mammo0
ba011900fb
web: prevent s6 from restarting cron if it shouldn't be run
4 years ago
Felix Geyer
c36c4d02a7
web: always rebuild nginx configs on start
4 years ago
D3473R
6b69576c2f
web: add ability to configure tokenAuthUrl
4 years ago
Saúl Ibarra Corretgé
465816b4eb
web,prosody: turn on XMPP WebSocket by default
4 years ago
Jan-Otto Kröpke
d747bfbe6b
web,prosody: add XMPP WebSocket / Stream Management support
4 years ago
Saúl Ibarra Corretgé
7ab45bbb37
web: add ability to configure prejoin page
4 years ago
Paul Tiedtke
b277926332
jvb: make colibri websocket endpoints dynamic for multiple jvbs
4 years ago
Saúl Ibarra Corretgé
991f695275
web: remove no longer needed settings
...
They default to true now and they have been removed.
4 years ago
Ludovic Muller
087f024fcb
web: configure brandingDataUrl with env variables
4 years ago
NullIsNot0
a404653197
web: configure startAudioOnly using environment variable
4 years ago
Ludovic Muller
409cade8ec
web: configure Matomo using environment variables
4 years ago
Ludovic Muller
5ceaf5fd02
web: add IPv6 support
4 years ago
Saúl Ibarra Corretgé
ad5625bb09
jvb: switch to WebSocket based bridge channels
4 years ago
Saúl Ibarra Corretgé
81103362b5
web: add ability to configure the nginx resolver
4 years ago
Aaron van Meerten
c149463823
web: build config.js on each boot
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
4 years ago
Jakub Onderka
2a0120de8b
web: set security headers also for non HTTPS
...
Fixes : #493
4 years ago
Nickolay V. Shmyrev
baed605569
web: fix removing closed captions button if transcription is enabled
4 years ago
Mathieu Brunot
edecacd0c0
etherpad: add ability to use a external server
4 years ago
Jakub Onderka
125775a737
web: fix WASM MIME type
5 years ago
Jakub Onderka
e70975e692
web: enable GZIP compression for more file types
5 years ago
Saúl Ibarra Corretgé
b039b29b7a
web: use certbot-auto
5 years ago
Amin Vakil
b95c95de0e
web: improve nginx configuration
...
* Enable http2 by default
* Disable server_tokens by default
5 years ago
Hanno Böck
dc46215600
web: remove DHE suites support
...
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/433
5 years ago
Saúl Ibarra Corretgé
2c95ab7c9f
web: revert using PUBLIC_URL for BOSH URL
...
This partially reverts
5e6faced4f
It was unnecessary, and created lot of trouble.
5 years ago
Saúl Ibarra Corretgé
5e6faced4f
web: use PUBLIC_URL for etherpaad base and BOSH URLs
5 years ago