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

53 lines
2.4 KiB
Markdown
Raw Normal View History

2021-07-17 17:35:26 +02:00
<!--
2024-04-04 09:55:22 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-07-17 17:35:26 +02:00
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
2024-08-17 21:49:34 +02:00
[![Integration level](https://dash.yunohost.org/integration/friendica.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-08-10 15:35:56 +02:00
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
2024-04-04 09:55:22 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-02-03 18:52:17 +01:00
2024-04-04 09:55:22 +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-11-04 23:49:35 +01:00
## Overview
2015-02-16 23:19:37 +01:00
2024-02-12 00:06:49 +01:00
Friendica is a decentralised communications platform that integrates social communication. The platform links to independent social projects and corporate services.
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.
2024-02-12 00:06:49 +01:00
2024-08-17 20:44:31 +02:00
**Shipped version:** 2024.08~ynh1
2022-10-03 00:03:30 +02:00
2024-04-04 09:55:22 +02:00
**Demo:** <https://dir.friendica.social/servers>
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
## Documentation and resources
2024-04-04 09:55:22 +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 Store: <https://apps.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
2024-04-04 09:55:22 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/friendica_ynh/tree/testing).
2024-04-04 09:55:22 +02:00
To try the `testing` branch, please proceed like that:
2022-06-11 08:55:58 +02:00
2024-04-04 09:55:22 +02:00
```bash
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
```
2021-07-17 17:35:26 +02:00
2024-04-04 09:55:22 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>