From a87e3285e16bb35d6892cd5ffde4592a8293d865 Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Thu, 26 Mar 2020 12:11:48 +0100 Subject: [PATCH] Add multi instance add multi instance --- README.md | 2 +- check_process | 2 ++ manifest.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 968c255..9869946 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`. ## YunoHost specific features #### Multi-users support -No support for multi-users. +Yes. #### Supported architectures diff --git a/check_process b/check_process index 2eedf38..992f239 100644 --- a/check_process +++ b/check_process @@ -10,10 +10,12 @@ pkg_linter=1 setup_sub_dir=1 setup_root=1 + setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 backup_restore=1 + multi_instance=1 port_already_use=0 change_url=1 ;;; Levels diff --git a/manifest.json b/manifest.json index cfab75c..d55e139 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "requirements": { "yunohost": ">= 3.6.5" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx", "php7.0-fpm"