1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/README.md

79 lines
4 KiB
Markdown
Raw Normal View History

2020-11-04 23:49:35 +01:00
# Friendica for YunoHost
2018-06-12 17:35:18 +02:00
2021-02-10 09:00:00 +01:00
[![Integration level](https://dash.yunohost.org/integration/friendica.svg)](https://dash.yunohost.org/appci/app/friendica) ![](https://ci-apps.yunohost.org/ci/badges/friendica.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/friendica.maintain.svg)
2017-07-23 00:14:45 +02:00
[![Install Friendica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=friendica)
2021-02-03 18:52:17 +01:00
2020-10-15 21:09:24 +02:00
> *This package allow you to install Friendica quickly and simply on a YunoHost server.
2020-09-24 18:58:58 +02:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to learn how to install and enjoy it.*
2020-11-04 23:49:35 +01:00
## Overview
Friendica is a software to create a distributed social network. It is part of the federation of servers that are running with Friendica, Diaspora and Hubzilla which are compatible to each other.
2015-02-16 23:19:37 +01:00
2021-05-24 22:46:53 +02:00
**Version:** 2021.04
2015-02-16 23:19:37 +01:00
2017-07-21 22:43:01 +02:00
Current snapshot in *sources*:
2021-05-24 22:46:53 +02:00
* https://github.com/friendica/friendica: 2021.04
* https://github.com/friendica/friendica-addons: 2021.04
2020-10-15 21:09:24 +02:00
**Warning:** It's advised to use Barracuda as MySQL DB file format for your Friendica database.
2020-10-15 21:09:24 +02:00
## Friendica
[Friendica](http://friendi.ca/) is a decentralised communications platform that integrates social communication. Our platform links to independent social projects and corporate services.
2017-07-21 22:43:01 +02:00
2020-10-15 21:09:24 +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.
2017-07-21 22:43:01 +02:00
2020-10-15 21:09:24 +02:00
![](https://raw.githubusercontent.com/friendica/friendica/develop/images/screenshots/friendica-frio-green-profle-1.png)
2017-07-21 22:43:01 +02:00
2020-10-15 21:09:24 +02:00
## This app claims following features:
- [ ] Ldap integration(Ldap is broken in the latest version.[See this](https://github.com/friendica/friendica/issues/4140#issuecomment-731579013))
2020-10-15 21:09:24 +02:00
- [X] Multi-instance
- [ ] Add php.log in the root folder for debugging php, with logrotate applied on it (can be accesssed by **admin->logs** and entering the **php.log**).
2021-02-10 09:00:00 +01:00
- [ ] Fail2Ban
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
2020-10-15 21:09:24 +02: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.
#### Supported architectures
2021-02-10 09:00:00 +01:00
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/friendica%20%28Official%29.svg)](https://ci-apps.yunohost.org/ci/apps/friendica/)
2020-10-15 21:09:24 +02:00
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/friendica%20%28Official%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/friendica/)
2020-11-04 23:49:35 +01:00
## Links
* Report a bug: https://github.com/YunoHost-Apps/friendica_ynh/issues
* App website: http://friendi.ca/
* Upstream app repository: https://github.com/friendica/friendica
* YunoHost website: https://yunohost.org/
---
## Developers info
Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/friendica_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
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
```