mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
69 lines
1.8 KiB
JSON
Executable file
69 lines
1.8 KiB
JSON
Executable file
{
|
|
"name": "Plume",
|
|
"id": "plume",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Federated blogging application",
|
|
"fr": "Application de blogging fédérée"
|
|
},
|
|
"version": "0.7.2~ynh1",
|
|
"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"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a name for your Plume instance",
|
|
"fr": "Choisissez un nom pour votre instance Plume"
|
|
},
|
|
"example": "My blog",
|
|
"default": "My blog"
|
|
},
|
|
{
|
|
"name": "registration",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is registrations open to everyone?",
|
|
"fr": "Les inscriptions sont-elles ouvertes à tout le monde ?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|