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",