You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.1 KiB
44 lines
1.1 KiB
{
|
|
"id": "tiny_file_manager",
|
|
"name": "Tiny File Manager",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Custom Web app with SFTP access",
|
|
"fr": "Application Web personnalisée avec accès SFTP"
|
|
},
|
|
"version": "1.0~ynh5",
|
|
"url": "https://github.com/YunoHost-Apps/my_webapp_ynh",
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"previous_maintainers": [{
|
|
"name": "Maniack Crudelis",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
}],
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.3"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "domain.org",
|
|
"default": "tfm.yntest.weblibre.ca"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/site",
|
|
"default": "/"
|
|
}
|
|
]
|
|
}
|
|
}
|