1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
Friendica package for YunoHost
Find a file
2021-05-13 17:46:58 +02:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:46:58 +02:00
conf Cleaning up 2021-02-10 09:00:00 +01:00
scripts Cleaning up 2021-02-10 09:00:00 +01:00
check_process Update check_process 2021-02-03 19:48:11 +01:00
LICENSE Update LICENSE 2020-09-24 10:10:40 -07:00
manifest.json Update manifest.json 2021-04-28 02:26:54 +02:00
README.md Cleaning up 2021-02-10 09:00:00 +01:00

Friendica for YunoHost

Integration level
Install Friendica with YunoHost

This package allow you to install Friendica quickly and simply on a YunoHost server. If you don't have YunoHost, please see here to learn how to install and enjoy it.

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.

Version: 2021.01

Current snapshot in sources:

Warning: It's advised to use Barracuda as MySQL DB file format for your Friendica database.

Friendica

Friendica is a decentralised communications platform that integrates social communication. Our platform links to independent social projects and corporate services.

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.

This app claims following features:

  • Ldap integration(Ldap is broken in the latest version.See this)
  • 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).
  • Fail2Ban

Installation

Register a new domain and add it to YunoHost

Before installing, read the Friendica installation instructions for important information about installation.

Install Friendica

Use the YunoHost admin panel to install Friendica by entering the GitHub repo address in the custom app URL:

	https://github.com/YunoHost-Apps/friendica_ynh

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

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Developers info

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug
or
sudo yunohost app upgrade friendica -u https://github.com/YunoHost-Apps/friendica_ynh/tree/testing --debug