2013-12-24 13:37:55 +01:00
|
|
|
{
|
|
|
|
"name": "Zerobin",
|
|
|
|
"id": "zerobin",
|
2016-03-28 18:51:28 +02:00
|
|
|
"packaging_format": 1,
|
2013-12-24 13:37:55 +01:00
|
|
|
"description": {
|
2020-10-09 17:41:34 +02:00
|
|
|
"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"
|
2013-12-24 13:37:55 +01:00
|
|
|
},
|
2021-09-22 18:35:41 +02:00
|
|
|
"version": "1.3.5~ynh1",
|
|
|
|
"url": "https://privatebin.info/",
|
|
|
|
"upstream": {
|
|
|
|
"license": "Zlib",
|
|
|
|
"website": "https://privatebin.info/",
|
|
|
|
"demo": "https://privatebin.net/",
|
|
|
|
"admindoc": "https://github.com/PrivateBin/PrivateBin/wiki",
|
|
|
|
"code": "https://github.com/PrivateBin/PrivateBin"
|
|
|
|
},
|
2017-09-02 22:57:43 +02:00
|
|
|
"license": "Zlib",
|
2014-12-31 18:14:36 +01:00
|
|
|
"maintainer": {
|
2013-12-24 13:37:55 +01:00
|
|
|
"name": "julien",
|
2014-12-31 18:14:36 +01:00
|
|
|
"email": "julien.malik@paraiso.me"
|
2013-12-24 13:37:55 +01:00
|
|
|
},
|
2017-09-02 22:57:43 +02:00
|
|
|
"requirements": {
|
2021-09-22 18:27:34 +02:00
|
|
|
"yunohost": ">= 4.2.4"
|
2017-09-02 22:57:43 +02:00
|
|
|
},
|
2017-04-16 17:22:30 +02:00
|
|
|
"multi_instance": true,
|
2015-11-22 16:22:15 +01:00
|
|
|
"services": [
|
2015-11-22 16:56:10 +01:00
|
|
|
"nginx",
|
2021-05-22 11:25:00 +02:00
|
|
|
"php7.3-fpm"
|
2015-11-22 16:22:15 +01:00
|
|
|
],
|
2013-12-24 13:37:55 +01:00
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-22 18:27:34 +02:00
|
|
|
"type": "domain"
|
2013-12-24 13:37:55 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2014-12-31 18:14:36 +01:00
|
|
|
"type": "path",
|
2013-12-24 13:37:55 +01:00
|
|
|
"example": "/zerobin",
|
|
|
|
"default": "/zerobin"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
2017-05-20 19:40:39 +02:00
|
|
|
"type": "boolean",
|
2019-05-03 20:04:21 +02:00
|
|
|
"default": true
|
2013-12-24 13:37:55 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|