https://github.com/yunohost-apps/plume_ynh
Federated blogging application for YunoHost
https://github.com/yunohost-apps/plume_ynh
plume yunohost yunohost-apps
Last synced: 6 months ago
JSON representation
Federated blogging application for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/plume_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2018-09-04T00:00:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T00:45:49.000Z (10 months ago)
- Last Synced: 2025-04-23T15:13:15.417Z (6 months ago)
- Topics: plume, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://joinplu.me/
- Size: 394 KB
- Stars: 16
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plume for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/plume/)

[](https://install-app.yunohost.org/?app=plume)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Plume 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
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.
**Shipped version:** 0.7.2~ynh2
**Demo:**
## Screenshots

## 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/plume_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/plume_ynh/tree/testing --debug
or
sudo yunohost app upgrade plume -u https://github.com/YunoHost-Apps/plume_ynh/tree/testing --debug
```**More info regarding app packaging:**