2021-07-17 17:35:26 +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.
-->
2020-11-04 23:49:35 +01:00
# Friendica for YunoHost
2018-06-12 17:35:18 +02:00
2023-08-10 15:35:56 +02:00
[![Integration level ](https://dash.yunohost.org/integration/friendica.svg )](https://dash.yunohost.org/appci/app/friendica) ![Working status ](https://ci-apps.yunohost.org/ci/badges/friendica.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/friendica.maintain.svg )
2021-07-17 17:35:26 +02:00
[![Install Friendica with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=friendica)
2017-07-23 00:14:45 +02:00
2021-07-17 17:35:26 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2021-02-03 18:52:17 +01:00
2021-07-17 17:35:26 +02:00
> *This package allows you to install Friendica 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.*
2020-04-20 07:23:16 +02:00
2020-11-04 23:49:35 +01:00
## Overview
2015-02-16 23:19:37 +01:00
2021-09-25 19:46:20 +02:00
Friendica is a decentralised communications platform that integrates social communication. The platform links to independent social projects and corporate services.
2017-07-21 22:43:01 +02:00
2021-09-25 19:46:20 +02:00
Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted.
2023-08-11 08:19:29 +02:00
**Shipped version:** 2023.09~ynh1
2022-10-03 00:03:30 +02:00
2021-07-19 09:50:01 +02:00
**Demo:** https://dir.friendica.social/servers
2021-02-02 20:28:30 +01:00
2021-07-17 17:35:26 +02:00
## Screenshots
2017-07-21 22:43:01 +02:00
2022-06-11 08:55:58 +02:00
![Screenshot of Friendica ](./doc/screenshots/friendica-vier-profile.png )
2017-07-21 22:43:01 +02:00
2021-07-17 17:35:26 +02:00
## Disclaimers / important information
2019-03-12 12:09:25 +01:00
2017-07-21 22:43:01 +02:00
## Installation
### Register a new domain and add it to YunoHost
2020-10-15 21:09:24 +02:00
Before installing, read the [Friendica installation instructions ](https://github.com/friendica/friendica/blob/develop/doc/Install.md ) for important information about installation.
- Dedicated domain (must install under web root like **https://friendica.example.com/** not **https://example.com/friendica/** )
- Friendica requires browser-approved SSL certificates.
2020-09-24 18:57:51 +02:00
2020-10-15 21:09:24 +02:00
### Install Friendica
2020-09-24 18:57:51 +02:00
Use the YunoHost admin panel to install Friendica by entering the GitHub repo address in the custom app URL:
2017-07-21 22:43:01 +02:00
https://github.com/YunoHost-Apps/friendica_ynh
2022-03-07 14:40:57 +01:00
## User with LDAP admin rights
**For admin rights**: When installation is complete, you will need to visit your domain page and login with the **admin account username and password** which was entered at the time of installation process. You can then create your profile and access the admin panel.
**For normal YunoHost users :** Normal LDAP users can login through Ldap authentication and create there profiles.
2020-10-15 21:09:24 +02:00
2021-07-17 17:35:26 +02:00
## Documentation and resources
2020-04-20 07:23:16 +02:00
2022-06-11 08:55:58 +02:00
* Official app website: < http: // friendi . ca >
* Official user documentation: < https: // wiki . friendi . ca />
* Official admin documentation: < https: // github . com / friendica / friendica / wiki >
* Upstream app code repository: < https: // github . com / friendica / friendica >
* YunoHost documentation for this app: < https: // yunohost . org / app_friendica >
* Report a bug: < https: // github . com / YunoHost-Apps / friendica_ynh / issues >
2020-11-04 23:49:35 +01:00
2021-07-17 17:35:26 +02:00
## Developer info
2020-11-04 23:49:35 +01:00
2021-07-17 17:35:26 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/friendica_ynh/tree/testing ).
2020-04-20 07:23:16 +02:00
To try the testing branch, please proceed like that.
2022-06-11 08:55:58 +02:00
``` bash
2020-04-20 07:23:16 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug
or
2020-10-15 21:09:24 +02:00
sudo yunohost app upgrade friendica -u https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug
2020-04-20 07:23:16 +02:00
```
2021-07-17 17:35:26 +02:00
2022-06-11 08:55:58 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >