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
Saúl Ibarra Corretgé
b505d58956
misc: add stalebot
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
Saúl Ibarra Corretgé
515bd19874
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
5222745f55
release: stable-7287
...
* 41d6a9a
jibri: bump Chrome to version 101
* 88bb1bc
feature: support multiple XMPP servers via list (#1276 )
* 95af778
jicofo: add optional XMPP_PORT value (#1275 )
* da0a43a
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
41d6a9adbf
jibri: bump Chrome to version 101
3 years ago
Aaron van Meerten
88bb1bccd0
feature: support multiple XMPP servers via list ( #1276 )
3 years ago
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é
da0a43a306
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
2ab93e1d8f
release: stable-7210-2
...
* 2634e96
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
2634e96f41
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
925775e85a
release: stable-7210-1
...
* a8e6a34
prosody: completely disable external components
* 8587d29
prosody: add mod_auth_cyrus from community libraries
* 3a070e6
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
a8e6a34fde
prosody: completely disable external components
...
We are no longer using component connections.
3 years ago
Thorsten B
8587d29a05
prosody: add mod_auth_cyrus from community libraries
...
Fixes : #1264
With prosody 0.12 mod_auth_cyrus moved to community repos see: https://prosody.im/doc/release/0.12.0
3 years ago
Saúl Ibarra Corretgé
3a070e6cbb
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
68f974859d
release: stable-7210
...
* 1afa278
prosody: add temporary workaround for JWT auth
* 6fe240a
prosody: update to 0.12
* 097558b
ci: dry run Docker builds on PRs
* eca5d16
web: fix matching etherpad location
* 3afc1e3
prosody: update package version
* b0617c0
web: fix Etherpad when using multi-domain
* 0ce0f09
prosody: update version
* 201a1b4
prosody: pin to version 0.11 for now
* 29b4c23
prosody: use a more recent version of luarocks
* c5b049a
jvb: forward port 8080 to docker host
* 6af7cd8
doc: update CHANGELOG
* dd7b70b
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
1afa278844
prosody: add temporary workaround for JWT auth
...
The previous commit updated Prosody to 0.12 and lua to 5.4. This also
forced us to update luajwtjitsi to the latest version (3.0.0), and we
hadn't landed a necessary fix in time for the stable release, so pick
the right file by hand until the next release.
3 years ago
Saúl Ibarra Corretgé
6fe240a712
prosody: update to 0.12
3 years ago
Robert Kaussow
097558b9f0
ci: dry run Docker builds on PRs
3 years ago
Yu Changyuan
eca5d161c9
web: fix matching etherpad location
...
To avoid /etherpad/ matched by fallback:
location ~ ^/([^/?&:'"]+)/(.*)$
3 years ago
Saúl Ibarra Corretgé
3afc1e3c12
prosody: update package version
...
Use prosody-0.11 which will give us the latest 0.11 release from the upstream Debian repo. 0.12 made it to Debian backports, and we don't want to use that yet.
3 years ago
Дамян Минков
b0617c0fe3
web: fix Etherpad when using multi-domain
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1242
3 years ago
JohannesPertl
0ce0f098cf
prosody: update version
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1246
3 years ago
Saúl Ibarra Corretgé
201a1b422c
prosody: pin to version 0.11 for now
3 years ago
Saúl Ibarra Corretgé
29b4c23f5a
prosody: use a more recent version of luarocks
3 years ago
chris-est
c5b049ad56
jvb: forward port 8080 to docker host
3 years ago
Saúl Ibarra Corretgé
6af7cd8b76
doc: update CHANGELOG
3 years ago
Saúl Ibarra Corretgé
dd7b70be03
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
b8c6e65a87
release: stable-7001
...
* 6e0dd04
base: replace frep with tpl
* 1b51c77
feat: Enables polls for breakout rooms.
* 0b019ee
feat: Enables tenants/subdomains by default.
* d50df67
fix: Fixes missing variable for prosody plugins.
* 88997f5
prosody: authentication by matrix user authentication service
* 7a93978
jvb: remove TCP support
* c37706c
misc: fix label order in dockerfiles
* 0de062b
misc: add missing quotes to labels in dockerfiles
* 76424fd
chore: add opencontainers labels to Dockerfiles
* 3b8ed7e
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
6e0dd04d30
base: replace frep with tpl
...
It's our (simplified) fork: https://github.com/jitsi/tpl
3 years ago
Дамян Минков
1b51c77796
feat: Enables polls for breakout rooms.
3 years ago
Дамян Минков
0b019ee4eb
feat: Enables tenants/subdomains by default.
3 years ago
Дамян Минков
d50df676a6
fix: Fixes missing variable for prosody plugins.
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
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
Saúl Ibarra Corretgé
3b8ed7ed2b
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
a8868010b7
release: stable-6865
...
* 8004ffe
Use the new log formatters, clean up stale logging config.
* a862e84
web: cache versioned static files
* 48d499a
web: configure remote participant video menu
* 78791ad
env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path
* a504b59
misc: working on latest
3 years ago
bgrozev
6ebf6e87dd
Merge pull request #1205 from bgrozev/update-log-formatters
...
Use the new log formatters, clean up stale logging config.
3 years ago
Boris Grozev
8004ffeba1
Use the new log formatters, clean up stale logging config.
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
jon r
78791ad064
env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path
...
Closes #1200
3 years ago
Saúl Ibarra Corretgé
a504b59979
misc: working on latest
3 years ago
Saúl Ibarra Corretgé
950397e923
release: stable-6826
...
* 238a636
jibri: correct chromedriver mismatch
* 555a40e
doc: update CHANGELOG
* 825b4cb
misc: working on latest
3 years ago