1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/filebrowser_ynh.git synced 2024-09-03 18:36:05 +02:00
filebrowser_ynh/manifest.json
2022-07-19 06:26:57 +00:00

48 lines
1.1 KiB
JSON

{
"name": "Filebrowser",
"id": "filebrowser",
"packaging_format": 1,
"description": {
"en": "Web File Browser",
"fr": "Gestionnaire de fichiers"
},
"version": "2.22.4~ynh1",
"url": "https://filebrowser.org",
"upstream": {
"license": "Apache-2.0",
"website": "https://filebrowser.org",
"admindoc": "https://filebrowser.org/",
"code": "https://github.com/filebrowser/filebrowser"
},
"license": "Apache-2.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/filebrowser",
"default": "/filebrowser"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}