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

89 lines
1.8 KiB
JSON
Raw Normal View History

2015-11-11 18:03:16 +01:00
{
"name": "Grav",
"id": "grav",
"packaging_format": 1,
2015-11-11 18:03:16 +01:00
"description": {
"en": "A modern open source flat-file CMS",
"fr": "Un CMS moderne basé sur des fichiers plats"
2015-11-11 18:03:16 +01:00
},
2019-10-20 11:49:14 +02:00
"version": "1.5.10~ynh1",
"url": "https://www.getgrav.org/",
2018-09-03 21:35:41 +02:00
"license": "MIT-0",
2018-09-12 21:39:34 +02:00
"maintainer": [
{
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
},
{
"name": "tituspijean",
2018-09-12 21:39:34 +02:00
"email": "tituspijean@outlook.com"
}],
"previous_maintainers": [
{
"name": "cyp",
"email": "cyp@rouquin.me"
},{
"name": "lithrel",
"email": "lithrel@randomdomainname.net"
}],
"requirements": {
2018-09-03 21:35:41 +02:00
"yunohost": ">= 3.1.0"
},
"multi_instance": true,
"services": [
"nginx",
2018-09-03 23:31:52 +02:00
"php7.0-fpm"
],
2015-11-11 18:03:16 +01:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2015-11-11 18:03:16 +01:00
"ask": {
2017-07-04 11:03:08 +02:00
"en": "Choose a domain name for Grav",
"fr": "Choisissez un nom de domaine pour Grav"
2015-11-11 18:03:16 +01:00
},
"example": "example.org"
2015-11-11 18:03:16 +01:00
},
{
"name": "path",
"type": "path",
2015-11-11 18:03:16 +01:00
"ask": {
2017-07-04 11:03:08 +02:00
"en": "Choose a path for Grav",
"fr": "Choisissez un chemin pour Grav"
2015-11-11 18:03:16 +01:00
},
"example": "/grav",
"default": "/grav"
},
{
"name": "admin",
"type": "user",
"ask": {
2017-07-04 11:03:08 +02:00
"en": "Choose the Grav administrator (must be an existing YunoHost user)",
2015-11-11 18:03:16 +01:00
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
},
{
"name": "is_public",
2018-09-03 23:31:52 +02:00
"type": "boolean",
"ask": {
2017-07-04 11:03:08 +02:00
"en": "Is it a public Grav site ?",
"fr": "Est-ce un site public ?"
},
2018-09-03 23:31:52 +02:00
"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"
2015-11-11 18:03:16 +01:00
}
]
}
2017-03-30 00:46:09 +02:00
}