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
ericgaspar 7f58a5d76b Fix
2022-02-19 10:29:32 +01:00

60 lines
1.6 KiB
JSON

{
"name": "Filebrowser",
"id": "filebrowser",
"packaging_format": 1,
"description": {
"en": "Web File Browser",
"fr": "Gestionnaire de fichiers"
},
"version": "2.20.1~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": "John doe",
"email": "john.doe@example.com"
},
"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
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
}
}
]
}
}