2022-05-28 06:17:23 +02:00
<!--
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.
-->
2022-03-07 20:54:00 +01:00
# GoToSocial pour YunoHost
2021-08-15 21:48:06 +02:00
2023-02-07 22:18:48 +01:00
[![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 )
2023-02-18 18:41:05 +01:00
2022-03-07 20:54:00 +01:00
[![Installer GoToSocial avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=gotosocial)
2021-08-15 21:48:06 +02:00
*[Read this readme in english.](./README.md)*
2023-01-16 22:42:09 +01:00
> *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.*
2021-08-15 21:48:06 +02:00
2023-01-16 22:42:09 +01:00
## Vue d’ ensemble
2021-08-15 21:48:06 +02:00
2023-10-24 00:12:20 +02:00
Un serveur de réseau social véloce basé sur [ActivityPub ](https://activitypub.rocks/ ) écrit en Golang.
2022-03-14 03:14:34 +01:00
2022-03-14 03:32:34 +01:00
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é !
2022-03-14 03:14:34 +01:00
2023-11-05 05:46:30 +01:00
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** !
2022-03-14 03:14:34 +01:00
2024-01-18 00:40:29 +01:00
Veuillez noter que ce paquet utilise la ["i'm so tired" software license 1.0 ](https://github.com/YunoHost-Apps/gotosocial_ynh/blob/master/LICENSE ), veuillez la lire et l'accepter avant de procéder à l'installation.
2023-02-21 22:40:23 +01:00
2024-01-18 00:40:29 +01:00
2024-02-06 21:31:58 +01:00
**Version incluse :** 0.13.2~ynh1
2022-08-12 01:15:57 +02:00
2023-01-16 22:42:09 +01:00
## Captures d’ écran
2021-08-15 21:48:06 +02:00
2023-07-21 22:56:36 +02:00
![Capture d’ écran de GoToSocial ](./doc/screenshots/screenshot.png )
2021-08-15 21:48:06 +02:00
2022-10-05 00:00:03 +02:00
## :red_circle: Fonctions indésirables
2022-11-09 19:27:57 +01:00
- **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.
2022-10-05 00:00:03 +02:00
2021-08-15 21:48:06 +02:00
## Documentations et ressources
2023-02-26 21:29:31 +01:00
* Site officiel de l’ app : < https: // gotosocial . org />
2022-05-28 06:17:23 +02:00
* Documentation officielle utilisateur : < https: // docs . gotosocial . org / en / latest />
2023-01-16 22:42:09 +01:00
* 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 >
2023-11-05 05:46:30 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / gotosocial >
2022-05-28 06:17:23 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / gotosocial_ynh / issues >
2021-08-15 21:48:06 +02:00
## Informations pour les développeurs
2022-03-07 20:54:00 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/gotosocial_ynh/tree/testing ).
2021-08-15 21:48:06 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-05-28 06:17:23 +02:00
``` bash
2022-03-07 20:54:00 +01:00
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
2021-08-15 21:48:06 +02:00
```
2023-01-16 22:42:09 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >