Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunohost-apps/pleroma_ynh

Pleroma package for YunoHost: A free, federated social networking server built on open protocols.
https://github.com/yunohost-apps/pleroma_ynh

activitypub closember pleroma yunohost

Last synced: 3 months ago
JSON representation

Pleroma package for YunoHost: A free, federated social networking server built on open protocols.

Awesome Lists containing this project

README

        

# Pleroma for YunoHost

[![Integration level](https://dash.yunohost.org/integration/pleroma.svg)](https://ci-apps.yunohost.org/ci/apps/pleroma/) ![Working status](https://ci-apps.yunohost.org/ci/badges/pleroma.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/pleroma.maintain.svg)

[![Install Pleroma with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pleroma)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Pleroma 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.*

## Overview

Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support ActivityPub. What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.

For user friendly details about Pleroma: [see here](https://blog.soykaf.com/post/what-is-pleroma/)

**Mastodon web front-end for Pleroma:** Add **/web** in front of your Pleroma domain, eg. pleroma.domain.tld/web

**Shipped version:** 2.6.2~ynh3

## Screenshots

![Screenshot of Pleroma](./doc/screenshots/screenshot1.png)

## Documentation and resources

- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/pleroma_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
sudo yunohost app install https://github.com/YunoHost-Apps/pleroma_ynh/tree/testing --debug
or
sudo yunohost app upgrade pleroma -u https://github.com/YunoHost-Apps/pleroma_ynh/tree/testing --debug
```

**More info regarding app packaging:**