1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
distbin_ynh/manifest.json

43 lines
1,002 B
JSON
Raw Normal View History

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-04-10 01:14:00 +02:00
"version": "1.3.0~ynh8",
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
}
]
}
}