wfleischer
576e5a9086
web: start with clean config.js
2 years ago
Saúl Ibarra Corretgé
a7f260ec32
web,etherpad: fix default public URL
2 years ago
Saúl Ibarra Corretgé
0cbfbfd6cb
web: don't proxy HTTP traffic to WS endpoints
...
A 405 is returned if there is no upgrade request.
2 years ago
Oana Emilia Ianc
70c5cbfde2
misc: update dialin numbers url setup ( #1298 )
2 years ago
Oana Emilia Ianc
7790012d46
misc: define ENABLE_JAAS_COMPONENTS variable ( #1297 )
2 years ago
Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
2 years ago
Saúl Ibarra Corretgé
261577c9cc
web: stop using the default config file
...
It should be empty and we set all settings. This will reduce the size fo
the file and make it less confusing to inspect on a running system.
3 years ago
Saúl Ibarra Corretgé
ed6ef893cc
web: remove config option to control FLoC
...
It has been abandoned by Google. Keep the default opt-out value for a
little longer just in case though.
3 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
Prayag Singh
5ff2735f18
web: add e2eping support using env variables
...
Also consolidate disable remote video menu using env variables
3 years ago
Rintan
6284167990
web: add more audio quality options
...
Also replace deprecated stereo option.
3 years ago
Yu Changyuan
eca5d161c9
web: fix matching etherpad location
...
To avoid /etherpad/ matched by fallback:
location ~ ^/([^/?&:'"]+)/(.*)$
3 years ago
Дамян Минков
b0617c0fe3
web: fix Etherpad when using multi-domain
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1242
3 years ago
Дамян Минков
0b019ee4eb
feat: Enables tenants/subdomains by default.
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
a862e849e7
web: cache versioned static files
...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
3 years ago
Prayag Singh
48d499a7de
web: configure remote participant video menu
3 years ago
Prayag Singh
0be9c8fd04
web: allow configuring buttons in toolbar and pre-join screen
3 years ago
Werner Fleischer
6f56e5b7a2
web,prosody: add breakout rooms support
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
3 years ago
Saúl Ibarra Corretgé
2061b869fe
misc: enable features by default
...
- prejoin screen
- lobby
- av moderation
- talk while muted detection
- reactions
3 years ago
Saúl Ibarra Corretgé
ff8c1c2e31
web: regenerate interface_config.js on every boot
...
Customization is still available via custom-interface_config.js. This
way we will slowly get rid of the deprecated interface_config.js as all
options move to config.js.
3 years ago
Prayag Singh
cfd8d3c04e
web: add config options for polls and reactions
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
Prayag Singh
09cf0a8951
web: add env variables for configuring vp9
3 years ago
Saúl Ibarra Corretgé
96419ba1d3
web: remove no longer needed code
...
The toolbar buttons have moved to config.js and are commented out by default.
3 years ago
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
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
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