mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "Zerobin",
|
|
"id": "zerobin",
|
|
"packaging_format": 1,
|
|
"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"
|
|
},
|
|
"version": "1.1",
|
|
"url": "http://sebsauvage.net/wiki/doku.php?id=php:zerobin",
|
|
"license": "Zlib",
|
|
"maintainer": {
|
|
"name": "julien",
|
|
"email": "julien.malik@paraiso.me"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php5-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Zerobin",
|
|
"fr": "Choisissez un domaine pour Zerobin"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Zerobin",
|
|
"fr": "Choisissez un chemin pour Zerobin"
|
|
},
|
|
"example": "/zerobin",
|
|
"default": "/zerobin"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public Zerobin site ?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"default": "true"
|
|
}
|
|
]
|
|
}
|
|
}
|