1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Add templates

This commit is contained in:
ericgaspar 2021-12-31 08:22:41 +01:00
parent d2cbf6a28f
commit 5de9596fb3
4 changed files with 20 additions and 1 deletions

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database.

11
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,11 @@
**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**.
1. **Plume** require a dedicated **root domain**, eg. plume.domain.tld
1. **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**.
1. 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View file

@ -8,6 +8,13 @@
},
"version": "0.6.0~ynh2",
"url": "https://joinplu.me/",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://joinplu.me/",
"demo": "https://joinplu.me/#instances",
"admindoc": "https://docs.joinplu.me/",
"code": "https://github.com/Plume-org/Plume"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "yalh76"
@ -53,7 +60,7 @@
"type": "boolean",
"ask": {
"en": "Is registrations open to everyone?",
"fr": "Les inscriptions sont t'elles ouvertes à tout le monde?"
"fr": "Les inscriptions sont t'elles ouvertes à tout le monde ?"
},
"default": false
}