doc/pages/02.applications/02.docs/friendica/app_friendica.md

45 lines
1.9 KiB
Markdown
Raw Normal View History

2020-11-11 11:47:10 +01:00
---
title: Friendica
template: docs
taxonomy:
2020-11-14 14:14:50 +01:00
category: docs, apps
routes:
default: '/app_friendica'
2020-11-11 11:47:10 +01:00
---
2021-02-07 22:36:29 +01:00
![friendica's logo](image://friendica_logo.svg?resize=,80)
2020-04-07 16:55:44 +02:00
2020-05-07 01:44:43 +02:00
[![Install friendica with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=friendica) [![Integration level](https://dash.yunohost.org/integration/friendica.svg)](https://dash.yunohost.org/appci/app/friendica)
2020-04-13 11:09:56 +02:00
### Index
2020-04-07 16:55:44 +02:00
2020-04-13 13:30:59 +02:00
- [Configuration](#configuration)
2020-04-07 16:55:44 +02:00
- [Useful links](#useful-links)
2020-04-13 11:43:02 +02:00
Friendica is a decentralized communication platform that integrates social communication. The platform is linked to independent social projects and business services.
2020-04-14 12:33:19 +02:00
Its aim is to free up friends, family and colleagues from companies that collect data; Friendica aims to make social communication free and open, while circulating between all providers as easily as email.[¹](#sources)
2020-04-07 16:55:44 +02:00
## Configuration
2020-04-13 11:09:56 +02:00
Before installing, read the Friendica installation instructions for important information about
SSL certificate validation requirement (now with support for Let's Encrypt!). See Installation section below.
Dedicated domain (must install under web root like https://hub.example.com/ not https://example.com/hub/ )
2020-09-14 15:32:07 +02:00
Note: You can use accounts from YunoHost's LDAP. There are not yet active SSO.
2020-05-07 01:44:43 +02:00
2020-04-07 16:55:44 +02:00
## Useful links
2020-05-07 01:44:43 +02:00
+ Website : [friendi.ca](http://friendi.ca/)
+ Official documentation : [github.com/friendica/friendica/wiki](https://github.com/friendica/friendica/wiki)
+ Demonstration : [Demo](http://dir.friendica.social/servers)
+ Application software repository : [github.com - YunoHost-Apps/friendica](https://github.com/YunoHost-Apps/friendica_ynh)
+ Fix a bug or an improvement by creating a ticket (issue) : [github.com - YunoHost-Apps/friendica/issues](https://github.com/YunoHost-Apps/friendica_ynh/issues)
2020-04-13 11:43:02 +02:00
------
2020-04-14 11:26:42 +02:00
### Sources
2020-04-14 12:33:19 +02:00
¹ [github.com - friendica/friendica](https://github.com/friendica/friendica)