From 689839af09b5d90e3ace9fdca38226fc6f9066d1 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Wed, 15 Feb 2017 16:43:46 +0000 Subject: [PATCH] Add a path parameter to make clear to the admins that it must be on the root of the domain --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.json b/manifest.json index 5f098c32..f05e9cd4 100644 --- a/manifest.json +++ b/manifest.json @@ -30,6 +30,16 @@ "en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain." } }, + { + "name": "path", + "type": "path", + "ask": { + "en": "No choice, Hubzilla must be installed on the ROOT domain, so be careful", + "fr": "Pas de choix, Hubzilla doit etre installe a la racine, soyez prudent" + }, + "choices": ["/"], + "default": "/" + }, { "name": "admin", "type": "user",