scratch_ynh/manifest.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2018-11-29 11:55:24 +01:00
{
"name": "Scratch",
"id": "scratch",
"packaging_format": 1,
"description": {
"en": "Scratch package for YunoHost.",
"fr": "Scratch pour YunoHost."
},
"version": "3.0-Beta",
2018-11-29 11:57:47 +01:00
"url": "https://scratch.mit.edu/",
2018-11-29 11:55:24 +01:00
"license": "free",
"maintainer": {
"name": "liberodark",
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Scratch",
"fr": "Choisissez un nom de domaine pour Scratch"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Scratch only / is accepted",
"fr": "Choisissez un chemin pour Scratch seulement / est accepté"
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site ?",
"fr": "Est-ce un site public ?"
},
"default": "true"
}
]
}
}