From a6149abff7e9ebf63f782c5d55feaaa8a5da7fe2 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 14 Mar 2022 18:28:37 +0100 Subject: [PATCH] you can now install multi_instance --- README.md | 2 -- README_fr.md | 1 - doc/DISCLAIMER.md | 2 -- doc/DISCLAIMER_fr.md | 2 -- manifest.json | 2 +- 5 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e762ade..91d0db2 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ GoToSocial require a dedicated root domain, for example: gotosocial.domain.tld. This package is not-working single-sign on or LDAP integration. You will have a separate account from the rest of your Yunohost server, potentially with a different username and password. -You can only run a single GoToSocial instance on a single Yunohost server. - ## Documentation and resources * Official app website: https://docs.gotosocial.org/ diff --git a/README_fr.md b/README_fr.md index c80fc12..0809f0d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -35,7 +35,6 @@ GoToSocial nécessite un nom de domaine dédié, par exemple : gotosocial.domain Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP. Vous aurez un compte séparé du reste de votre serveur Yunohost, avec potentiellement un nom d'utilisateur et un mot de passe différent. -Vous pouvez exécuter une seule instance de GoToSocial sur un seul serveur Yunohost. ## Documentations et ressources * Site officiel de l'app : https://docs.gotosocial.org/ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index a7274e8..4035600 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -2,5 +2,3 @@ GoToSocial require a dedicated root domain, for example: gotosocial.domain.tld. This package is not-working single-sign on or LDAP integration. You will have a separate account from the rest of your Yunohost server, potentially with a different username and password. - -You can only run a single GoToSocial instance on a single Yunohost server. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index a063184..e900da0 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -2,5 +2,3 @@ GoToSocial nécessite un nom de domaine dédié, par exemple : gotosocial.domain Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP. Vous aurez un compte séparé du reste de votre serveur Yunohost, avec potentiellement un nom d'utilisateur et un mot de passe différent. - -Vous pouvez exécuter une seule instance de GoToSocial sur un seul serveur Yunohost. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 5ae4a92..21384bd 100644 --- a/manifest.json +++ b/manifest.json @@ -24,7 +24,7 @@ "requirements": { "yunohost": ">= 4.1.3" }, - "multi_instance": false, + "multi_instance": true, "services": [ "nginx", "postgresql"