From 2bb976ddfa961b5c42fac83ae4ca4dface1463a5 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:13:52 +0200 Subject: Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 799a1cf..d5106e9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.3.0~ynh4", + "version": "3.4.1~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { -- cgit v1.2.3-70-g09d2 From 7e6a1524ec44474c35b437af6e261f578b1af350 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:53:18 +0200 Subject: Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index d5106e9..091b620 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.4.1~ynh4", + "version": "3.4.0~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { -- cgit v1.2.3-70-g09d2 From a6481b137416e0c93fb68aa334dace5304e638f2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:52:07 +0200 Subject: Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 091b620..f7fad65 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.4.0~ynh4", + "version": "3.4.1~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { @@ -25,7 +25,7 @@ "requirements": { "yunohost": ">= 4.2.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ], -- cgit v1.2.3-70-g09d2 From 04d7297df09e1536b8ddc3f4bb15464c952aef70 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Jun 2021 22:00:34 +0200 Subject: activate multi_instance --- check_process | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/check_process b/check_process index 1129634..8afe689 100644 --- a/check_process +++ b/check_process @@ -31,7 +31,7 @@ # 3.4.1~ynh1 #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 - multi_instance=0 + multi_instance=1 port_already_use=0 change_url=0 ;;; Options diff --git a/manifest.json b/manifest.json index f7fad65..d5106e9 100644 --- a/manifest.json +++ b/manifest.json @@ -25,7 +25,7 @@ "requirements": { "yunohost": ">= 4.2.0" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx" ], -- cgit v1.2.3-70-g09d2