1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00
Federated blogging application for YunoHost
Find a file
2022-05-20 19:45:03 +02:00
.github Add auto-updater 2022-01-16 22:36:23 +01:00
conf Upgrade to 0.7.2~ynh1 2022-05-16 13:10:34 +02:00
doc Typo 2022-05-16 13:11:15 +02:00
scripts Upgrade to 0.7.2~ynh1 2022-05-16 13:10:34 +02:00
.travis.yml Changing Travis for Python 2019-01-30 19:53:55 +01:00
check_process Upgrade to 0.7.2~ynh1 2022-05-16 13:10:34 +02:00
LICENSE Updated readme 2018-11-11 08:04:24 +05:30
manifest.json Upgrade to 0.7.2~ynh1 2022-05-16 13:10:34 +02:00
README.md Auto-update README 2022-05-16 11:11:28 +00:00
README_fr.md Auto-update README 2022-05-16 11:11:28 +00:00

Plume for YunoHost

Integration level
Install Plume with YunoHost

Lire ce readme en français.

This package allows you to install Plume quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide 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~ynh1

Demo: https://joinplu.me/#instances

Screenshots

Disclaimers / important information

Warning: The package can take 15 to 30 minutes to complete depending on your system configuration. Don't intrupt the installation process while installing.

Important points to read before installing

  1. Plume is still in pre-release stage and undergoing heavy development, so there can be bugs.
  2. Plume requires a dedicated root domain, eg. plume.domain.tld
  3. Plume requires a valid certificate installed on the domain. YunoHost can install a Let's Encrypt certificate on the domain from admin web-interface or through command-line.
  4. This package is multi-instance that means you can run multiple Plume instances on a single server.

Multi-user support

LDAP is activated but HTTP auth is not supported

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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: https://yunohost.org/packaging_apps