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

49 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
},
2023-01-13 20:25:50 +01:00
"version": "4.0.0~ynh2",
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",
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": {
2022-12-17 22:20:11 +01:00
"yunohost": ">= 11.0.9"
2021-08-28 16:55:52 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-12-17 22:20:11 +01:00
"php8.0-fpm"
2021-08-28 16:55:52 +02:00
],
"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
}
]
}
}