mirror of
https://github.com/YunoHost-Apps/distbin_ynh.git
synced 2024-09-03 18:26:10 +02:00
44 lines
1.1 KiB
JSON
44 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.0~ynh6",
|
|
"url": "https://example.com",
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for distbin",
|
|
"fr": "Choisissez un nom de domaine pour distbin"
|
|
},
|
|
"example": "distbin.example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|