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
2023-01-28 08:21:28 +01:00

48 lines
1.1 KiB
JSON

{
"name": "IFM",
"id": "ifm",
"packaging_format": 1,
"description": {
"en": "Improved File Manager",
"fr": "Gestionnaire de fichiers amélioré"
},
"version": "4.0.0~ynh3",
"url": "https://github.com/misterunknown/ifm",
"upstream": {
"license": "MIT",
"demo": "https://ifmdemo.gitea.de/",
"code": "https://github.com/misterunknown/ifm"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/ifm",
"default": "/ifm"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}