mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
58 lines
No EOL
2.7 KiB
Markdown
58 lines
No EOL
2.7 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.13.1~ynh1
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de GoToSocial](./doc/screenshots/screenshot.png)
|
||
|
||
## :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> |