mirror of
https://github.com/YunoHost-Apps/droppy_ynh.git
synced 2024-09-03 18:26:27 +02:00
6d791f8690
Fix #21
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
||
"name": "Droppy",
|
||
"id": "droppy",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Self-hosted file storage server",
|
||
"fr": "Serveur de stockage de fichiers auto-hébergé"
|
||
},
|
||
"version": "12.2.0~ynh10",
|
||
"url": "https://github.com/silverwind/droppy",
|
||
"upstream": {
|
||
"license": "BSD-2-Clause",
|
||
"code": "https://github.com/silverwind/droppy"
|
||
},
|
||
"license": "BSD-2-Clause",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install": [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/droppy",
|
||
"default": "/droppy"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"en": "If enabled, Droppy will be accessible by people who do not have an account. This can be changed later via the webadmin.",
|
||
"fr": "Si cette case est cochée, Droppy sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|