1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Merge pull request #112 from YunoHost-Apps/testing

Upgrade to version 2.0.8719
This commit is contained in:
yalh76 2023-07-31 20:09:46 +02:00 committed by GitHub
commit a8f11d1c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 13 deletions

View file

@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences.
**Shipped version:** 2.0.8319~ynh1
**Shipped version:** 2.0.8719~ynh1
**Demo:** https://meet.jit.si/

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives.
**Version incluse :** 2.0.8319~ynh1
**Version incluse :** 2.0.8719~ynh1
**Démo :** https://meet.jit.si/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://download.jitsi.org/stable/jicofo_1.0-996-1_all.deb
SOURCE_SUM=5f474306e2d04061bc82271b5595be2a4986357e0394c6c423333f7738cf8251
SOURCE_URL=https://download.jitsi.org/stable/jicofo_1.0-1038-1_all.deb
SOURCE_SUM=f553b76ca3a81ed97faba8049b08bc2dce065e0252c8527b8f129f68a439e3d7
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.6991-1_all.deb
SOURCE_SUM=92071b62920cd651663eb34fa38b5a0f711c2fd2d07365f1877c449035c22a16
SOURCE_URL=https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.7322-1_all.deb
SOURCE_SUM=dbd35c8d38b4797c60936ff024269f8dd1ec373e3d4968944486f1b07a45e973
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://download.jitsi.org/stable/jitsi-meet-web_1.0.6991-1_all.deb
SOURCE_SUM=45ddfcd3022ed2e99e1fb767615b70221e38f3b62c41fee8dddc0f80cc86ffbc
SOURCE_URL=https://download.jitsi.org/stable/jitsi-meet-web_1.0.7322-1_all.deb
SOURCE_SUM=c2cb12e280f4cf3ebb8aab6bf98f81094511f8ff7b9fe592819b813ae2334d69
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://download.jitsi.org/stable/jitsi-videobridge2_2.2-79-gf6426ea0-1_all.deb
SOURCE_SUM=58923d24246d69cb953ee82fdecfcd2302ef0d7fdb8e789afe10e276a7ae634e
SOURCE_URL=https://download.jitsi.org/stable/jitsi-videobridge2_2.3-25-g1da507fa-1_all.deb
SOURCE_SUM=9b292965494052de7dc56f87cc963ef61702b0e127984584dd83d09468dbe85a
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=deb
SOURCE_IN_SUBDIR=true

View file

@ -31,7 +31,7 @@ location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.
location = /http-bind {
proxy_pass http://127.0.0.1:5280/http-bind?prefix=$prefix&$args;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header Host $http_host;
proxy_set_header Host $host;
}
# xmpp websockets
@ -40,7 +40,7 @@ location = /xmpp-websocket {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
proxy_set_header Host $host;
tcp_nodelay on;
}

View file

@ -6,7 +6,7 @@
"en": "Video conferencing web application",
"fr": "Application web de conférence vidéo"
},
"version": "2.0.8319~ynh1",
"version": "2.0.8719~ynh1",
"url": "https://jitsi.org/Projects/JitMeet",
"upstream": {
"license": "Apache-2.0",