Merge pull request #1148 from tituspijean/patch-1

[add] non-latin characters in domain names
This commit is contained in:
frju365 2019-11-28 21:07:57 +01:00 committed by GitHub
commit c2f9a096ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -9,6 +9,11 @@ The domain chosen during the postinstall is defined as the main domain of the se
Finally, take note that, in the context of YunoHost, there is no hierarchy between the domains it knows. In the previous example, you may add a third domain `foo.yolo.com` - but it would be considered as a domain independent of `yolo.com`.
Non-latin characters
-----------------
If your domain has special, non-latin characters, you need to use its [internationalized version](https://en.wikipedia.org/wiki/Internationalized_domain_name) through [Punycode](https://en.wikipedia.org/wiki/Punycode). You can use [this converter](https://www.charset.org/punycode), and use the converted domain name in your YunoHost configuration.
DNS configuration
-----------------

View file

@ -9,6 +9,11 @@ Le domaine choisi lors de la postinstall est défini comme le domaine principal
Enfin, il faut noter que, dans le contexte de YunoHost, il n'y a pas de hiérarchie entre les domaines qu'il connaît. Dans l'exemple précédent, on peut ajouter un troisième domaine `foo.yolo.com` - mais il serait considéré comme un domaine indépendant de `yolo.com`.
Caractères non latins
-----------------
Si votre domain contient des caractères spéciaux, non latins, vous devez utiliser sa [version internationalisée](https://fr.wikipedia.org/wiki/Nom_de_domaine_internationalis%C3%A9) en [Punycode](https://fr.wikipedia.org/wiki/Punycode). Vous pouvez utiliser [ce convertisseur](hhttps://www.charset.org/punycode), et utiliser le nom de domaine converti dans YunoHost.
Configuration DNS
-----------------