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 #119 from YunoHost-Apps/testing

Testing
This commit is contained in:
yalh76 2023-07-31 20:53:30 +02:00 committed by GitHub
commit 4a043dfd46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 3 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. 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.8719~ynh1 **Shipped version:** 2.0.8719~ynh2
**Demo:** https://meet.jit.si/ **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. 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.8719~ynh1 **Version incluse :** 2.0.8719~ynh2
**Démo :** https://meet.jit.si/ **Démo :** https://meet.jit.si/

View file

@ -1,5 +1,8 @@
root __FINALPATH__/jitsi-meet-web; root __FINALPATH__/jitsi-meet-web;
# fix https://github.com/YunoHost-Apps/jitsi_ynh/issues/113
more_set_headers "Content-Security-Policy: frame-ancestors 'self'";
# ssi on with javascript for multidomain variables in config.js # ssi on with javascript for multidomain variables in config.js
ssi on; ssi on;
ssi_types application/x-javascript application/javascript; ssi_types application/x-javascript application/javascript;

View file

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