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

[enh] add note about needing 4 subdomains

This commit is contained in:
tituspijean 2020-04-12 21:27:38 +02:00 committed by GitHub
parent dd9923487e
commit aacae03dcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,11 @@
"en": "Choose a domain for Jitsi Meet", "en": "Choose a domain for Jitsi Meet",
"fr": "Choisissez un domaine pour Jitsi Meet" "fr": "Choisissez un domaine pour Jitsi Meet"
}, },
"example": "domain.org" "example": "domain.org",
"help": {
"en": "In addition to this domain, you need to have created beforehand 4 subdomains of this domain: auth.jitsi.domain.org, conference.jitsi.domain.org, jitsi-videobridge.jitsi.domain.org, focus.jitsi.domain.org",
"fr": "En plus de ce domaine, vous devez avoir préalablement créé 4 sous-domaines de ce domaine : auth.jitsi.domain.org, conference.jitsi.domain.org, jitsi-videobridge.jitsi.domain.org, focus.jitsi.domain.org"
}
} }
] ]
} }