2017-02-07 22:28:22 +01:00
|
|
|
{
|
|
|
|
"name": "Lufi",
|
|
|
|
"id": "lufi",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2017-10-09 17:10:52 +02:00
|
|
|
"en": "Self hosting files and sharing anonymous application",
|
|
|
|
"fr": "Application d'hébergement et de partage de fichiers anonyme"
|
2017-02-07 22:28:22 +01:00
|
|
|
},
|
2021-06-19 16:47:37 +02:00
|
|
|
"version": "0.05.13~ynh3",
|
2017-02-07 22:28:22 +01:00
|
|
|
"url": "https://git.framasoft.org/luc/lufi",
|
2021-06-05 17:46:03 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"website": "https://example.com",
|
|
|
|
"demo": "https://demo.lufi.io/",
|
|
|
|
"admindoc": "https://framagit.org/luc/lufi/wikis/home",
|
|
|
|
"userdoc": "https://yunohost.org/en/app_lufi",
|
|
|
|
"code": "https://framagit.org/fiat-tux/hat-softwares/lufi"
|
|
|
|
},
|
2019-03-03 18:52:52 +01:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-02-07 22:28:22 +01:00
|
|
|
"maintainer": {
|
2017-04-01 21:24:22 +02:00
|
|
|
"name": "frju365, cyp",
|
|
|
|
"email": "win10@tutanota.com, cyp@rouquin.me"
|
2017-02-07 22:28:22 +01:00
|
|
|
},
|
2020-04-20 04:16:40 +02:00
|
|
|
"requirements": {
|
2021-06-05 17:46:03 +02:00
|
|
|
"yunohost": ">= 4.2.0"
|
2020-04-20 04:16:40 +02:00
|
|
|
},
|
2019-03-03 18:52:52 +01:00
|
|
|
"multi_instance": true,
|
2017-02-07 22:28:22 +01:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2019-03-03 18:04:26 +01:00
|
|
|
"install": [
|
2017-02-07 22:28:22 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2017-02-07 22:55:55 +01:00
|
|
|
"example": "/lufi",
|
|
|
|
"default": "/lufi"
|
2017-02-07 22:28:22 +01:00
|
|
|
},
|
|
|
|
{
|
2019-03-03 18:04:26 +01:00
|
|
|
"name": "max_file_size",
|
2019-03-03 18:52:52 +01:00
|
|
|
"type": "string",
|
2017-02-07 22:28:22 +01:00
|
|
|
"ask": {
|
2019-03-03 18:52:52 +01:00
|
|
|
"en": "Choose a max file size, in Mo (0 = no limit)",
|
|
|
|
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
|
2017-02-07 22:28:22 +01:00
|
|
|
},
|
2019-03-03 18:04:26 +01:00
|
|
|
"example": "100",
|
2019-03-03 18:52:52 +01:00
|
|
|
"default": "100"
|
2017-02-07 22:28:22 +01:00
|
|
|
},
|
2019-03-03 18:04:26 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
2017-02-07 22:28:22 +01:00
|
|
|
]
|
|
|
|
}
|
2020-04-20 04:16:40 +02:00
|
|
|
}
|