2015-11-11 18:03:16 +01:00
|
|
|
{
|
2021-09-15 08:07:13 +02:00
|
|
|
"name": "Grav",
|
|
|
|
"id": "grav",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "A modern open source flat-file CMS",
|
|
|
|
"fr": "Un CMS moderne basé sur des fichiers plats"
|
|
|
|
},
|
2022-09-09 08:25:56 +02:00
|
|
|
"version": "1.7.36~ynh1",
|
2021-09-15 08:07:13 +02:00
|
|
|
"url": "https://www.getgrav.org/",
|
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://www.getgrav.org/",
|
|
|
|
"demo": "https://getgrav.org/downloads/themes",
|
|
|
|
"admindoc": "https://learn.getgrav.org",
|
|
|
|
"code": "https://github.com/getgrav/grav"
|
|
|
|
},
|
2022-09-11 18:38:11 +02:00
|
|
|
"license": "MIT",
|
2021-09-15 08:07:13 +02:00
|
|
|
"maintainer": [
|
|
|
|
{
|
|
|
|
"name": "tituspijean",
|
|
|
|
"email": "tituspijean@outlook.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"previous_maintainers": [
|
|
|
|
{
|
|
|
|
"name": "cyp",
|
|
|
|
"email": "cyp@rouquin.me"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "lithrel",
|
|
|
|
"email": "lithrel@randomdomainname.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "jibec",
|
|
|
|
"email": "jean-baptiste@holcroft.fr"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"requirements": {
|
2021-11-29 20:25:33 +01:00
|
|
|
"yunohost": ">= 4.3.0"
|
2021-09-15 08:07:13 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install": [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-29 20:25:33 +01:00
|
|
|
"type": "domain"
|
2021-09-15 08:07:13 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/grav",
|
|
|
|
"default": "/grav"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
2021-11-29 20:25:33 +01:00
|
|
|
"type": "user"
|
2021-09-15 08:07:13 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"help": {
|
|
|
|
"en": "Will anyone be able to access the website?",
|
|
|
|
"fr": "Est-ce que quiconque pourra accéder au site ?"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2017-03-30 00:46:09 +02:00
|
|
|
}
|