mirror of
https://github.com/YunoHost-Apps/transfersh_ynh.git
synced 2024-09-04 01:35:59 +02:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
|
{
|
||
|
"name": "transfer.sh",
|
||
|
"id": "transfersh",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Easy and fast file sharing from the command-line",
|
||
|
"fr": "Partage de fichiers simple et rapide depuis la ligne de commande"
|
||
|
},
|
||
|
"version": "1.4.0~ynh1",
|
||
|
"url": "https://transfer.sh/",
|
||
|
"upstream": {
|
||
|
"license": "MIT",
|
||
|
"website": "https://transfer.sh/",
|
||
|
"admindoc": "https://github.com/dutchcoders/transfer.sh/",
|
||
|
"code": "https://github.com/dutchcoders/transfer.sh"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"maintainer": {
|
||
|
"name": "",
|
||
|
"email": ""
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 4.3.0"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [
|
||
|
"nginx"
|
||
|
],
|
||
|
"arguments": {
|
||
|
"install": [
|
||
|
{
|
||
|
"name": "domain",
|
||
|
"type": "domain"
|
||
|
},
|
||
|
{
|
||
|
"name": "is_public",
|
||
|
"type": "boolean",
|
||
|
"default": true
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|