2019-01-28 19:15:11 +01:00
|
|
|
{
|
2019-01-29 00:49:59 +01:00
|
|
|
"name": "Distbin",
|
2019-01-28 19:15:11 +01:00
|
|
|
"id": "distbin",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2019-01-29 05:43:17 +01:00
|
|
|
"en": "Distributed pastebin with ActivityPub.",
|
|
|
|
"fr": "Pastebin distribué utilisant le protocole ActivityPub."
|
2019-01-28 19:15:11 +01:00
|
|
|
},
|
2021-02-28 11:37:19 +01:00
|
|
|
"version": "1.3.0~ynh7",
|
2020-12-11 09:23:59 +01:00
|
|
|
"url": "https://distbin.com/",
|
2019-01-28 19:18:06 +01:00
|
|
|
"license": "Apache-2.0",
|
2019-01-28 19:15:11 +01:00
|
|
|
"maintainer": {
|
2019-02-07 17:31:02 +01:00
|
|
|
"name": "yalh76"
|
2019-01-28 19:15:11 +01:00
|
|
|
},
|
|
|
|
"requirements": {
|
2021-02-28 11:37:19 +01:00
|
|
|
"yunohost": ">= 4.1.3"
|
2019-01-28 19:15:11 +01:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
2019-01-28 19:56:51 +01:00
|
|
|
"nginx"
|
2019-01-28 19:15:11 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
2021-02-28 11:37:19 +01:00
|
|
|
"example": "example.com"
|
2019-01-28 19:15:11 +01:00
|
|
|
},
|
2019-02-08 20:25:49 +01:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/distbin",
|
|
|
|
"default": "/distbin"
|
|
|
|
},
|
2019-01-28 19:15:11 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|