Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yunohost-apps/pleroma_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2018-11-04T11:12:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T06:19:02.000Z (11 months ago)
- Last Synced: 2024-04-13T21:16:24.944Z (10 months ago)
- Topics: activitypub, closember, pleroma, yunohost
- Language: Shell
- Homepage: https://pleroma.social/
- Size: 1.41 MB
- Stars: 30
- Watchers: 9
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:**