mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
63747fd424
* add OIDC pertaining variables in the scripts & in the config panel * typo & lowercase * add docs * Auto-update README * translating new docs * Auto-update README * add mention of OpenID Connect in replacement of LDAP * Auto-update README * typo * Auto-update README * move the docs in a separate file (it's getting long) * fix links * Auto-update README * fix relative links * mention of the need to compile Dex * typo * typo * updating readmes (add Store link) & docs link moved to description.md * Auto-update README * continuing work * continuing work * finishing translations * docs enhancement (step by step installation of OpenID Connect) * add a link to the official GTS docs about OIDC * typo * change the Dex link from the ynh repo to the ynh store * fix docs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
72 lines
No EOL
3.9 KiB
Markdown
72 lines
No EOL
3.9 KiB
Markdown
<!--
|
||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||
It shall NOT be edited by hand.
|
||
-->
|
||
|
||
# GoToSocial pour YunoHost
|
||
|
||
[![Niveau d’intégration](https://dash.yunohost.org/integration/gotosocial.svg)](https://dash.yunohost.org/appci/app/gotosocial) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/gotosocial.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/gotosocial.maintain.svg)
|
||
|
||
[![Installer GoToSocial avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=gotosocial)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer GoToSocial rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
Un serveur de réseau social véloce basé sur [ActivityPub](https://activitypub.rocks/) écrit en Golang.
|
||
|
||
Avec GoToSocial, vous pouvez rester en contact avec vos amis, publier, lire et partager des images et des articles. Tout cela sans être pisté ni subir de publicité !
|
||
|
||
Vous pouvez consulter la documentation officielle à l'adresse : [docs.gotosocial.org](https://docs.gotosocial.org).
|
||
La documentation de ce paquet YunoHost [est lisible ici](./doc/DOCS_fr.md) et l'admin est **vivement encouragé-e à la lire** !
|
||
|
||
|
||
**Version incluse :** 0.12.1~ynh1
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de GoToSocial](./doc/screenshots/screenshot.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
GoToSocial est encore en alpha et **peut etre instable**. La beta est prévue pour 2024.
|
||
Vous pouvez consulter [la roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) pour vérifier l'avancée des fonctionnalités de GoToSocial.
|
||
|
||
GoToSocial nécessite un **nom de domaine (ou sous domaine) dédié**, par exemple : gotosocial.example.com
|
||
|
||
Ce paquet ne fonctionne pas avec l'authentification unique (SSO) ou l'intégration LDAP.
|
||
Cependant, il peut être configuré pour utiliser le protocole OpenID Connect et Dex (un programme qui fait la liaison LDAP et OpenID Connect) pour permettra la connection avec vos utilisateurs YunoHost, pour cela, voir [la partie de la doc idoine](./doc/DOCS_fr.md#openid-connect).
|
||
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.
|
||
|
||
GoToSocial **ne dispose pas d'une interface utilisateur-ice**.
|
||
Vous devrez utiliser un client compatible avec Mastodon comme [Tusky](https://tusky.app/) sur Android, [Feditext](https://fedi.software/@Feditext) sur iOS ou une instance de [Semaphore](https://semaphore.social/) en Web.
|
||
|
||
## :red_circle: Fonctions indésirables
|
||
|
||
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l’app : <https://gotosocial.org/>
|
||
* Documentation officielle utilisateur : <https://docs.gotosocial.org/en/latest/>
|
||
* Documentation officielle de l’admin : <https://docs.gotosocial.org/en/latest/>
|
||
* Dépôt de code officiel de l’app : <https://github.com/superseriousbusiness/gotosocial>
|
||
* YunoHost Store: <https://apps.yunohost.org/app/gotosocial>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/gotosocial_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade gotosocial -u https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |