mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
55 lines
No EOL
1.6 KiB
JSON
55 lines
No EOL
1.6 KiB
JSON
{
|
|
"name": "Grav",
|
|
"id": "grav",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Grav - a modern open source flat-file CMS",
|
|
"fr": "Grav - un CMS moderne, libre, et sans base de données"
|
|
},
|
|
"version": "1.4.8",
|
|
"url": "https://www.getgrav.org/",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "cyp, lithrel, tituspijean",
|
|
"email": "cyp@rouquin.me, lithrel@randomdomainname.net, tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.14"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"arguments": {
|
|
"install": [{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Grav",
|
|
"fr": "Choisissez un nom de domaine pour Grav"
|
|
},
|
|
"example": "example.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Grav",
|
|
"fr": "Choisissez un chemin pour Grav"
|
|
},
|
|
"example": "/grav",
|
|
"default": "/grav"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |