1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
ifm_ynh/manifest.json
2021-08-28 19:30:50 +02:00

50 lines
1.2 KiB
JSON

{
"name": "IFM",
"id": "ifm",
"packaging_format": 1,
"description": {
"en": "Improved File Manager",
"fr": "Improved File Manager "
},
"version": "2.6.3~ynh1",
"url": "https://github.com/misterunknown/ifm",
"upstream": {
"license": "MIT",
"website": "https://github.com/misterunknown/ifm",
"demo": "https://ifmdemo.gitea.de/",
"code": "https://github.com/misterunknown/ifm"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.8"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/ifm",
"default": "/ifm"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}