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

51 lines
1.2 KiB
JSON
Raw Normal View History

2021-08-28 16:55:52 +02:00
{
"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": {
2021-08-28 16:59:04 +02:00
"license": "MIT",
"website": "https://github.com/misterunknown/ifm",
2021-08-28 16:55:52 +02:00
"demo": "https://ifmdemo.gitea.de/",
"code": "https://github.com/misterunknown/ifm"
},
2021-08-28 16:59:04 +02:00
"license": "MIT",
2021-08-28 16:55:52 +02:00
"maintainer": {
2021-08-28 19:30:50 +02:00
"name": "eric_G",
2021-08-28 16:55:52 +02:00
"email": ""
},
"requirements": {
2021-08-28 19:06:49 +02:00
"yunohost": ">= 4.2.8"
2021-08-28 16:55:52 +02:00
},
"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
}
]
}
}