Disable multi_instance again

There are still federation errors when a second instance is installed.
This commit is contained in:
Thomas 2023-11-19 12:26:20 +01:00 committed by GitHub
parent 51a332b2ed
commit 196762d0b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"]
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = false
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"