mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
ec0566bca0
For newest helpers
91 lines
1.9 KiB
JSON
91 lines
1.9 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"version": "1.7.7~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": ">= 4.1.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"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 ?"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|