diff --git a/check_process b/check_process index ba82e45..9c28469 100644 --- a/check_process +++ b/check_process @@ -15,7 +15,7 @@ upgrade=1 from_commit=0a485e0d6bcd14392b9203b3b27e7e1a7ba21d19 upgrade=1 from_commit=6af39e6e086e70e2063eb8f63c48a1e4a597300d backup_restore=1 - multi_instance=1 + multi_instance=0 incorrect_path=0 port_already_use=1 (8448) change_url=0 diff --git a/manifest.json b/manifest.json index 848ace3..2867f2c 100644 --- a/manifest.json +++ b/manifest.json @@ -19,9 +19,9 @@ "code": "https://github.com/matrix-org/synapse" }, "requirements": { - "yunohost": ">= 11.0.11" + "yunohost": ">= 11.2" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ],