mirror of
https://github.com/YunoHost-Apps/backdrop_ynh.git
synced 2024-09-03 20:36:14 +02:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"version": "1.17.2~ynh2",
|
|
"url": "https://backdropcms.org/",
|
|
"license": "GPL-2.0",
|
|
"maintainer": {
|
|
"name": "eric_G",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Backdrop",
|
|
"fr": "Choisissez un domaine pour Backdrop"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Backdrop",
|
|
"fr": "Choisissez un chemin pour Backdrop"
|
|
},
|
|
"example": "/backdrop",
|
|
"default": "/backdrop"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public site?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|