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"