2020-08-17 17:29:58 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Droppy",
|
|
|
|
|
"id": "droppy",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Self-hosted file storage server",
|
|
|
|
|
"fr": "Serveur de stockage de fichiers auto-hébergé"
|
|
|
|
|
},
|
2021-11-07 23:19:46 +01:00
|
|
|
|
"version": "12.2.0~ynh7",
|
2020-08-17 17:29:58 +02:00
|
|
|
|
"url": "https://github.com/silverwind/droppy",
|
2021-11-07 23:19:46 +01:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"code": "https://github.com/silverwind/droppy"
|
|
|
|
|
},
|
2020-08-17 17:29:58 +02:00
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"maintainer": {
|
2020-09-16 22:35:56 +02:00
|
|
|
|
"name": "eric_G"
|
2020-08-17 17:29:58 +02:00
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-11-07 23:19:46 +01:00
|
|
|
|
"yunohost": ">= 4.2.8"
|
2020-08-17 17:29:58 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-11-07 23:19:46 +01:00
|
|
|
|
"type": "domain"
|
2020-08-17 17:29:58 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|