From aacae03dcf832fbfc7e5349bf1f7f29d2c8d250d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 12 Apr 2020 21:27:38 +0200 Subject: [PATCH] [enh] add note about needing 4 subdomains --- manifest.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 11bbd84..852e412 100644 --- a/manifest.json +++ b/manifest.json @@ -32,7 +32,11 @@ "en": "Choose a domain for 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" + } } ] }