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

45 lines
1.1 KiB
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
},
2019-03-07 23:59:59 +01:00
"version": "1.0~ynh5",
2019-01-28 19:15:11 +01:00
"url": "https://example.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": {
2019-02-11 04:34:08 +01:00
"yunohost": ">= 3.4"
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",
"ask": {
"en": "Choose a domain name for distbin",
"fr": "Choisissez un nom de domaine pour distbin"
},
2019-01-28 19:27:38 +01:00
"example": "distbin.example.com"
2019-01-28 19:15:11 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}