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

Fix missing certificate

This commit is contained in:
yalh76 2022-02-13 16:40:34 +01:00
parent 05da5f3254
commit 413dc1ad9a
3 changed files with 13 additions and 9 deletions

View file

@ -108,6 +108,10 @@ Component "internal.auth.__DOMAIN__" "muc"
muc_room_default_public_jids = true
VirtualHost "auth.__DOMAIN__"
ssl = {
key = "/etc/prosody/certs/auth.__DOMAIN__.key";
certificate = "/etc/prosody/certs/auth.__DOMAIN__.crt";
}
modules_enabled = {
"limits_exception";
}

View file

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