1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
zerobin_ynh/manifest.json
ericgaspar 64b3315df7 4.3
2022-03-06 08:35:10 +01:00

50 lines
1.3 KiB
JSON

{
"name": "Zerobin",
"id": "zerobin",
"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://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"
},
"license": "Zlib",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/zerobin",
"default": "/zerobin"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}