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 84ab41360f
Upgrade to v1.6.27 and YNH 4.0.7, README improvements (#44)
* Update README.md (#40)

* Update README.md

- *Improve README*

* Fix typo in README.md

Co-authored-by: tituspijean <tituspijean@outlook.com>

* [upg] v1.6.27

* [fix] bump to ynh v4.0.7
Fix handling of /yunohost/sso paths getting overridden by the app

* [enh] describe command line usage
See #43

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-09-07 18:14:58 +02:00

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.6.27~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.0.7"
},
"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"
}
]
}
}