1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Create manifest.json

This commit is contained in:
frju365 2017-01-29 02:03:09 +01:00 committed by GitHub
parent d77d4de8da
commit 0253af9dc3

54
manifest.json Normal file
View file

@ -0,0 +1,54 @@
{
"name": "Abantecart",
"id": "abantecart",
"packaging_format": 1,
"requirements": {
"yunohost": ">> 2.3.15"
},
"description": {
"en": "A minimalist, opensource online pastebin where the server has zero knowledge of pasted data",
"fr": "Un pastebin minimaliste, libre et où le serveur n'a aucune connaissance des données copiées"
},
"url": "http://sebsauvage.net/wiki/doku.php?id=php:zerobin",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"multi_instance": "true",
"services": [
"nginx",
"php5-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Abantecart",
"fr": "Choisissez un domaine pour Abantecart"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Abantecart",
"fr": "Choisissez un chemin pour Abantecart"
},
"example": "/zerobin",
"default": "/zerobin"
},
{
"name": "is_public",
"ask": {
"en": "Is it a public Abantecart site ?",
"fr": "Est-ce un site public ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}
}