1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00
backdrop_ynh/manifest.json

58 lines
1.2 KiB
JSON
Raw Normal View History

2020-10-18 11:06:07 +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"
},
2020-11-26 09:53:48 +01:00
"version": "1.17.4~ynh1",
2020-10-18 11:06:07 +02:00
"url": "https://backdropcms.org/",
"license": "GPL-2.0",
"maintainer": {
2020-11-17 08:57:24 +01:00
"name": "eric_G",
2020-10-18 11:06:07 +02:00
"email": ""
},
"requirements": {
2020-11-09 09:27:29 +01:00
"yunohost": ">= 4.0.0"
2020-10-18 11:06:07 +02:00
},
"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
}
]
}
}