From 8d3915405c2ef61457df320b465055ede2dd10ad Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 21 May 2021 14:49:49 +0200 Subject: [PATCH] Revert "Update manifest.json" This reverts commit c34a047a8ff807291ba67632cc261f3da93cc2cf. --- manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 510d99c..e2911d5 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "requirements": { "yunohost": ">= 4.2.4" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ], @@ -32,6 +32,12 @@ "type": "domain", "example": "domain.org" }, + { + "name": "path", + "type": "path", + "example": "/miniflux", + "default": "/miniflux" + }, { "name": "admin", "type": "user",