2022-05-25 08:41:44 +02:00
<!--
2024-03-29 06:59:22 +01:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-05-25 08:41:44 +02:00
-->
2022-02-21 17:08:35 +01:00
# Diaspora pour YunoHost
2023-03-08 15:16:44 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/diaspora.svg )](https://dash.yunohost.org/appci/app/diaspora) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/diaspora.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/diaspora.maintain.svg )
2022-02-21 17:08:35 +01:00
[![Installer Diaspora avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=diaspora)
2024-03-29 06:59:22 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-02-21 17:08:35 +01:00
2024-03-29 06:59:22 +01:00
> *Ce package vous permet d’ installer Diaspora rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-02-21 17:08:35 +01:00
2023-03-08 15:16:44 +01:00
## Vue d’ ensemble
2022-02-21 17:08:35 +01:00
Service de réseau social distribué
2024-03-29 06:59:22 +01:00
**Version incluse :** 0.7.18.2~ynh3
2022-09-26 02:56:18 +02:00
2023-03-08 15:16:44 +01:00
## Captures d’ écran
2022-09-26 02:56:18 +02:00
2023-03-08 15:16:44 +01:00
![Capture d’ écran de Diaspora ](./doc/screenshots/Diaspora_latest.png )
2022-09-26 02:56:18 +02:00
2022-02-21 17:08:35 +01:00
## Documentations et ressources
2024-03-29 06:59:22 +01:00
- Site officiel de l’ app : < https: // diasporafoundation . org />
- Documentation officielle utilisateur : < https: // wiki . diasporafoundation . org / FAQ_for_users >
- Documentation officielle de l’ admin : < https: // wiki . diasporafoundation . org / FAQ_for_pod_maintainers >
- Dépôt de code officiel de l’ app : < https: // github . com / diaspora / diaspora >
- YunoHost Store : < https: // apps . yunohost . org / app / diaspora >
- Signaler un bug : < https: // github . com / YunoHost-Apps / diaspora_ynh / issues >
2022-02-21 17:08:35 +01:00
## Informations pour les développeurs
2024-03-29 06:59:22 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing ).
2022-02-21 17:08:35 +01:00
2024-03-29 06:59:22 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-05-25 08:41:44 +02:00
2024-03-29 06:59:22 +01:00
```bash
2022-02-21 17:08:35 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
ou
sudo yunohost app upgrade diaspora -u https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
```
2024-03-29 06:59:22 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >