2016-10-25 00:00:01 +02:00
|
|
|
{
|
|
|
|
"name": "Haste",
|
|
|
|
"id": "haste",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
|
|
|
"en": "Haste is an open-source pastebin software written in node.js",
|
|
|
|
"fr": "Haste is an open-source pastebin software written in node.js"
|
|
|
|
},
|
2016-10-25 23:34:42 +02:00
|
|
|
"url": "https://github.com/seejohnrun/haste-server",
|
2017-10-14 16:40:35 +02:00
|
|
|
"license": "MIT",
|
2016-10-25 00:00:01 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "mbugeia",
|
|
|
|
"email": "maxime.bugeia@gmail.com",
|
2016-10-26 23:35:42 +02:00
|
|
|
"url": "https://github.com/YunoHost-Apps/haste_ynh"
|
2016-10-25 00:00:01 +02:00
|
|
|
},
|
|
|
|
"requirements": {
|
2017-10-14 16:49:48 +02:00
|
|
|
"yunohost": ">= 2.7.2"
|
2016-10-25 00:00:01 +02:00
|
|
|
},
|
|
|
|
"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": {
|
2016-10-26 23:35:42 +02:00
|
|
|
"en": "Choose a path for Haste, only / is allowed.",
|
|
|
|
"fr": "Choisissez un chemin pour Haste, seul / est autorisé."
|
2016-10-25 00:00:01 +02:00
|
|
|
},
|
2016-10-26 00:28:51 +02:00
|
|
|
"example": "/",
|
|
|
|
"default": "/"
|
2016-10-25 00:00:01 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
2016-10-26 23:35:42 +02:00
|
|
|
"en": "Is it a public site? (you won't be able to use haste command easily if not)",
|
|
|
|
"fr": "Est-ce un site publique ? (si non, vous ne pourrez pas utiliser la commande haste facilement)"
|
2016-10-25 00:00:01 +02:00
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|