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
2023-07-27 21:28:07 +02:00

47 lines
1.1 KiB
JSON

{
"name": "Distbin",
"id": "distbin",
"packaging_format": 1,
"description": {
"en": "Distributed pastebin with ActivityPub.",
"fr": "Pastebin distribué utilisant le protocole ActivityPub."
},
"version": "1.3.0~ynh10",
"url": "https://distbin.com",
"upstream": {
"license": "Apache-2.0",
"website": "https://distbin.com/about",
"demo": "https://distbin.com/",
"code": "https://github.com/gobengo/distbin"
},
"license": "Apache-2.0",
"maintainer": {
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/distbin",
"default": "/distbin"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}