2016-03-23 19:30:43 +01:00
|
|
|
{
|
|
|
|
"name": "BoZoN",
|
|
|
|
"id": "bozon",
|
2016-05-15 14:04:52 +02:00
|
|
|
"packaging_format": 1,
|
2016-03-23 19:30:43 +01:00
|
|
|
"description": {
|
|
|
|
"en": "Minimalist Drag & drop file sharing app",
|
|
|
|
"fr": "Application minimaliste de partage de fichiers"
|
|
|
|
},
|
2022-07-28 03:39:57 +02:00
|
|
|
"version": "2.4.18~ynh1",
|
2019-11-18 08:58:18 +01:00
|
|
|
"url": "https://github.com/broncowdd/BoZoN",
|
2022-07-28 03:39:57 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"code": "https://github.com/broncowdd/BoZoN"
|
|
|
|
},
|
2017-12-17 09:59:28 +01:00
|
|
|
"license": "AGPL-3.0",
|
2016-05-15 14:04:52 +02:00
|
|
|
"maintainer": {
|
2016-03-23 19:30:43 +01:00
|
|
|
"name": "ewilly",
|
|
|
|
"email": "ewilly@neuf.fr"
|
|
|
|
},
|
2016-05-15 14:04:52 +02:00
|
|
|
"requirements": {
|
2022-07-28 03:39:57 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
2016-05-15 14:04:52 +02:00
|
|
|
},
|
2017-01-17 18:49:42 +01:00
|
|
|
"multi_instance": false,
|
2016-03-23 19:30:43 +01:00
|
|
|
"services": [
|
|
|
|
"nginx",
|
2022-07-28 03:39:57 +02:00
|
|
|
"php7.3-fpm"
|
2016-03-23 19:30:43 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-07-28 03:39:57 +02:00
|
|
|
"install": [
|
2016-03-23 19:30:43 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2022-07-28 03:39:57 +02:00
|
|
|
"type": "domain"
|
2016-03-23 19:30:43 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/bozon",
|
|
|
|
"default": "/bozon"
|
|
|
|
},
|
|
|
|
{
|
2016-05-23 21:40:55 +02:00
|
|
|
"name": "is_public",
|
2017-07-03 21:07:56 +02:00
|
|
|
"type": "boolean",
|
|
|
|
"default": false
|
2016-03-23 19:30:43 +01:00
|
|
|
},
|
2016-04-20 22:15:16 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
2022-07-28 03:39:57 +02:00
|
|
|
"type": "user"
|
2016-04-20 22:15:16 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "password",
|
2022-07-28 03:39:57 +02:00
|
|
|
"type": "password"
|
2016-03-23 19:30:43 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|