2022-02-21 17:08:35 +01:00
|
|
|
<!--
|
2024-02-29 10:11:46 +01:00
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
2022-02-21 17:08:35 +01:00
|
|
|
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
|
|
|
|
2023-03-08 15:16:44 +01: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
|
2024-02-29 10:11:46 +01:00
|
|
|
**Shipped version:** 0.7.18.2~ynh2
|
2022-09-26 02:56:18 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
|
|
|
![Screenshot of Diaspora](./doc/screenshots/Diaspora_latest.png)
|
|
|
|
|
2022-02-21 17:08:35 +01:00
|
|
|
## Documentation and resources
|
2020-12-18 22:56:28 +01:00
|
|
|
|
2024-03-08 12:12:41 +01: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 Store: <https://apps.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
|
|
|
|
2024-03-08 12:12:41 +01:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|