From 145aeebcc8c1e62aa046702a8b5a22d899350b82 Mon Sep 17 00:00:00 2001 From: jmills Date: Sun, 3 Feb 2019 18:12:10 -0800 Subject: [PATCH] Add path support to install args The upstream issue (https://github.com/monicahq/monica/issues/139) preventing installation into subdirectories was just fixed, so now the manifest should allow setting the path for the install. --- manifest.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/manifest.json b/manifest.json index f4542e6..a1e1246 100644 --- a/manifest.json +++ b/manifest.json @@ -33,6 +33,16 @@ }, "example": "monica.com" }, + { + "name": "path", + "type": "path", + "ask": { + "en": "Choose a path for Monica", + "fr": "Choisissez un chemin pour Monica" + }, + "example": "/monica", + "default": "/monica" + }, { "name": "admin", "type": "user",