2022-05-25 08:41:44 +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-02-21 17:08:35 +01:00
# Diaspora pour YunoHost
2022-05-25 08:41:44 +02:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/diaspora.svg )](https://dash.yunohost.org/appci/app/diaspora) ![Status du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/diaspora.status.svg ) ![Status 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)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Diaspora 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
Service de réseau social distribué
2022-05-08 16:03:41 +02:00
**Version incluse :** 0.7.17.0~ynh1
2022-02-28 18:15:58 +01:00
## Avertissements / informations importantes
- Il n'y a pas d'intégration LDAP pour le moment.
- L'installation est très longue, en particulier l'étape de build du frontend.
- le projet amont ne supporte pas les changements d'url, ainsi l'application yunohost ne supporte pas non plus cette action.
2022-05-11 15:57:42 +02:00
- Le groupe visiteur doit avoir la permission "diaspora.main". En d'autres termes, diaspora est supposé être une application publique. Ne changez cela que si vous savez ce que vous faîtes !
2022-02-28 18:15:58 +01:00
2022-02-21 17:08:35 +01:00
## Documentations et ressources
2022-05-25 08:41:44 +02: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 >
* Documentation YunoHost pour cette app : < https: // 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
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-05-25 08:41:44 +02: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
```
2022-05-25 08:41:44 +02:00
**Plus d'infos sur le packaging d'applications :** < https: / / yunohost . org / packaging_apps >