1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/manifest.json
2020-10-13 16:48:46 +02:00

56 lines
1.6 KiB
JSON

{
"name": "PrivateBin",
"id": "privatebin",
"packaging_format": 1,
"description": {
"en": "Minimalist pastebin where the server has zero knowledge of pasted data",
"fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
},
"version": "1.3.4~ynh1",
"url": "https://github.com/PrivateBin/PrivateBin",
"license": "Zlib",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for PrivateBin",
"fr": "Choisissez un domaine pour PrivateBin"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for PrivateBin",
"fr": "Choisissez un chemin pour PrivateBin"
},
"example": "/privatebin",
"default": "/privatebin"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public site?",
"fr": "Est-ce un site public ?"
},
"default": true
}
]
}
}