From 196762d0b2f6dc76f7fd265f13f2cd39caac415c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:26:20 +0100 Subject: [PATCH] Disable multi_instance again There are still federation errors when a second instance is installed. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 3251996..480478c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"] [integration] yunohost = ">= 11.2" architectures = "all" -multi_instance = true +multi_instance = false ldap = false sso = false disk = "50M"