mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] manifest: add info: need a dedicated domain name and that it's installed on root path.
This commit is contained in:
parent
715a7d9671
commit
74dd87f74e
1 changed files with 4 additions and 4 deletions
|
@ -26,17 +26,17 @@
|
|||
"name": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Domain name",
|
||||
"fr": "Nom de domaine"
|
||||
"en": "Dedicated domain name on which no application must be installed. The install will on the root path.",
|
||||
"fr": "Nom de domaine dédié sur lequel aucune application ne doit être installée. L’installation sera faite à la racine."
|
||||
},
|
||||
"example": "example.com"
|
||||
"example": "duniter.domain.tld"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Path on which install the web admin (installable only on root path)",
|
||||
"fr": "Chemin sur lequel ajouter l’administration web (installable uniquement sur la racine)"
|
||||
"fr": "Chemin sur lequel ajouter l’administration web (installable uniquement à la racine)"
|
||||
},
|
||||
"example": "/",
|
||||
"default": "/"
|
||||
|
|
Loading…
Reference in a new issue