Paul Tiedtke
537fcd532b
misc: add support for sentry logging
3 years ago
Vertganti
6be198ce74
misc: remove quotation marks from TURN configuration ( #1111 )
...
Fixes : #1110
3 years ago
Azim Khakulov
c95f0d6b16
prosody: add support for A/V Moderation
...
Set ENABLE_AV_MODERATION to 1 in order to enable it.
NOTE: This feature is still under development and should be considered
beta quality.
3 years ago
tbutter
856e414084
prosody: add ability to configure external TURN server
...
Co-authored-by: Thomas Butter <tbutter@gmail.com>
3 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
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
Saúl Ibarra Corretgé
953a4d2425
jicofo: use a client proxy connection
4 years ago
Paul Tiedtke
94ca16d6b9
etherpad: remove quotes from all env vars
4 years ago
Jonas Haag
88d1034e32
doc: add port to PUBLIC_URL
...
Fixes #931
4 years ago
Saúl Ibarra Corretgé
a7fb101e2c
jibri: don't provide a non-existing finalizer path
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
Paul Tiedtke
5679578d80
prosody: add env var to config cross domain settings
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
Paul Tiedtke
42a43462d5
etherpad: use official image and making skin full width
4 years ago
D3473R
6b69576c2f
web: add ability to configure tokenAuthUrl
4 years ago
Thomas Ritter
e5746ae0f4
misc: add ENABLE_PREJOIN_PAGE to .env
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
limitedAtonement
529049942f
doc: updated link for running behind NAT
4 years ago
Robin Schneider
7cb470c3c6
misc: support/encourage usage of ShellCheck
...
My editor detected `.env` as shell script and thus automatically checked
it with ShellCheck. I would propose to make it a valid shell script that
complies with ShellCheck by default. To do this, we just need to disable
https://github.com/koalaman/shellcheck/wiki/SC2034 because the variables
are not used (in that file).
When you search for "docker-compose .env shellcheck SC2034" it turns out
that I am not the first one to do this :)
4 years ago
Saúl Ibarra Corretgé
ad5625bb09
jvb: switch to WebSocket based bridge channels
4 years ago
Saúl Ibarra Corretgé
a81ad73429
prosody: add support for lobby
4 years ago
Mathieu Brunot
edecacd0c0
etherpad: add ability to use a external server
4 years ago
Cedric Roijakkers
3472ab0b19
jicofo: add ability to configure health checks
5 years ago
Saúl Ibarra Corretgé
774aba54f5
misc: set ddefault timezone to UTC
5 years ago
Saúl Ibarra Corretgé
f911df2a42
jvb: set JVB_TCP_MAPPED_PORT default value
5 years ago
Desmond Koh
1205170056
jvb: allow `TCP_HARVESTER_MAPPED_PORT` to be configured
5 years ago
Rui Carmo
4e2cec6b38
misc: add configurable service restart policy
5 years ago
stefanseeger
729f9d290e
doc: fix typo in env.example
5 years ago
Saúl Ibarra Corretgé
1ffd472fba
security: add script to generate strong passwords
5 years ago
Saúl Ibarra Corretgé
a015710e54
security: don't provide default passwords
...
Also check if they are not provided at sstartup time and fail to start
in that case.
5 years ago
Hans-Peter Jansen
bab77e0d79
doc: update env.example
5 years ago
Hans-Peter Jansen
3c07d76937
doc: improve wording of README
5 years ago
Saúl Ibarra Corretgé
264df049c8
jvb: switch to using Jitsi's STUN server by default
5 years ago
Harm Berntsen
06c3a83a3a
doc: fix references to running behind NAT in the README
5 years ago
Lorenz Bausch
25dbde9cb5
doc: fix typo
5 years ago
Saúl Ibarra Corretgé
f4ac7cc352
misc: remove bogus quotation marks
5 years ago
Maximilian Nöthe
df40447616
ldap: add option for ldap starttls support
5 years ago
Paul Tiedtke
01eca7423e
jigasi: generate google cloud credentials from env vars
5 years ago
Mohammed
2b9a13bfef
jicofo: add support of reservation REST API
5 years ago
Mohammed
8bfe7fbb92
jicofo: add support of reservation REST API
5 years ago
netaskd
ffa017b74d
jibri: add jibri service
5 years ago
netaskd
e48bf46f7c
jigasi,web: add transcription options
5 years ago
netaskd
62f2d11cab
web,etherpad: add etherpad addon for sharing document
5 years ago
Saúl Ibarra Corretgé
8da61612e9
prosody: introduce AUTH_TYPE
...
It simplifies selecting the desired authentication type, instead of
having a boolean for each.
6 years ago