mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
54 lines
1.6 KiB
JSON
54 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.5~ynh1",
|
|
"url": "https://github.com/PrivateBin/PrivateBin",
|
|
"upstream": {
|
|
"license": "Zlib",
|
|
"website": "https://privatebin.info/",
|
|
"demo": "https://privatebin.net/",
|
|
"admindoc": "https://github.com/PrivateBin/PrivateBin/wiki",
|
|
"code": "https://github.com/PrivateBin/PrivateBin"
|
|
},
|
|
"license": "Zlib",
|
|
"maintainer": {
|
|
"name": "julien",
|
|
"email": "julien.malik@paraiso.me"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/privatebin",
|
|
"default": "/privatebin"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"help": {
|
|
"en": "If private, only YunoHost users can create a paste, but everyone can read it.",
|
|
"fr": "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|