Aaron van Meerten
95af77896d
jicofo: add optional XMPP_PORT value ( #1275 )
...
* jicofo: add optional XMPP_PORT value
* include compose and env example for XMPP_PORT
* extends use of the XMPP_PORT property
* fix compose to use default
* re-commenting XMPP_PORT value
* include XMPP_PORT in compose for all services
* always use $XMPP_PORT, value defaulted in template
* missing JVB setting
3 years ago
Saúl Ibarra Corretgé
6fe240a712
prosody: update to 0.12
3 years ago
Markus Münzel
88997f580c
prosody: authentication by matrix user authentication service
...
Added env variables and prosody plugins to authenticate prosody users by the matrix user authentication service, refer to https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
Co-authored-by: Markus Münzel <markus@muenzel.de>
3 years ago
Saúl Ibarra Corretgé
7a939785a7
jvb: remove TCP support
...
It's not tested at all and has problems. The recommendation is to use a
TURN server for TCP.
3 years ago
jon r
78791ad064
env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path
...
Closes #1200
3 years ago
Prayag Singh
0be9c8fd04
web: allow configuring buttons in toolbar and pre-join screen
3 years ago
waja
0600eceadc
sample: add ENABLE_BREAKOUT_ROOMS to env.example
3 years ago
Saúl Ibarra Corretgé
e9275d5e8f
jvb: remove deprecated option
...
It was only used for REST after internal JVB changes, and it can now be
enabled with the dedicated COLIBRI_REST_ENABLED env var.
3 years ago
wfleischer
b02a689d8e
env: fix unexpected character bug with recent docker desktop
...
This prevents the following parsing errors in recent Docker Desktop app:
- unexpected character "!" in variable name near "to Web Chat!\\n\\n...
- respectively: unexpected character "-" in variable name near "super-light-editor light-background full-width-editor...
Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com>
3 years ago
Артем
192a6233aa
jvb: add ability to configure the shutdown API
3 years ago
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