mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
commit
4a043dfd46
4 changed files with 6 additions and 3 deletions
|
@ -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/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez 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/
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue