1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

Merge pull request #2 from OniriCorpe/multi_instance

you can now install multi_instance
This commit is contained in:
OniriCorpe 2022-03-15 04:09:47 +01:00 committed by GitHub
commit 409d2fa2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 8 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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.

View file

@ -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.

View file

@ -24,7 +24,7 @@
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": false,
"multi_instance": true,
"services": [
"nginx",
"postgresql"