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
5 years ago
Mathieu Brunot
edecacd0c0
etherpad: add ability to use a external server
5 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
6 years ago
netaskd
62f2d11cab
web,etherpad: add etherpad addon for sharing document
6 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
netaskd
165f313764
jigasi: add SDES srtp enabling possibility and healthcheck
6 years ago
Saúl Ibarra Corretgé
6c0bbae73c
misc: group authentication options together
6 years ago
netaskd
2e3576f6ca
prosody: add LDAP authentication via SASL mechanism
6 years ago
netaskd
fb93051bea
misc: all variables moved to .env file for fully customization of jitsi-meet service domains
6 years ago
Paul Tiedtke
df36d71542
xmpp: add jwt authentication support
6 years ago
Paul Tiedtke
95a55915b7
xmpp: add ability to add custom prosody modules
6 years ago
netaskd
4b88a28fcc
jigasi: make SIP port and transport configurable
6 years ago
Dan Caseley
da43e68854
jvb: add TCP Harvester configuration options
6 years ago
Saúl Ibarra Corretgé
cda11bc52f
web: add ability to redirect HTTP traffic to HTTPS
...
Useful if you're running this setup directly on the Internet, with a
Let's Encrypt certificate.
6 years ago
Saúl Ibarra Corretgé
fcf83859e4
web: add ability to disable HTTPS
...
If TLS is terminated elsewhere and then connections are proxied over
HTTP, there is no need for it and it makes initialization a tad slower
on the first run.
6 years ago
Saúl Ibarra Corretgé
f61ef3f093
web: add builtin Let's Encrypt support
6 years ago