1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00
grav_ynh/manifest.json
tituspijean c5a1daa635 [fix] maintainer spelling
Use the same spelling in all apps.
2019-10-20 12:03:52 +02:00

88 lines
1.8 KiB
JSON

{
"name": "Grav",
"id": "grav",
"packaging_format": 1,
"description": {
"en": "Grav - Grav is a modern open source flat-file CMS",
"fr": "Grav - Grav is a modern open source flat-file CMS"
},
"version": "1.5.10~ynh1",
"url": "https://www.getgrav.org/",
"license": "MIT-0",
"maintainer": [
{
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
},
{
"name": "tituspijean",
"email": "tituspijean@outlook.com"
}],
"previous_maintainers": [
{
"name": "cyp",
"email": "cyp@rouquin.me"
},{
"name": "lithrel",
"email": "lithrel@randomdomainname.net"
}],
"requirements": {
"yunohost": ">= 3.1.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-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": "admin",
"type": "user",
"ask": {
"en": "Choose the Grav administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public Grav site ?",
"fr": "Est-ce un site public ?"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en_EN", "fr_FR"],
"default": "fr_FR"
}
]
}
}