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:
commit
409d2fa2f3
5 changed files with 1 additions and 8 deletions
|
@ -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.
|
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 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
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: https://docs.gotosocial.org/
|
* Official app website: https://docs.gotosocial.org/
|
||||||
|
|
|
@ -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.
|
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 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
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l'app : https://docs.gotosocial.org/
|
* Site officiel de l'app : https://docs.gotosocial.org/
|
||||||
|
|
|
@ -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.
|
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 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.
|
|
||||||
|
|
|
@ -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.
|
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 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.
|
|
|
@ -24,7 +24,7 @@
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.3"
|
"yunohost": ">= 4.1.3"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"postgresql"
|
"postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue