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

50 lines
1.1 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",
2021-09-23 23:42:12 +02:00
"fr": "Gestionnaire de fichiers amélioré"
2021-08-28 16:55:52 +02:00
},
2021-12-24 13:32:44 +01:00
"version": "2.6.3~ynh3",
2021-08-28 16:55:52 +02:00
"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-11-16 20:59:52 +01:00
"yunohost": ">= 4.3.0"
2021-08-28 16:55:52 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-20 23:28:49 +02:00
"type": "domain"
2021-08-28 16:55:52 +02:00
},
{
"name": "path",
"type": "path",
"example": "/ifm",
"default": "/ifm"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}