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

51 lines
1.3 KiB
JSON
Raw Normal View History

2013-12-24 13:37:55 +01:00
{
"name": "Zerobin",
"id": "zerobin",
"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": {
2022-03-06 08:35:10 +01:00
"yunohost": ">= 4.3.0"
2017-09-02 22:57:43 +02:00
},
"multi_instance": true,
2015-11-22 16:22:15 +01:00
"services": [
"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",
"type": "boolean",
2019-05-03 20:04:21 +02:00
"default": true
2013-12-24 13:37:55 +01:00
}
]
}
}