From 10eab18124592da50bdce5cd43735226b2c6f63a Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 15 Mar 2022 17:59:40 +0100 Subject: [PATCH] added admin panel instructions & updated shipped version mention --- README.md | 5 ++++- README_fr.md | 5 ++++- doc/DISCLAIMER.md | 3 +++ doc/DISCLAIMER_fr.md | 3 +++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 91d0db2..5054536 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ With GoToSocial, you can keep in touch with your friends, post, read, and share Documentation is at [docs.gotosocial.org](https://docs.gotosocial.org). -**Shipped version:** 0.2.1~ynh1 +**Shipped version:** 0.2.1~ynh2 @@ -39,6 +39,9 @@ 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 login to [gts.superseriousbusiness.org/admin](https://gts.superseriousbusiness.org/admin/) to administrate your GoToSocial instance. +The [source code of this administration panel](https://github.com/superseriousbusiness/gotosocial-admin) is available on github. + ## Documentation and resources * Official app website: https://docs.gotosocial.org/ diff --git a/README_fr.md b/README_fr.md index 0809f0d..b42be2f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et p Vous pouvez consulter la documentation à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org). -**Version incluse :** 0.2.1~ynh1 +**Version incluse :** 0.2.1~ynh2 @@ -35,6 +35,9 @@ 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 vous connecter sur [gts.superseriousbusiness.org/admin](https://gts.superseriousbusiness.org/admin/) pour administrer votre insance GoToSocial. +Le [code source de cette interface d'administration](https://github.com/superseriousbusiness/gotosocial-admin) est consultable sur github. + ## Documentations et ressources * Site officiel de l'app : https://docs.gotosocial.org/ diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 4035600..16d87b8 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -2,3 +2,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 login to [gts.superseriousbusiness.org/admin](https://gts.superseriousbusiness.org/admin/) to administrate your GoToSocial instance. +The [source code of this administration panel](https://github.com/superseriousbusiness/gotosocial-admin) is available on github. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index e900da0..9f7de3f 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -2,3 +2,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 vous connecter sur [gts.superseriousbusiness.org/admin](https://gts.superseriousbusiness.org/admin/) pour administrer votre insance GoToSocial. +Le [code source de cette interface d'administration](https://github.com/superseriousbusiness/gotosocial-admin) est consultable sur github.