Jean-Vincent kassi
cffab8f429
jibri: fix log location template
2022-06-13 11:36:36 +02:00
Saúl Ibarra Corretgé
94833b5abf
doc: update README
2022-06-13 09:26:32 +02:00
Saúl Ibarra Corretgé
d3901babb6
build: also release a "stable" tag
2022-06-13 09:16:51 +02:00
Saúl Ibarra Corretgé
9217b0acea
misc: working on unstable
2022-06-10 14:45:20 +02:00
Saúl Ibarra Corretgé
76266c9c0b
release: stable-7287-1
...
* 22e727c build: adapt release process to multiarch builds
* be422c7 jibri: update Chrome to M102
* 1463df4 compose: add ability to override image versions
* 7c29b57 prosody: fix reservations API
* 8337c0b jicofo,prosody: migrate to new reservations system
* 70c5cbf misc: update dialin numbers url setup (#1298 )
* 7790012 misc: define ENABLE_JAAS_COMPONENTS variable (#1297 )
* 62ad172 misc: update env.example
* 74ef7de web,prosody: add support for JaaS components
* 902a673 misc: move security options in sample file
* 2a23095 misc: use the "unstable" tag between releases
* 741ec4a build: add native arch building support
* 68d97c8 ci: add GH action docker build caching
* 8b02b8a build,ci: add initial arm64 support
* 3b86df0 compose: add ability to change the JVB colibri REST API exposed port
* 458515c env: add link to handbook
* 261577c web: stop using the default config file
* ed6ef89 web: remove config option to control FLoC
* cb5a753 config: simplify configuration
* b505d58 misc: add stalebot
* 5ff2735 web: add e2eping support using env variables
* 6284167 web: add more audio quality options
* 515bd19 misc: working on latest
2022-06-10 14:44:40 +02:00
Saúl Ibarra Corretgé
22e727cd3c
build: adapt release process to multiarch builds
2022-06-10 14:43:40 +02:00
Saúl Ibarra Corretgé
be422c73e8
jibri: update Chrome to M102
2022-06-10 13:19:07 +02:00
Saúl Ibarra Corretgé
1463df4c09
compose: add ability to override image versions
...
Useful for local development, overriding to latest is possible now
without changing the compose file itself.
2022-06-10 13:14:46 +02:00
Mahdhi Rezvi
7c29b57914
prosody: fix reservations API
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/11623
2022-06-06 13:19:19 +02:00
Mahdhi Rezvi
8337c0b108
jicofo,prosody: migrate to new reservations system
...
It's now implemented in Prosody rather than in Jicofo.
2022-06-03 07:53:35 +02:00
Oana Emilia Ianc
70c5cbfde2
misc: update dialin numbers url setup ( #1298 )
2022-05-31 14:36:06 +03:00
Oana Emilia Ianc
7790012d46
misc: define ENABLE_JAAS_COMPONENTS variable ( #1297 )
2022-05-31 11:25:38 +03:00
Saúl Ibarra Corretgé
62ad172e96
misc: update env.example
2022-05-30 16:49:35 +02:00
Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
2022-05-30 16:46:04 +02:00
Saúl Ibarra Corretgé
902a67337e
misc: move security options in sample file
2022-05-30 16:11:49 +02:00
Saúl Ibarra Corretgé
2a23095cc4
misc: use the "unstable" tag between releases
...
In addition the "latest" tag will be gone with the next stable release.
Going forward this is our versioning scheme:
- stable-XXXX: stable release
- unstable: daily unstable rolling release
- unstable-XXXX-YY: daily unstable release
2022-05-30 15:24:15 +02:00
Saúl Ibarra Corretgé
741ec4acdb
build: add native arch building support
2022-05-20 13:54:07 +02:00
Grant Slater
68d97c8227
ci: add GH action docker build caching
2022-05-20 13:54:07 +02:00
Grant Slater
8b02b8a4a1
build,ci: add initial arm64 support
2022-05-20 13:54:07 +02:00
waja
3b86df07b2
compose: add ability to change the JVB colibri REST API exposed port
...
Closes : #1250
2022-05-20 13:44:31 +02:00
Saúl Ibarra Corretgé
458515cb9e
env: add link to handbook
2022-05-20 10:57:00 +02:00
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.
2022-05-20 10:53:12 +02:00
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.
2022-05-20 10:53:12 +02:00
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.
2022-05-20 10:53:12 +02:00
Saúl Ibarra Corretgé
b505d58956
misc: add stalebot
2022-05-17 11:42:39 +02:00
Prayag Singh
5ff2735f18
web: add e2eping support using env variables
...
Also consolidate disable remote video menu using env variables
2022-05-13 15:04:17 +02:00
Rintan
6284167990
web: add more audio quality options
...
Also replace deprecated stereo option.
2022-05-13 09:41:18 +02:00
Saúl Ibarra Corretgé
515bd19874
misc: working on latest
2022-05-10 16:32:26 +02:00
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
2022-05-10 16:25:11 +02:00
Saúl Ibarra Corretgé
41d6a9adbf
jibri: bump Chrome to version 101
2022-05-10 16:13:33 +02:00
Aaron van Meerten
88bb1bccd0
feature: support multiple XMPP servers via list ( #1276 )
2022-05-03 08:40:52 -05:00
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
2022-05-02 08:30:48 -05:00
Saúl Ibarra Corretgé
da0a43a306
misc: working on latest
2022-04-25 14:55:27 +02:00
Saúl Ibarra Corretgé
2ab93e1d8f
release: stable-7210-2
...
* 2634e96 misc: working on latest
2022-04-25 14:49:08 +02:00
Saúl Ibarra Corretgé
2634e96f41
misc: working on latest
2022-04-25 10:12:01 +02:00
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
2022-04-25 10:10:55 +02:00
Saúl Ibarra Corretgé
a8e6a34fde
prosody: completely disable external components
...
We are no longer using component connections.
2022-04-25 10:10:19 +02:00
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
2022-04-20 19:23:40 +02:00
Saúl Ibarra Corretgé
3a070e6cbb
misc: working on latest
2022-04-19 13:46:49 +02:00
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
2022-04-19 13:40:58 +02:00
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.
2022-04-19 13:31:39 +02:00
Saúl Ibarra Corretgé
6fe240a712
prosody: update to 0.12
2022-04-19 13:31:39 +02:00
Robert Kaussow
097558b9f0
ci: dry run Docker builds on PRs
2022-04-19 13:26:38 +02:00
Yu Changyuan
eca5d161c9
web: fix matching etherpad location
...
To avoid /etherpad/ matched by fallback:
location ~ ^/([^/?&:'"]+)/(.*)$
2022-04-17 14:47:42 +02:00
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.
2022-04-14 10:19:07 +02:00
Дамян Минков
b0617c0fe3
web: fix Etherpad when using multi-domain
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1242
2022-03-22 16:11:06 +01:00
JohannesPertl
0ce0f098cf
prosody: update version
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1246
2022-03-18 11:29:34 +01:00
Saúl Ibarra Corretgé
201a1b422c
prosody: pin to version 0.11 for now
2022-03-15 23:26:46 +01:00
Saúl Ibarra Corretgé
29b4c23f5a
prosody: use a more recent version of luarocks
2022-03-15 23:25:49 +01:00
chris-est
c5b049ad56
jvb: forward port 8080 to docker host
2022-03-15 19:59:39 +01:00