2022-02-21 17:08:35 +01: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.
-->
2018-06-04 18:57:11 +02:00
2022-02-21 17:08:35 +01:00
# Diaspora for YunoHost
2017-08-31 12:03:42 +02:00
2022-05-25 08:41:44 +02:00
[![Integration level ](https://dash.yunohost.org/integration/diaspora.svg )](https://dash.yunohost.org/appci/app/diaspora) ![Working status ](https://ci-apps.yunohost.org/ci/badges/diaspora.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/diaspora.maintain.svg )
2022-02-21 17:08:35 +01:00
[![Install Diaspora with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=diaspora)
2015-02-17 03:39:33 +01:00
2022-02-21 17:08:35 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2017-06-08 20:13:36 +02:00
2022-02-21 17:08:35 +01:00
> *This package allows you to install Diaspora quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2015-03-01 23:06:20 +01:00
2022-02-21 17:08:35 +01:00
## Overview
2015-03-23 16:01:42 +01:00
2022-02-21 17:08:35 +01:00
Distributed social networking service
2015-03-23 16:01:42 +01:00
2022-05-08 16:03:41 +02:00
**Shipped version:** 0.7.17.0~ynh1
2022-02-28 18:15:58 +01:00
## Disclaimers / important information
- There is currently no LDAP integration
- the installation is very long, especially the frontend building step
- As upstream doesn't support it, there is no possibility to change the endpoint/url of diaspora\*. Please choose it carefully!
2022-05-11 15:57:42 +02:00
- The main permission should be granted to "visitors". In other term, diaspora is intented to be a public application. Only deviate from that if you know what you are doing!
2022-02-28 18:15:58 +01:00
2022-02-21 17:08:35 +01:00
## Documentation and resources
2020-12-18 22:56:28 +01:00
2022-05-25 08:41:44 +02:00
* Official app website: < https: // diasporafoundation . org />
* Official user documentation: < https: // wiki . diasporafoundation . org / FAQ_for_users >
* Official admin documentation: < https: // wiki . diasporafoundation . org / FAQ_for_pod_maintainers >
* Upstream app code repository: < https: // github . com / diaspora / diaspora >
* YunoHost documentation for this app: < https: // yunohost . org / app_diaspora >
* Report a bug: < https: // github . com / YunoHost-Apps / diaspora_ynh / issues >
2020-12-18 22:56:28 +01:00
## Developer info
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing ).
2017-06-18 14:11:28 +02:00
2020-12-18 22:56:28 +01:00
To try the testing branch, please proceed like that.
2022-05-25 08:41:44 +02:00
``` bash
2020-12-18 22:56:28 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
or
sudo yunohost app upgrade diaspora -u https://github.com/YunoHost-Apps/diaspora_ynh/tree/testing --debug
```
2022-02-21 17:08:35 +01:00
2022-05-25 08:41:44 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >