1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Create manifest.json

This commit is contained in:
frju365 2017-01-29 21:58:15 +01:00 committed by GitHub
parent e438def783
commit c709372044

54
manifest.json Normal file
View file

@ -0,0 +1,54 @@
{
"name": "scrumblr",
"id": "scrumblr",
"packaging_format": 1,
"description": {
"fr": "Software for notes"
},
"url": "https://github.com/seejohnrun/haste-server",
"license": "free",
"maintainer": {
"name": "mbugeia",
"email": "maxime.bugeia@gmail.com",
"url": "https://github.com/YunoHost-Apps/haste_ynh"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Haste",
"fr": "Choisissez un nom de domaine pour Haste"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for scrumblr, only / is allowed.",
"fr": "Choisissez un chemin pour scrumblr, seul / est autorisé."
},
"example": "/",
"default": "/"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site? ",
"fr": "Est-ce un site publique ? "
},
"default": true
}
]
}
}