1
0
Fork 0
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:
Moul 2016-08-10 13:23:00 +02:00
parent 715a7d9671
commit 74dd87f74e

View file

@ -26,17 +26,17 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Domain name", "en": "Dedicated domain name on which no application must be installed. The install will on the root path.",
"fr": "Nom de domaine" "fr": "Nom de domaine dédié sur lequel aucune application ne doit être installée. Linstallation sera faite à la racine."
}, },
"example": "example.com" "example": "duniter.domain.tld"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Path on which install the web admin (installable only on root path)", "en": "Path on which install the web admin (installable only on root path)",
"fr": "Chemin sur lequel ajouter ladministration web (installable uniquement sur la racine)" "fr": "Chemin sur lequel ajouter ladministration web (installable uniquement à la racine)"
}, },
"example": "/", "example": "/",
"default": "/" "default": "/"