2020-10-14 12:53:53 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Bludit",
|
|
|
|
|
"id": "bludit",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Simple, Fast, Secure, Flat-File CMS",
|
|
|
|
|
"fr": "CMS simple, rapide, sécurisé et à fichier plat"
|
|
|
|
|
},
|
2021-10-04 17:33:48 +02:00
|
|
|
|
"version": "3.13.1~yn6",
|
2020-10-14 12:53:53 +02:00
|
|
|
|
"url": "www.bludit.com",
|
2021-05-27 17:16:06 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"website": "www.bludit.com",
|
|
|
|
|
"demo": "https://demo.example.com",
|
|
|
|
|
"admindoc": "https://docs.bludit.com/en/",
|
|
|
|
|
"userdoc": "https://yunohost.org/en/app_bludit",
|
|
|
|
|
"code": "https://github.com/bludit/bludit"
|
|
|
|
|
},
|
2020-10-14 12:53:53 +02:00
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
2020-11-18 09:53:40 +01:00
|
|
|
|
"name": "eric_G",
|
2020-10-14 12:53:53 +02:00
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-05-27 17:16:06 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
2020-10-14 12:53:53 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2021-01-25 23:50:49 +01:00
|
|
|
|
"php7.3-fpm"
|
2020-10-14 12:53:53 +02:00
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-10-04 17:30:32 +02:00
|
|
|
|
"type": "domain"
|
2020-10-14 12:53:53 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/bludit",
|
|
|
|
|
"default": "/bludit"
|
2020-10-14 13:24:30 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
2020-12-04 11:19:19 +01:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Bludit will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, Bludit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
2020-10-14 13:24:30 +02:00
|
|
|
|
"default": true
|
2020-10-14 12:53:53 +02:00
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|