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
2019-04-22 21:17:25 +02:00
conf Switch to build 2019-04-22 21:17:25 +02:00
scripts Switch to build 2019-04-22 21:17:25 +02:00
.travis.yml Changing Travis for Python 2019-01-30 19:53:55 +01:00
check_process Update check_process 2019-04-21 11:49:45 +02:00
LICENSE Updated readme 2018-11-11 08:04:24 +05:30
manifest.json Update to 0.3.0-alpha-2 2019-04-20 03:42:42 +02:00
pull_request_template.md move to CI dev 2019-04-15 21:01:42 +02:00
README.md Update to 0.3.0-alpha-2 2019-04-20 03:42:42 +02:00

Plume app for Yunohost

Integration level
Install Plume with YunoHost

This package allow you to install Plume quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.

Shipped version: 0.3.0-alpha-2

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 the app

  1. Plume is still in pre-release stage and undergoing heavy development, so there can be bugs.
  2. Plume require a dedicated root domain, eg. plume.domain.tld
  3. Plume require a valid certificate installed on the domain. Yunohost can install Letsencrypt 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.
  5. There is No LDAP support for Plume yet.

Screenshots

plume-screenshot1

Demo

Documentation

YunoHost specific features

Multi-users support

There is No LDAP support for Plume yet but the app can be used by multiple users

Supported architectures

  • x86-64b - Build Status
  • ARMv8-A - Build Status
  • Jessie x86-64b - Build Status

Limitations

  • No known limitations.

Developers info

Only if you want to use a testing branch for coding, instead of merging directly into master. Please do 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