2020-10-18 11:06:07 +02:00
|
|
|
|
{
|
2021-09-16 09:56:32 +02:00
|
|
|
|
"name": "Backdrop",
|
|
|
|
|
"id": "backdrop",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Easy-to-use CMS for building professional websites",
|
|
|
|
|
"fr": "CMS facile à utiliser pour créer des sites Web professionnels"
|
|
|
|
|
},
|
2021-12-04 07:24:16 +01:00
|
|
|
|
"version": "1.20.3~ynh1",
|
2021-09-16 09:56:32 +02:00
|
|
|
|
"url": "https://backdropcms.org/",
|
|
|
|
|
"upstream": {
|
2021-05-16 08:40:18 +02:00
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
|
"website": "https://backdropcms.org/",
|
|
|
|
|
"demo": "https://backdropcms.org/demo",
|
|
|
|
|
"userdoc": "https://backdropcms.org/user-guide",
|
|
|
|
|
"code": "https://github.com/backdrop/backdrop"
|
|
|
|
|
},
|
2021-09-16 09:56:32 +02:00
|
|
|
|
"license": "GPL-2.0",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "eric_G",
|
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 4.2.4"
|
2020-10-18 11:06:07 +02:00
|
|
|
|
},
|
2021-09-16 09:56:32 +02:00
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"php7.3-fpm",
|
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install": [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-10-08 22:23:32 +02:00
|
|
|
|
"type": "domain"
|
2021-09-16 09:56:32 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"example": "/backdrop",
|
|
|
|
|
"default": "/backdrop"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, Backdrop 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, Backdrop sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2020-10-18 11:06:07 +02:00
|
|
|
|
}
|